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
This commit is contained in:
parent
ea9a21adf0
commit
d54cbd1fbf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user