[packages/rt] - don't quote noautoreqs, they are already quoted in macro expansion, rel 2

baggins baggins at pld-linux.org
Thu Mar 23 22:09:37 CET 2023


commit c6b58a432b9f3fcea9a8d8210626d652982925bf
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Mar 23 22:09:01 2023 +0100

    - don't quote noautoreqs, they are already quoted in macro expansion, rel 2

 rt.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rt.spec b/rt.spec
index 703e5fb..9b6ddf1 100644
--- 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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rt.git/commitdiff/c6b58a432b9f3fcea9a8d8210626d652982925bf



More information about the pld-cvs-commit mailing list