Update to 0.23.4 release
This commit is contained in:
parent
1b735242c8
commit
7c8cb45032
13
p11-kit.spec
13
p11-kit.spec
@ -1,6 +1,6 @@
|
|||||||
Name: p11-kit
|
Name: p11-kit
|
||||||
Version: 0.23.3
|
Version: 0.23.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for loading and sharing PKCS#11 modules
|
Summary: Library for loading and sharing PKCS#11 modules
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -11,6 +11,7 @@ Source1: trust-extract-compat
|
|||||||
BuildRequires: libtasn1-devel >= 2.3
|
BuildRequires: libtasn1-devel >= 2.3
|
||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
|
BuildRequires: systemd
|
||||||
|
|
||||||
%description
|
%description
|
||||||
p11-kit provides a way to load and enumerate PKCS#11 modules, as well
|
p11-kit provides a way to load and enumerate PKCS#11 modules, as well
|
||||||
@ -98,7 +99,12 @@ fi
|
|||||||
%{_bindir}/p11-kit
|
%{_bindir}/p11-kit
|
||||||
%{_libdir}/libp11-kit.so.*
|
%{_libdir}/libp11-kit.so.*
|
||||||
%{_libdir}/p11-kit-proxy.so
|
%{_libdir}/p11-kit-proxy.so
|
||||||
|
%{_libdir}/pkcs11/p11-kit-client.so
|
||||||
%{_libexecdir}/p11-kit/p11-kit-remote
|
%{_libexecdir}/p11-kit/p11-kit-remote
|
||||||
|
%{_libexecdir}/p11-kit/p11-kit-server
|
||||||
|
%{_userunitdir}/p11-kit-remote@.service
|
||||||
|
%{_userunitdir}/p11-kit-remote.socket
|
||||||
|
%{_userunitdir}/sockets.target.wants/p11-kit-remote.socket
|
||||||
%{_mandir}/man1/trust.1.gz
|
%{_mandir}/man1/trust.1.gz
|
||||||
%{_mandir}/man8/p11-kit.8.gz
|
%{_mandir}/man8/p11-kit.8.gz
|
||||||
%{_mandir}/man5/pkcs11.conf.5.gz
|
%{_mandir}/man5/pkcs11.conf.5.gz
|
||||||
@ -118,6 +124,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 22 2017 Daiki Ueno <dueno@redhat.com> - 0.23.4-1
|
||||||
|
- Update to 0.23.4 release
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.3-3
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.3-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (p11-kit-0.23.3.tar.gz) = af4a2d6a42d1921292ff919777fe5930ff6bb9ba3c0db992f21b65e06721e3345373a6ec26ac228f74373cd2799c7cafddfea77f97abf69503a276b8db6ab53a
|
SHA512 (p11-kit-0.23.4.tar.gz) = d434c1078ffc565aaf1acb745b7eb5e158ccb863b7b807832c067e685809d3e4dbf06768d105d887a6db938a5b2a37f62ccc71b7228ead668e09663fe3bf6002
|
||||||
|
Loading…
Reference in New Issue
Block a user