Require systemd-rpm-macros for build
We use our own macros. They get pulled into the buildroot in Fedora builds, but we shouldn't rely on this. In OBS builds, they are not pulled in and the build fails.
This commit is contained in:
parent
2e1a6c7474
commit
7208fa2b1b
1 changed files with 3 additions and 0 deletions
|
|
@ -161,6 +161,9 @@ BuildRequires: libselinux-devel
|
|||
BuildRequires: audit-libs-devel
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: cryptsetup-devel
|
||||
# Require (previous version) of our macros package.
|
||||
# We use the %%systemd_{post,preun,…} macros for various services.
|
||||
BuildRequires: systemd-rpm-macros
|
||||
%endif
|
||||
BuildRequires: dbus-devel
|
||||
BuildRequires: util-linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue