forked from pool/systemd
- Revert "udev: don't require nsserv and fillup"
It's been judged too late for being part of SLE12 final release. Nevertheless it's part of Factory and will be reintroduced after the final release is out (ie through an update). OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=955
This commit is contained in:
parent
6b50ea651e
commit
2bd3cf4a51
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 06:24:01 UTC 2016 - fbui@suse.com
|
||||
|
||||
- Revert "udev: don't require nsserv and fillup"
|
||||
|
||||
It's been judged too late for being part of SLE12 final release.
|
||||
Nevertheless it's part of Factory and will be reintroduced after the
|
||||
final release is out (ie through an update).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 14:23:14 UTC 2016 - fbui@suse.com
|
||||
|
||||
|
@ -398,6 +398,8 @@ 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
|
||||
@ -1085,7 +1087,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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 06:24:01 UTC 2016 - fbui@suse.com
|
||||
|
||||
- Revert "udev: don't require nsserv and fillup"
|
||||
|
||||
It's been judged too late for being part of SLE12 final release.
|
||||
Nevertheless it's part of Factory and will be reintroduced after the
|
||||
final release is out (ie through an update).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 14:23:14 UTC 2016 - fbui@suse.com
|
||||
|
||||
|
@ -393,6 +393,8 @@ 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
|
||||
@ -1080,7 +1082,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