From 9f965a41b10de001cdafed63ad9a6775e86f533638afc15bc2b78de0fb7997b2 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Thu, 29 Sep 2016 06:27:17 +0000 Subject: [PATCH] - 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 --- systemd-mini.changes | 9 +++++++++ systemd-mini.spec | 4 +++- systemd.changes | 9 +++++++++ systemd.spec | 4 +++- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/systemd-mini.changes b/systemd-mini.changes index 1f4f2d7..2a62e82 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -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 diff --git a/systemd-mini.spec b/systemd-mini.spec index 019a7ca..49d4183 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -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 diff --git a/systemd.changes b/systemd.changes index 1f4f2d7..2a62e82 100644 --- a/systemd.changes +++ b/systemd.changes @@ -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 diff --git a/systemd.spec b/systemd.spec index 7a6e61d..e040892 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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