[perl-libwww-perl] Fix typo in filter

Petr Pisar ppisar at fedoraproject.org
Tue Jul 26 07:22:12 UTC 2011


commit 36fb52489a364b580f67d41429c567808453c707
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jul 26 09:21:48 2011 +0200

    Fix typo in filter

 perl-libwww-perl.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec
index 2adfb19..6c75a49 100644
--- a/perl-libwww-perl.spec
+++ b/perl-libwww-perl.spec
@@ -84,7 +84,7 @@ use and even classes that help you implement simple HTTP servers.
 
 # RPM 4.9 style:
 # Remove not-packaged features
-%global __requires_exclude %{?__requires_exclude:__requires_exclude|}perl\\(Authen::NTLM\\)
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(Authen::NTLM\\)
 %global __requires_exclude %__requires_exclude|perl\\(HTTP::GHTTP\\)
 # Remove underspecified dependencies
 %global __requires_exclude %__requires_exclude|^perl\\(Encode\\)\\s*$


More information about the scm-commits mailing list