rpms/perl-SOAP-Lite/EL-4 perl-SOAP-Lite.spec,1.7,1.8

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Mon Mar 5 16:58:01 UTC 2007


Author: mmcgrath

Update of /cvs/extras/rpms/perl-SOAP-Lite/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17875/EL-4

Modified Files:
	perl-SOAP-Lite.spec 
Log Message:
Fixed bogus reqs


Index: perl-SOAP-Lite.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-SOAP-Lite/EL-4/perl-SOAP-Lite.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-SOAP-Lite.spec	3 Feb 2007 16:02:19 -0000	1.7
+++ perl-SOAP-Lite.spec	5 Mar 2007 16:57:29 -0000	1.8
@@ -1,6 +1,6 @@
 Name: 		perl-SOAP-Lite
 Version:	0.68
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:	Client and server side SOAP implementation
 License:	GPL or Artistic
 Group:		Development/Libraries
@@ -13,7 +13,8 @@
 BuildRequires:	perl-XML-Parser
 BuildArch: 	noarch
 
-%define bogusreqs 'perl.MQClient.*\\|perl.Net..Jabber.'
+%define bogusreqs 'MQ\\|Jabber'
+#%define bogusreqs perl.Net..Jabber.
 %global reqfilt sh -c '%{__perl_requires} | %{__grep} -Ev "%{bogusreqs}"'
 %define __perl_requires %{reqfilt}
 
@@ -64,6 +65,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Mon Mar 03 2007 Mike McGrath <mmcgrath at redhat.com> - 0.68-4
+- bogus reqs diff
+
 * Sat Jan 2 2007 Mike McGrath <imlinux at gmail.com> - 0.68-3
 - Changed the way this package removes bogus reqs for EL4
 




More information about the fedora-extras-commits mailing list