Accepting request 948996 from home:iznogood:branches:Base:System
New stable release, supersede prev sub OBS-URL: https://build.opensuse.org/request/show/948996 OBS-URL: https://build.opensuse.org/package/show/Base:System/p11-kit?expand=0&rev=46
This commit is contained in:
10
p11-kit.spec
10
p11-kit.spec
@@ -21,7 +21,7 @@
|
||||
%define trustdir_cfg %{pkidir_cfg}/trust
|
||||
%define trustdir_static %{pkidir_static}/trust
|
||||
Name: p11-kit
|
||||
Version: 0.23.22
|
||||
Version: 0.24.1
|
||||
Release: 0
|
||||
Summary: Library to work with PKCS#11 modules
|
||||
License: BSD-3-Clause
|
||||
@@ -108,8 +108,8 @@ Unix domain socket. Note that this feature is still experimental.
|
||||
%install
|
||||
%make_install
|
||||
#
|
||||
install -d m 755 %{buildroot}%{trustdir_cfg}/{anchors,blacklist}
|
||||
install -d m 755 %{buildroot}%{trustdir_static}/{anchors,blacklist}
|
||||
install -d m 755 %{buildroot}%{trustdir_cfg}/{anchors,blocklist}
|
||||
install -d m 755 %{buildroot}%{trustdir_static}/{anchors,blocklist}
|
||||
# Create pkcs11 config directory
|
||||
test ! -e %{buildroot}%{_sysconfdir}/pkcs11/modules
|
||||
install -d %{buildroot}%{_sysconfdir}/pkcs11/modules
|
||||
@@ -149,11 +149,11 @@ export NO_BRP_STALE_LINK_ERROR=yes # *grr*
|
||||
%dir %{pkidir_cfg}
|
||||
%dir %{trustdir_cfg}
|
||||
%dir %{trustdir_cfg}/anchors
|
||||
%dir %{trustdir_cfg}/blacklist
|
||||
%dir %{trustdir_cfg}/blocklist
|
||||
%dir %{pkidir_static}
|
||||
%dir %{trustdir_static}
|
||||
%dir %{trustdir_static}/anchors
|
||||
%dir %{trustdir_static}/blacklist
|
||||
%dir %{trustdir_static}/blocklist
|
||||
%{_datadir}/%{name}/modules/p11-kit-trust.module
|
||||
%{_libdir}/pkcs11/p11-kit-trust.so
|
||||
%dir %{_libexecdir}/%{name}
|
||||
|
Reference in New Issue
Block a user