From 8cfa222761f5282af16bccbdec569324bf0c689d Mon Sep 17 00:00:00 2001 From: Damien Stuart Date: Fri, 16 Jul 2010 00:39:17 +0000 Subject: [PATCH] Fixed some misplaced dependencies in the fwknop.spec file. git-svn-id: file:///home/mbr/svn/fwknop/trunk@263 510a4753-2344-4c79-9c09-4d669213fbeb --- fwknop.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fwknop.spec b/fwknop.spec index 4cd21aac..96070137 100644 --- a/fwknop.spec +++ b/fwknop.spec @@ -34,6 +34,7 @@ Requires: libfko Version: 0.0.1 Summary: The fwknop library Group: Development/Libraries +Requires: gpgme %package -n libfko-devel Version: 0.0.1 @@ -44,7 +45,7 @@ Requires: libfko %package server Summary: The Firewall Knock Operator server. An implementation of Single Packet Authorization. Group: System Environment/Daemons -Requires: libfko gpgme, libpcap, gdbm, iptables +Requires: libfko, libpcap, gdbm, iptables %description @@ -129,8 +130,13 @@ fi %config(noreplace) %attr(0600,root,root) %{_sysconfdir}/fwknop/access.conf %changelog +* Thu Jul 15 2010 Damien Stuart +- Fixed some misplaced depenencies (moved gpgpme from server to libfko). + * Wed Jul 7 2010 Damien Stuart - Made the post and preun steps specific to libfko-devel. + * Tue Jul 6 2010 Damien Stuart - Initial RPMification. +###EOF###