From 5133681b88c357c48b6458943e0d1f5c73ed4954ee6a01d2329f8647560f2e33 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Wed, 20 Mar 2024 17:59:30 +0000 Subject: [PATCH] more %split_usr build conditional removals (amend the previous commit) OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1506 --- files.systemd | 8 -------- files.udev | 3 --- 2 files changed, 11 deletions(-) diff --git a/files.systemd b/files.systemd index 8c454370..a6968308 100644 --- a/files.systemd +++ b/files.systemd @@ -652,11 +652,3 @@ %{_unitdir}/user@.service.d/10-login-barrier.conf %{_unitdir}/user@0.service.d/10-login-barrier.conf %{xinitconfdir}/xinitrc.d/50-systemd-user.sh -%if %{with split_usr} -/bin/systemctl -/sbin/halt -/sbin/init -/sbin/poweroff -/sbin/reboot -/sbin/shutdown -%endif diff --git a/files.udev b/files.udev index 7e42309c..3921a1a0 100644 --- a/files.udev +++ b/files.udev @@ -359,6 +359,3 @@ %{_unitdir}/veritysetup-pre.target %{_unitdir}/veritysetup.target %endif -%if %{with split_usr} -/sbin/udevadm -%endif