- Drop enablement symlink migration support of SysV init scripts

And let's finish reducing the support of SysV init scripts to its minimum.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1252
This commit is contained in:
2022-02-18 08:11:02 +00:00
committed by Git OBS Bridge
parent 53c0c58da9
commit 351e69e6e3
4 changed files with 7 additions and 176 deletions

View File

@@ -183,7 +183,6 @@ Source0: systemd-v%{version}%{suse_version}.tar.xz
Source1: systemd-rpmlintrc
Source2: systemd-user
%if %{with sysvcompat}
Source3: systemd-sysv-convert
Source4: systemd-sysv-install
%endif
Source5: tmpfiles-suse.conf
@@ -720,10 +719,6 @@ rm %{buildroot}%{_mandir}/man1/resolvconf.1*
%endif
%if %{with sysvcompat}
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/sysv-convert
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/migrated
install -m0755 -D %{SOURCE3} %{buildroot}/%{_systemd_util_dir}/systemd-sysv-convert
install -m0755 -D %{SOURCE4} %{buildroot}/%{_systemd_util_dir}/systemd-sysv-install
%endif