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:
parent
1773e08e18
commit
7266ed8c5b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user