SHA256
1
0
forked from pool/systemd

- udev: don't require nsserv and fillup (bsc#999841)

udev has no LSB init scripts nor fillup templates anymore.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=951
This commit is contained in:
Franck Bui 2016-09-21 11:56:10 +00:00 committed by Git OBS Bridge
parent 1773e08e18
commit 7266ed8c5b
4 changed files with 16 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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