From cc6579cd6a6a1df2dd9e401fb05e75267624625b Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 27 Sep 2022 18:18:24 +0000 Subject: [PATCH] add BuildRequires: systemd-rpm-macros Although the spec requires systemd-rpm-macros for macros such as %{_unitdir} it was only getting pulled in as a dependency of other packages. Dependencies have changed, and systemd-rpm-macros is no longer getting pulled in. Add the BuildRequires so we always get it. Signed-off-by: Troy Dawson tdawson@redhat.com --- samba.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/samba.spec b/samba.spec index 03ea707..117f337 100644 --- a/samba.spec +++ b/samba.spec @@ -311,6 +311,7 @@ BuildRequires: readline-devel BuildRequires: rpcgen BuildRequires: rpcsvc-proto-devel BuildRequires: sed +BuildRequires: systemd-rpm-macros BuildRequires: libtasn1-devel # We need asn1Parser BuildRequires: libtasn1-tools