From 4843c411f9df6d8ea88c4682bef8ffc92db8388f Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 25 Jul 2013 01:40:18 +0200 Subject: Bug 896298: Bugzilla::JobQueue requires TheSchwartz 1.07 to use the prioritization of jobs r=gerv a=glob --- Bugzilla/Install/Requirements.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 4b59838f8..b6e3f9033 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -346,7 +346,8 @@ sub OPTIONAL_MODULES { { package => 'TheSchwartz', module => 'TheSchwartz', - version => 0, + # 1.07 supports the prioritization of jobs. + version => 1.07, feature => ['jobqueue'], }, { -- cgit v1.2.3-24-g4f1b