Stop trying to use removed source file

[skip changelog]
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-12-15 12:48:00 +01:00
parent 2a3fc2e21f
commit 1d366e53d8
1 changed files with 0 additions and 6 deletions

View File

@ -66,7 +66,6 @@ Source7: systemd-journal-remote.xml
Source8: systemd-journal-gatewayd.xml
Source9: 20-yama-ptrace.conf
Source10: systemd-udev-trigger-no-reload.conf
Source12: systemd-user
Source13: libsystemd-shared.abignore
Source14: 10-oomd-defaults.conf
@ -473,11 +472,6 @@ package and is meant for use in non-systemd systems.
%prep
%autosetup -n %{?commit:%{name}%{?stable:-stable}-%{commit}}%{!?commit:%{name}%{?stable:-stable}-%{version_no_tilde}} -p1
test -f src/login/systemd-user.in
# Restore systemd-user pam config from before "removal of Fedora-specific bits".
# We'll systemd process it and install in the right place.
cp %{SOURCE12} src/login/systemd-user.in
%build
%global ntpvendor %(source /etc/os-release; echo ${ID})
%{!?ntpvendor: echo 'NTP vendor zone is not set!'; exit 1}