Related: #2222595, add triggerun to reload daemon
This commit is contained in:
parent
517add43b1
commit
c390af2f87
@ -1,7 +1,7 @@
|
|||||||
Name: opencryptoki
|
Name: opencryptoki
|
||||||
Summary: Implementation of the PKCS#11 (Cryptoki) specification v3.0
|
Summary: Implementation of the PKCS#11 (Cryptoki) specification v3.0
|
||||||
Version: 3.21.0
|
Version: 3.21.0
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: CPL
|
License: CPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: https://github.com/opencryptoki/opencryptoki
|
URL: https://github.com/opencryptoki/opencryptoki
|
||||||
@ -35,7 +35,7 @@ BuildRequires: trousers-devel
|
|||||||
BuildRequires: openldap-devel
|
BuildRequires: openldap-devel
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: bison flex
|
BuildRequires: bison flex
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-units
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: expect
|
BuildRequires: expect
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -273,6 +273,8 @@ fi
|
|||||||
%postun
|
%postun
|
||||||
%systemd_postun_with_restart pkcsslotd.service
|
%systemd_postun_with_restart pkcsslotd.service
|
||||||
|
|
||||||
|
%triggerun -- opencryptoki < 3.21.0-1
|
||||||
|
/usr/bin/systemctl daemon-reload
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc ChangeLog FAQ README.md
|
%doc ChangeLog FAQ README.md
|
||||||
@ -383,6 +385,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 18 2023 Than Ngo <than@redhat.com> - 3.21.0-8
|
||||||
|
- Related: #2222595, add triggerun to reload daemon
|
||||||
|
|
||||||
* Fri Jul 14 2023 Than Ngo <than@redhat.com> - 3.21.0-7
|
* Fri Jul 14 2023 Than Ngo <than@redhat.com> - 3.21.0-7
|
||||||
- Resolves: #2222595, p11sak tool: slot option does not accept argument 0 for slot index 0
|
- Resolves: #2222595, p11sak tool: slot option does not accept argument 0 for slot index 0
|
||||||
- Resolves: #2222594, p11sak fails as soon as there reside non-key objects
|
- Resolves: #2222594, p11sak fails as soon as there reside non-key objects
|
||||||
|
Loading…
Reference in New Issue
Block a user