[p11-kit] Own the %{_libdir}/pkcs11 dir in -trust.

Ville Skyttä scop at fedoraproject.org
Sat Jan 25 19:17:46 UTC 2014


commit 35e6a9531992aea874d0c0d97c072476a552fed0
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Jan 25 21:17:46 2014 +0200

    Own the %{_libdir}/pkcs11 dir in -trust.

 p11-kit.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/p11-kit.spec b/p11-kit.spec
index f8cbcf4..b264e1c 100644
--- a/p11-kit.spec
+++ b/p11-kit.spec
@@ -1,6 +1,6 @@
 Name:           p11-kit
 Version:        0.20.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library for loading and sharing PKCS#11 modules
 
 License:        BSD
@@ -108,12 +108,16 @@ fi
 
 %files trust
 %{_bindir}/trust
+%dir %{_libdir}/pkcs11
 %{_libdir}/pkcs11/p11-kit-trust.so
 %{_datadir}/p11-kit/modules/p11-kit-trust.module
 %{_libdir}/p11-kit/trust-extract-compat
 
 
 %changelog
+* Sat Jan 25 2014 Ville Skyttä <ville.skytta at iki.fi> - 0.20.2-2
+- Own the %%{_libdir}/pkcs11 dir in -trust.
+
 * Tue Jan 14 2014 Stef Walter <stefw at redhat.com> - 0.20.2-1
 - Update to upstream stable 0.20.2 release
 - Fix regression involving blacklisted anchors [#1041328]


More information about the scm-commits mailing list