diff --git a/.gitignore b/.gitignore index 0fa0fab..1036963 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ fwknop-nodeps-1.9.12.tar.gz fwknop-nodeps-1.9.12.tar_gz.asc /fwknop-2.0.4.tar.gz.asc /fwknop-2.0.4.tar.gz +/fwknop-2.5.1.tar.gz +/fwknop-2.5.1.tar.gz.asc diff --git a/fwknop.spec b/fwknop.spec index 2d74e14..0eb0ce7 100644 --- a/fwknop.spec +++ b/fwknop.spec @@ -1,7 +1,7 @@ Summary: A Single Packet Authorization (SPA) implementation Name: fwknop -Version: 2.0.4 -Release: 2%{?dist} +Version: 2.5.1 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Daemons Url: http://www.cipherdyne.org/fwknop/ @@ -9,7 +9,7 @@ Source0: http://cipherdyne.org/fwknop/download/fwknop-%{version}.tar.gz Source1: http://cipherdyne.org/fwknop/download/fwknop-%{version}.tar.gz.asc Source2: fwknopd.service BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libpcap-devel iptables +BuildRequires: libpcap-devel iptables systemd Requires: logrotate Requires(post): /sbin/ldconfig Requires(preun): /sbin/ldconfig @@ -110,13 +110,17 @@ fi %dir %{_sysconfdir}/fwknop %config(noreplace) %{_sysconfdir}/fwknop/fwknopd.conf %config(noreplace) %{_sysconfdir}/fwknop/access.conf -%{_unitdir}/fwknopd.service %{_bindir}/fwknop %{_sbindir}/fwknopd +%{_unitdir}/fwknopd.service %{_mandir}/man8/* %{_libdir}/*.so.* %changelog +* Tue Aug 13 2013 Lukas Vrabec - 2.5.1-1 +- Update to fwknop-2.5.1 +- Add systemd to BuildRequires + * Sat Aug 03 2013 Fedora Release Engineering - 2.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index c0d36e5..3628c54 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -1bd92b2c79651ca310e9f7aeb6c2879e fwknop-2.0.4.tar.gz -eec84fdfe0b197c781ffbd16091ed866 fwknop-2.0.4.tar.gz.asc +6d7fc04b7a94570485d184b183e6c272 fwknop-2.5.1.tar.gz +a10b6c4e596a96ba5d263bcbeb62954c fwknop-2.5.1.tar.gz.asc