SHA256
1
0
forked from pool/systemd

- Re add back "udev: don't require nsserv and fillup"

Did this in the wrong project... it was a complicated day today ;)

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=957
This commit is contained in:
Franck Bui 2016-09-29 13:08:51 +00:00 committed by Git OBS Bridge
parent 04bd746a0e
commit f782e8dfea
4 changed files with 16 additions and 6 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 29 13:05:44 UTC 2016 - fbui@suse.com
- Re add back "udev: don't require nsserv and fillup"
Did this in the wrong project... it was a complicated day today ;)
-------------------------------------------------------------------
Thu Sep 29 12:51:38 UTC 2016 - fbui@suse.com

View File

@ -400,8 +400,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
@ -1091,7 +1089,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 @@
-------------------------------------------------------------------
Thu Sep 29 13:05:44 UTC 2016 - fbui@suse.com
- Re add back "udev: don't require nsserv and fillup"
Did this in the wrong project... it was a complicated day today ;)
-------------------------------------------------------------------
Thu Sep 29 12:51:38 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
@ -1086,7 +1084,7 @@ if [ "${YAST_IS_RUNNING}" != "instsys" ]; then
fi
%postun -n udev%{?mini}
%insserv_cleanup
systemctl daemon-reload || :
if [ "${YAST_IS_RUNNING}" != "instsys" ]; then