diff --git a/.gitignore b/.gitignore index 4e3e605..b654e92 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /softhsm-1.3.2.tar.gz /softhsm-1.3.3.tar.gz /softhsm-1.3.5.tar.gz +/softhsm-1.3.7.tar.gz diff --git a/softhsm.spec b/softhsm.spec index 056028f..cdbf585 100644 --- a/softhsm.spec +++ b/softhsm.spec @@ -1,7 +1,7 @@ Summary: Software version of a PKCS#11 Hardware Security Module Name: softhsm -Version: 1.3.5 -Release: 2%{?dist} +Version: 1.3.7 +Release: 1%{?dist} License: BSD Url: http://www.opendnssec.org/ Source: http://www.opendnssec.org/files/source/%{name}-%{version}.tar.gz @@ -49,14 +49,14 @@ mkdir -p %{buildroot}/var/softhsm %dir %{_libdir}/softhsm/ %{_libdir}/softhsm/libsofthsm.so %attr(0770,ods,ods) %dir /var/softhsm -%doc AUTHORS NEWS README +%doc AUTHORS NEWS README.md %{_mandir}/*/* %files devel %defattr(-,root,root,-) %attr(0755,root,root) %dir %{_includedir}/softhsm %{_includedir}/softhsm/*.h -%doc README +%doc README.md %pre getent group ods >/dev/null || groupadd -r ods ||: @@ -65,6 +65,10 @@ getent passwd ods >/dev/null || \ -c "DNSSEC private keys owner" ods ||: %changelog +* Thu Sep 03 2015 Paul Wouters - 1.3.7-1 +- Updated to 1.3.7 +- Changed README to README.md + * Mon Apr 13 2015 Paul Wouters - 1.3.5-2 - Minor fixes in post and minor cleanup, bump for forgotten build diff --git a/sources b/sources index 6272c58..7e383f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c07acb7ac7fceef6a56f2db082685283 softhsm-1.3.5.tar.gz +acfda39ee23c32f38ee51692d6c6a44b softhsm-1.3.7.tar.gz