set libfko version to 2.0.0 for the RPM per Damien's recommendation

This commit is contained in:
Michael Rash 2013-07-19 20:34:01 -04:00
parent 11fa1f2f0d
commit 7359acec2a

View File

@ -30,13 +30,13 @@ Requires: libfko, iptables
%package -n libfko
Version: 2.0
Version: 2.0.0
Summary: The fwknop library
Group: Development/Libraries
Requires: gpg, gpgme
%package -n libfko-devel
Version: 2.0
Version: 2.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
* Fri Jul 19 2013 <mbr@cipherdyne.org> - 2.0.4-1
- Bumped libfko and libfko-devel version to 2.0.0.
- fwknop-2.5 release (HMAC authenticated encryption support).
* Sun Dec 9 2012 <mbr@cipherdyne.org> - 2.0.4-1
- Bumped libfko and libfko-devel version to 1.0.0.
- fwknop-2.0.4 release.