]> git.pld-linux.org Git - packages/rt.git/commitdiff
- _noautoreq: perl(Encode::compat); not needed for perl > 5.7.something
authorradek <radek@pld-linux.org>
Tue, 24 Aug 2004 15:09:41 +0000 (15:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rt.spec -> 1.7

rt.spec

diff --git a/rt.spec b/rt.spec
index 681212e1498fc0079c17f4676641f3582ccd16ff..995a208e285d81df8a598cb8185a6c0df561b19e 100644 (file)
--- a/rt.spec
+++ b/rt.spec
@@ -57,7 +57,7 @@ BuildRequires:        perl-DBD-mysql
 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::.*)' 'perl(Encode::compat)'
 
 %define                _sysconfdir     /etc/%{name}
 %define                _libdir         %{_prefix}/lib/%{name}
This page took 0.162412 seconds and 4 git commands to generate.