From 5befed6bae9228ab649e41217df21b5b32740fe0 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Mon, 28 Jul 2014 22:40:13 -0400 Subject: [PATCH] removed gdbm/gdbm-devel dependencies for the RPM, bumped libfko to 2.0.3 for the RPM --- fwknop.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/fwknop.spec b/fwknop.spec index 9d8c80f1..aa6084a7 100644 --- a/fwknop.spec +++ b/fwknop.spec @@ -24,28 +24,28 @@ URL: http://www.cipherdyne.org/fwknop/ Source0: fwknop-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -BuildRequires: gpg, gpgme-devel, libpcap-devel, gdbm-devel, iptables -Requires: libfko >= 2.0.2, iptables +BuildRequires: gpg, gpgme-devel, libpcap-devel, iptables +Requires: libfko >= 2.0.3, iptables %package -n libfko -Version: 2.0.2 +Version: 2.0.3 Release: 1 Summary: The fwknop library Group: Development/Libraries Requires: gpg, gpgme %package -n libfko-devel -Version: 2.0.2 +Version: 2.0.3 Release: 1 Summary: The fwknop library header and API docs Group: Development/Libraries -Requires: libfko >= 2.0.2 +Requires: libfko >= 2.0.3 %package server Summary: The Firewall Knock Operator server. An implementation of Single Packet Authorization. Group: System Environment/Daemons -Requires: libfko => 2.0.2, libpcap, gdbm, iptables +Requires: libfko => 2.0.3, libpcap, iptables %description @@ -143,6 +143,11 @@ fi %changelog * Mon Jul 28 2014 - 2.6.3 +- Removed gdbm and gdbm-devel dependencies since these are only + needed if a user compiles fwknopd with the --disable-file-cache + argument to the 'configure' script, and the RPM's are not built + with this. +- Bumped libfko and libfko-devel version to 2.0.3. - fwknop-2.6.3 release. * Mon Apr 28 2014 - 2.6.2