diff --git a/p11-kit.spec b/p11-kit.spec index 83fafeb..bffdfc9 100644 --- a/p11-kit.spec +++ b/p11-kit.spec @@ -1,5 +1,5 @@ Name: p11-kit -Version: 0.16.0 +Version: 0.16.1 Release: 1%{?dist} Summary: Library for loading and sharing PKCS#11 modules @@ -28,7 +28,9 @@ developing applications that use %{name}. %build -%configure --disable-static +# These paths are the source paths that come from the plan here: +# https://fedoraproject.org/wiki/Features/SharedSystemCertificates:SubTasks +%configure --disable-static --with-system-anchors=%{_datadir}/pki/ca-trust-source:%{_sysconfdir}/pki/ca-trust/source make %{?_smp_mflags} V=1 @@ -72,6 +74,10 @@ make check %changelog +* Tue Mar 05 2013 Stef Walter - 0.16.1-1 +- Update to upstream version 0.16.1 +- Setup source directories as appropriate for Shared System Certificates feature + * Tue Mar 05 2013 Stef Walter - 0.16.0-1 - Update to upstream version 0.16.0 diff --git a/sources b/sources index b22a4d3..94eb89b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4fda29bbe94dd3e8f992cb2f496908fe p11-kit-0.16.0.tar.gz +689f23b57e26f941cdc9fd13733fc1d2 p11-kit-0.16.1.tar.gz