From c9f5e495bb754213180d2039499b47d1f0f36c8d Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sun, 9 Dec 2012 15:29:46 -0500 Subject: [PATCH] bumped libfko and libfko-devel to 1.0.0 --- fwknop.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fwknop.spec b/fwknop.spec index 02a72b72..8394cbba 100644 --- a/fwknop.spec +++ b/fwknop.spec @@ -30,13 +30,13 @@ Requires: libfko, iptables %package -n libfko -Version: 0.0.4 +Version: 1.0.0 Summary: The fwknop library Group: Development/Libraries Requires: gpg, gpgme %package -n libfko-devel -Version: 0.0.4 +Version: 1.0.0 Summary: The fwknop library header and API docs Group: Development/Libraries Requires: libfko @@ -141,6 +141,10 @@ fi %config(noreplace) %attr(0600,root,root) %{_sysconfdir}/fwknop/access.conf %changelog +* Sun Dec 9 2012 - 2.0.4-1 +- Bumped libfko and libfko-devel version to 1.0.0. +- fwknop-2.0.4 release. + * Sat Dec 1 2012 - 2.0.4-1 - Removed uneeded include files (which had been added to address an issue that has since been fixed).