Add missing build dependency on systemd-rpm-macros
This commit is contained in:
parent
190ffcb6e9
commit
e82e62e75d
@ -6,7 +6,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.18.0
|
Version: 3.18.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: CPL
|
License: CPL
|
||||||
URL: https://github.com/opencryptoki/opencryptoki
|
URL: https://github.com/opencryptoki/opencryptoki
|
||||||
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -36,6 +36,7 @@ BuildRequires: systemd-devel
|
|||||||
BuildRequires: libitm-devel
|
BuildRequires: libitm-devel
|
||||||
BuildRequires: expect
|
BuildRequires: expect
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
BuildRequires: systemd-rpm-macros
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
BuildRequires: libica-devel >= 2.3
|
BuildRequires: libica-devel >= 2.3
|
||||||
%endif
|
%endif
|
||||||
@ -356,6 +357,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 01 2022 Than Ngo <than@redhat.com> - 3.18.0-4
|
||||||
- fix json output
|
- fix json output
|
||||||
- do not touch opencryptoki.conf if it is in place already and even if it is unchanged
|
- 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