From e82e62e75dccf8564704dbea137130582ee12b3d Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 14 Sep 2022 13:28:57 +0200 Subject: [PATCH] Add missing build dependency on systemd-rpm-macros --- opencryptoki.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/opencryptoki.spec b/opencryptoki.spec index 7b9f2c5..e4a9b89 100644 --- a/opencryptoki.spec +++ b/opencryptoki.spec @@ -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 - 3.18.0-5 +- Add missing build dependency on systemd-rpm-macros + * Mon Aug 01 2022 Than Ngo - 3.18.0-4 - fix json output - do not touch opencryptoki.conf if it is in place already and even if it is unchanged