Add missing build dependency on systemd-rpm-macros
This commit is contained in:
parent
190ffcb6e9
commit
e82e62e75d
@ -6,7 +6,7 @@
|
||||
Name: opencryptoki
|
||||
Summary: Implementation of the PKCS#11 (Cryptoki) specification v3.0
|
||||
Version: 3.18.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: CPL
|
||||
URL: https://github.com/opencryptoki/opencryptoki
|
||||
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
@ -36,6 +36,7 @@ BuildRequires: systemd-devel
|
||||
BuildRequires: libitm-devel
|
||||
BuildRequires: expect
|
||||
BuildRequires: make
|
||||
BuildRequires: systemd-rpm-macros
|
||||
%ifarch s390 s390x
|
||||
BuildRequires: libica-devel >= 2.3
|
||||
%endif
|
||||
@ -356,6 +357,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 14 2022 Florian Weimer <fweimer@redhat.com> - 3.18.0-5
|
||||
- Add missing build dependency on systemd-rpm-macros
|
||||
|
||||
* Mon Aug 01 2022 Than Ngo <than@redhat.com> - 3.18.0-4
|
||||
- fix json output
|
||||
- do not touch opencryptoki.conf if it is in place already and even if it is unchanged
|
||||
|
Loading…
Reference in New Issue
Block a user