Update to 0.23.9-1
- pdate to upstream 0.23.9
This commit is contained in:
parent
5c8eae497f
commit
5dd4e32775
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@
|
|||||||
/*.src.rpm
|
/*.src.rpm
|
||||||
/p11-kit-0.*/
|
/p11-kit-0.*/
|
||||||
/x86_64/
|
/x86_64/
|
||||||
|
/trust-extract-compat
|
||||||
|
/p11-kit-0.23.9.tar.gz
|
||||||
|
11
p11-kit.spec
11
p11-kit.spec
@ -1,6 +1,7 @@
|
|||||||
|
# This spec file has been automatically updated
|
||||||
|
Version: 0.23.9
|
||||||
|
Release: 1%{?dist}
|
||||||
Name: p11-kit
|
Name: p11-kit
|
||||||
Version: 0.23.8
|
|
||||||
Release: 2%{?dist}
|
|
||||||
Summary: Library for loading and sharing PKCS#11 modules
|
Summary: Library for loading and sharing PKCS#11 modules
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -12,6 +13,9 @@ BuildRequires: libtasn1-devel >= 2.3
|
|||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
|
# Work around for https://bugzilla.redhat.com/show_bug.cgi?id=1497147
|
||||||
|
# Remove this once it is fixed
|
||||||
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
|
|
||||||
%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
|
||||||
@ -134,6 +138,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 04 2017 Daiki Ueno <dueno@redhat.com> - 0.23.9-1
|
||||||
|
- pdate to upstream 0.23.9
|
||||||
|
|
||||||
* Fri Aug 25 2017 Kai Engert <kaie@redhat.com> - 0.23.8-2
|
* Fri Aug 25 2017 Kai Engert <kaie@redhat.com> - 0.23.8-2
|
||||||
- Fix a regression caused by a recent nss.rpm change, add a %%ghost file
|
- Fix a regression caused by a recent nss.rpm change, add a %%ghost file
|
||||||
for %%{_libdir}/libnssckbi.so that p11-kit-trust scripts install.
|
for %%{_libdir}/libnssckbi.so that p11-kit-trust scripts install.
|
||||||
|
3
sources
3
sources
@ -1 +1,2 @@
|
|||||||
SHA512 (p11-kit-0.23.8.tar.gz) = cf3b28e4bed8cc18ef49fa7af1e4ad04f1b97dbd08f1e0bab07c280f0aa35306c01e35896bc990c9ed7bdecd6c5ce697ccb95288ef04dd3740db384343ea2f24
|
SHA512 (trust-extract-compat) = 91210705f9bcf1a13c0de1ca9943e3ac68296bfcb7953fc59241de060247b470b39be6e914dd4d92e38a78d5df0962c83315ad78f8c0eade8e62d884b05fdd42
|
||||||
|
SHA512 (p11-kit-0.23.9.tar.gz) = 6a8a569483763d3ffacadf669b8ba9b9be38a77dd8dc366ca0cb91c44753517fa1879d4422e4e8dfbcac594565727839a619566a170c0f94f8e112f18b0086ed
|
||||||
|
Loading…
Reference in New Issue
Block a user