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
|
Fri Sep 16 12:38:19 UTC 2016 - fbui@suse.com
|
||||||
|
|
||||||
|
@ -395,8 +395,6 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
Url: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
||||||
PreReq: /bin/rm
|
PreReq: /bin/rm
|
||||||
PreReq: %insserv_prereq
|
|
||||||
PreReq: %fillup_prereq
|
|
||||||
# Avoid bootstrap cycle with sg3_utils
|
# Avoid bootstrap cycle with sg3_utils
|
||||||
%if "%{?mini}" == ""
|
%if "%{?mini}" == ""
|
||||||
PreReq: /usr/bin/sg_inq
|
PreReq: /usr/bin/sg_inq
|
||||||
@ -1081,7 +1079,7 @@ if [ "${YAST_IS_RUNNING}" != "instsys" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%postun -n udev%{?mini}
|
%postun -n udev%{?mini}
|
||||||
%insserv_cleanup
|
|
||||||
systemctl daemon-reload || :
|
systemctl daemon-reload || :
|
||||||
|
|
||||||
if [ "${YAST_IS_RUNNING}" != "instsys" ]; then
|
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
|
Fri Sep 16 12:38:19 UTC 2016 - fbui@suse.com
|
||||||
|
|
||||||
|
@ -390,8 +390,6 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
Url: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
||||||
PreReq: /bin/rm
|
PreReq: /bin/rm
|
||||||
PreReq: %insserv_prereq
|
|
||||||
PreReq: %fillup_prereq
|
|
||||||
# Avoid bootstrap cycle with sg3_utils
|
# Avoid bootstrap cycle with sg3_utils
|
||||||
%if "%{?mini}" == ""
|
%if "%{?mini}" == ""
|
||||||
PreReq: /usr/bin/sg_inq
|
PreReq: /usr/bin/sg_inq
|
||||||
@ -1076,7 +1074,7 @@ if [ "${YAST_IS_RUNNING}" != "instsys" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%postun -n udev%{?mini}
|
%postun -n udev%{?mini}
|
||||||
%insserv_cleanup
|
|
||||||
systemctl daemon-reload || :
|
systemctl daemon-reload || :
|
||||||
|
|
||||||
if [ "${YAST_IS_RUNNING}" != "instsys" ]; then
|
if [ "${YAST_IS_RUNNING}" != "instsys" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user