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:
parent
ebdf443d61
commit
56cd5e90ac
@ -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
|
Thu Sep 29 12:51:38 UTC 2016 - fbui@suse.com
|
||||||
|
|
||||||
|
@ -400,8 +400,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
|
||||||
@ -1091,7 +1089,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 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Thu Sep 29 12:51:38 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
|
||||||
@ -1086,7 +1084,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