]> git.pld-linux.org Git - packages/rt.git/commitdiff
- don't quote noautoreqs, they are already quoted in macro expansion, rel 2 auto/th/rt-5.0.3-2
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 23 Mar 2023 21:09:01 +0000 (22:09 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 23 Mar 2023 21:09:01 +0000 (22:09 +0100)
rt.spec

diff --git a/rt.spec b/rt.spec
index 703e5fb97ce117fd8eac6fed8d3d88317ee581cb..9b6ddf16725fe6de26042952adc51789bba44f4f 100644 (file)
--- a/rt.spec
+++ b/rt.spec
@@ -44,7 +44,7 @@ Summary:      Request Tracker
 Summary(pl.UTF-8):     Request Tracker - system do śledzenia zleceń
 Name:          rt
 Version:       5.0.3
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications
 # https://bestpractical.com/download-page
@@ -278,7 +278,7 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # workarounds for bug in perl.req ("perl()") and ,,famous'' rpm's feature (RT::*)
-%define                _noautoreq              'perl().*' 'perl(RT.*)'
+%define                _noautoreq              perl().* perl(RT.*)
 %define                _noautoreq_perl         Encode::compat CGI::Fast Exception::Class::Base HTML::Mason::Request::PSGI
 
 %define         _webapps        /etc/webapps
This page took 0.209161 seconds and 4 git commands to generate.