Check for perl(JSON::RPC::Legacy::Server::CGI) instead of perl(JSON::RPC)
This commit is contained in:
parent
8cb63c26b1
commit
ed46ff10f2
2 changed files with 16 additions and 4 deletions
|
|
@ -1,6 +1,15 @@
|
|||
--- bugzilla-4.01/Bugzilla/Install/Requirements.pm 2011-05-01 17:09:35.000000000 +0200
|
||||
+++ bugzilla-4.01-yum/Bugzilla/Install/Requirements.pm 2011-05-01 17:11:28.000000000 +0200
|
||||
@@ -587,7 +587,7 @@
|
||||
--- bugzilla-5.0.3/Bugzilla/Install/Requirements.pm.orig 2016-11-13 11:03:43.977035344 +0100
|
||||
+++ bugzilla-5.0.3/Bugzilla/Install/Requirements.pm 2016-11-13 11:16:26.115320528 +0100
|
||||
@@ -304,7 +304,7 @@ sub OPTIONAL_MODULES {
|
||||
},
|
||||
{
|
||||
package => 'JSON-RPC',
|
||||
- module => 'JSON::RPC',
|
||||
+ module => 'JSON::RPC::Legacy::Server::CGI',
|
||||
version => 0,
|
||||
feature => ['jsonrpc'],
|
||||
},
|
||||
@@ -648,7 +648,7 @@
|
||||
if ($output && $check_results->{any_missing} && !ON_ACTIVESTATE
|
||||
&& !$check_results->{hide_all})
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ URL: http://www.bugzilla.org/
|
|||
Name: bugzilla
|
||||
Version: 4.4.12
|
||||
Group: Applications/Publishing
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MPLv1.1
|
||||
Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
|
||||
Source1: bugzilla-httpd-conf
|
||||
|
|
@ -229,6 +229,9 @@ popd > /dev/null)
|
|||
%{bzinstallprefix}/bugzilla/contrib/Bugzilla.pm
|
||||
|
||||
%changelog
|
||||
* Sun Nov 27 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 4.4.12-2
|
||||
- Check for perl(JSON::RPC::Legacy::Server::CGI) instead of perl(JSON::RPC)
|
||||
|
||||
* Tue May 17 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 4.4.12-1
|
||||
- Update to 4.4.12, dropping backported patch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue