Add missing BuildRequires: pkgconfig(systemd)
emacs-libdir-vs-systemd.patch relies on the systemd package config files being in the buildroot, which stopped being the case in Fedora >= 37. Thus we need to depend on systemd explicitly
This commit is contained in:
parent
d21b022666
commit
e6bb941875
@ -22,6 +22,8 @@ Source8: emacs-terminal.sh
|
||||
# rhbz#713600
|
||||
Patch1: emacs-spellchecker.patch
|
||||
Patch2: emacs-system-crypto-policies.patch
|
||||
# causes a dependency on pkgconfig(systemd)
|
||||
# => remove it if we stop using this patch
|
||||
Patch3: emacs-libdir-vs-systemd.patch
|
||||
Patch4: emacs-pdmp-fingerprint.patch
|
||||
Patch5: emacs-configure-c99-1.patch
|
||||
@ -80,6 +82,9 @@ BuildRequires: gnupg2
|
||||
# For lucid
|
||||
BuildRequires: Xaw3d-devel
|
||||
|
||||
# for Patch3
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
|
||||
%ifarch %{ix86}
|
||||
BuildRequires: util-linux
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user