#28 add BuildRequires: systemd-rpm-macros
Merged 2 years ago by asn. Opened 2 years ago by tdawson.
rpms/ tdawson/samba rawhide  into  rawhide

file modified
+1
@@ -311,6 +311,7 @@ 

  BuildRequires: rpcgen

  BuildRequires: rpcsvc-proto-devel

  BuildRequires: sed

+ BuildRequires: systemd-rpm-macros

  BuildRequires: libtasn1-devel

  # We need asn1Parser

  BuildRequires: libtasn1-tools

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

I realize that this one line change is in pull request #26 but it is needed regardless of changing how users are created.
Due to changes in dependencies, samba no longer builds on f37 or rawhide.
systemd-rpm-macros is provided by systemd in RHEL8, so samba will still build there.

Pull-Request has been merged by asn

2 years ago
Metadata