/[smecontribs]/rpms/bugzilla/contribs10/bugzilla-dnf.patch
ViewVC logotype

Annotation of /rpms/bugzilla/contribs10/bugzilla-dnf.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Mon May 23 19:29:50 2022 UTC (2 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: bugzilla-5_0_6-14_fc36, bugzilla-5_0_6-16_el7_sme, bugzilla-5_0_6-15_el7_sme, HEAD
Initial import

1 jpp 1.1 diff -up ./Bugzilla/Install/Requirements.pm.dnf ./Bugzilla/Install/Requirements.pm
2     --- ./Bugzilla/Install/Requirements.pm.dnf 2019-02-14 20:47:13.396609293 +0100
3     +++ ./Bugzilla/Install/Requirements.pm 2019-02-14 20:49:04.733906799 +0100
4     @@ -298,7 +298,7 @@ sub OPTIONAL_MODULES {
5     },
6     {
7     package => 'JSON-RPC',
8     - module => 'JSON::RPC',
9     + module => 'JSON::RPC::Legacy::Server::CGI',
10     version => 0,
11     feature => ['jsonrpc', 'rest'],
12     },
13     @@ -657,7 +657,7 @@ sub print_module_instructions {
14     && !ON_ACTIVESTATE
15     && !$check_results->{hide_all})
16     {
17     - print install_string('install_all', {perl => $^X});
18     + # print install_string('install_all', {perl => $^X});
19     }
20     if (!$check_results->{pass}) {
21     print colored(install_string('installation_failed'), COLOR_ERROR), "\n\n";
22     @@ -811,7 +811,7 @@ sub install_command {
23     $package = $module->{package};
24     }
25     else {
26     - $command = "$^X install-module.pl \%s";
27     + $command = "dnf install \"perl(\%s)\"";
28    
29     # Non-Windows installations need to use module names, because
30     # CPAN doesn't understand package names.

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed