SHA256
1
0
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:
Franck Bui 2016-09-29 06:27:17 +00:00 committed by Git OBS Bridge
parent 6b50ea651e
commit 2bd3cf4a51
4 changed files with 24 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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