diff --git a/systemd-mini.changes b/systemd-mini.changes index 10908beb..28cb6907 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 21 11:54:39 UTC 2016 - fbui@suse.com + +- udev: don't require nsserv and fillup (bsc#999841) + + udev has no LSB init scripts nor fillup templates anymore. + ------------------------------------------------------------------- Fri Sep 16 12:38:19 UTC 2016 - fbui@suse.com diff --git a/systemd-mini.spec b/systemd-mini.spec index 6983a648..5bdfaeaa 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -395,8 +395,6 @@ License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html PreReq: /bin/rm -PreReq: %insserv_prereq -PreReq: %fillup_prereq # Avoid bootstrap cycle with sg3_utils %if "%{?mini}" == "" PreReq: /usr/bin/sg_inq @@ -1081,7 +1079,7 @@ if [ "${YAST_IS_RUNNING}" != "instsys" ]; then fi %postun -n udev%{?mini} -%insserv_cleanup + systemctl daemon-reload || : if [ "${YAST_IS_RUNNING}" != "instsys" ]; then diff --git a/systemd.changes b/systemd.changes index 10908beb..28cb6907 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 21 11:54:39 UTC 2016 - fbui@suse.com + +- udev: don't require nsserv and fillup (bsc#999841) + + udev has no LSB init scripts nor fillup templates anymore. + ------------------------------------------------------------------- Fri Sep 16 12:38:19 UTC 2016 - fbui@suse.com diff --git a/systemd.spec b/systemd.spec index a828396c..de89a5ff 100644 --- a/systemd.spec +++ b/systemd.spec @@ -390,8 +390,6 @@ License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html PreReq: /bin/rm -PreReq: %insserv_prereq -PreReq: %fillup_prereq # Avoid bootstrap cycle with sg3_utils %if "%{?mini}" == "" PreReq: /usr/bin/sg_inq @@ -1076,7 +1074,7 @@ if [ "${YAST_IS_RUNNING}" != "instsys" ]; then fi %postun -n udev%{?mini} -%insserv_cleanup + systemctl daemon-reload || : if [ "${YAST_IS_RUNNING}" != "instsys" ]; then