[Fedora-security-commits] fedora-security/tools fedora-security.spec, 1.1.2.1, 1.1.2.2

fedora-security-commits at redhat.com fedora-security-commits at redhat.com
Thu Jan 10 14:53:10 UTC 2008


Author: lkundrak

Update of /cvs/fedora/fedora-security/tools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2894

Modified Files:
      Tag: lkundrak-tools-ng
	fedora-security.spec 
Log Message:
Use LWP::Simple instead of wget in CVE.pm


Index: fedora-security.spec
===================================================================
RCS file: /cvs/fedora/fedora-security/tools/Attic/fedora-security.spec,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- fedora-security.spec	6 Jan 2008 03:31:52 -0000	1.1.2.1
+++ fedora-security.spec	10 Jan 2008 14:53:08 -0000	1.1.2.2
@@ -1,6 +1,6 @@
 Name:           fedora-security
 Version:        0.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tools for Fedora Security Response Team use
 
 Group:          Development/Libraries
@@ -25,7 +25,6 @@
 #!/bin/sh
 %{__perl_requires} $* |\
   sed -e '/perl(Email::Simple)/d' |\
-  sed -e '/perl(LWP::Simple)/d' |\
   sed -e '/perl(Mail::Mbox::MessageParser)/d' |\
   sed -e '/perl(Net::FTP)/d'
 EOF




More information about the Fedora-security-commits mailing list