From e66636d986dfd085046b06d01058d66268624e15 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 17 Oct 2022 16:12:09 -0400 Subject: [PATCH] BR systemd-rpm-macros for %{_userunitdir} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We need to explicitly require systemd-rpm-macros for %{_userunitdir}, per the guidelines¹. ¹ https://docs.fedoraproject.org/en-US/packaging-guidelines/Systemd/#packaging_filesystem --- gnupg2.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnupg2.spec b/gnupg2.spec index 79be3cf..d22903d 100644 --- a/gnupg2.spec +++ b/gnupg2.spec @@ -57,6 +57,7 @@ BuildRequires: gnutls-devel BuildRequires: sqlite-devel BuildRequires: fuse BuildRequires: make +BuildRequires: systemd-rpm-macros # for tests BuildRequires: openssh-clients @@ -222,6 +223,7 @@ make -k check %changelog * Mon Oct 17 2022 Todd Zullinger - 2.3.8-1 - update to 2.3.8 +- BR systemd-rpm-macros for %%{_userunitdir} * Mon Oct 17 2022 Todd Zullinger - 2.3.7-5 - verify upstream signatures in %%prep, unless bootstrapping