rpms/fwknop/devel .cvsignore, 1.3, 1.4 fwknop.spec, 1.2, 1.3 sources, 1.3, 1.4

Miloslav Trmac mitr at fedoraproject.org
Sat Oct 4 15:17:31 UTC 2008


Author: mitr

Update of /cvs/pkgs/rpms/fwknop/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18966

Modified Files:
	.cvsignore fwknop.spec sources 
Log Message:
* Sat Oct  4 2008 Miloslav Trmač <mitr at redhat.com> - 1.9.8-1
- Update to fwknop-1.9.8
- Add missing Requires:
- Use the "nodeps" tarball



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fwknop/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	24 Aug 2008 21:26:57 -0000	1.3
+++ .cvsignore	4 Oct 2008 15:17:01 -0000	1.4
@@ -1 +1,2 @@
-fwknop-1.9.7.tar.bz2
+fwknop-nodeps-1.9.8.tar.gz
+fwknop-nodeps-1.9.8.tar_gz.asc


Index: fwknop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fwknop/devel/fwknop.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fwknop.spec	24 Aug 2008 21:26:57 -0000	1.2
+++ fwknop.spec	4 Oct 2008 15:17:01 -0000	1.3
@@ -1,18 +1,21 @@
 Summary: A Single Packet Authorization (SPA) implementation
 Name: fwknop
-Version: 1.9.7
+Version: 1.9.8
 Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Url: http://www.cipherdyne.org/fwknop/
-Source0: http://www.cipherdyne.org/fwknop/download/fwknop-%{version}.tar.bz2
-Source1: fwknop.logrotate
+Source0: http://www.cipherdyne.org/fwknop/download/fwknop-nodeps-%{version}.tar.gz
+Source1: http://www.cipherdyne.org/fwknop/download/fwknop-nodeps-%{version}.tar_gz.asc
+Source2: fwknop.logrotate
 Patch0: fwknop-1.9.6-hostname.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: logrotate
 # The automatic dependency generator doesn't find the Perl dependencies
-Requires: perl(Crypt::CBC), perl(Digest::SHA), perl(Net::IPv4Addr)
-Requires: perl(Net::Pcap), perl(Net::Ping::External), perl(Term::ReadKey)
+Requires: perl(Crypt::CBC), perl(Crypt::Rijndael), perl(Digest::SHA)
+Requires: perl(GnuPG::Interface), perl(IPTables::ChainMgr)
+Requires: perl(IPTables::Parse), perl(Net::IPv4Addr), perl(Net::Pcap)
+Requires: perl(Net::Ping::External), perl(Net::RawIP), perl(Term::ReadKey)
 Requires: perl(Unix::Syslog)
 Requires(post): chkconfig
 Requires(preun): chkconfig, initscripts
@@ -70,7 +73,7 @@
         $RPM_BUILD_ROOT%{_sbindir}
 #install logrotate stuff
 mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d
-install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/fwknop
+install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/fwknop
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -106,6 +109,11 @@
 %dir %{_localstatedir}/run/fwknop
 
 %changelog
+* Sat Oct  4 2008 Miloslav Trmač <mitr at redhat.com> - 1.9.8-1
+- Update to fwknop-1.9.8
+- Add missing Requires:
+- Use the "nodeps" tarball
+
 * Sun Aug 24 2008 Miloslav Trmač <mitr at redhat.com> - 1.9.7-1
 - Update to fwknop-1.9.7
 - License specified to be GPLv2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fwknop/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	24 Aug 2008 21:26:57 -0000	1.3
+++ sources	4 Oct 2008 15:17:01 -0000	1.4
@@ -1 +1,2 @@
-d5bef8f2e807eb79d2ee0d1ce9c5d000  fwknop-1.9.7.tar.bz2
+9a687926b688e1aee3650fb68eacf437  fwknop-nodeps-1.9.8.tar.gz
+39f3067d578b34c330219adc28a333f0  fwknop-nodeps-1.9.8.tar_gz.asc




More information about the scm-commits mailing list