Hello community,

here is the log from the commit of package lio-utils for openSUSE:Factory 
checked in at 2014-12-08 16:56:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lio-utils (Old)
 and      /work/SRC/openSUSE:Factory/.lio-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lio-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lio-utils/lio-utils.changes      2014-09-06 
12:18:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lio-utils.new/lio-utils.changes 2014-12-08 
16:56:14.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Dec  3 15:11:27 PST 2014 - ldun...@suse.com
+
+- Update systemd service file to start after configfs (bnc#908270),
+  creating patch:
+  * lio-utils-fix-systemd-service-start.patch
+
+-------------------------------------------------------------------

New:
----
  lio-utils-fix-systemd-service-start.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lio-utils.spec ++++++
--- /var/tmp/diff_new_pack.paq4aU/_old  2014-12-08 16:56:16.000000000 +0100
+++ /var/tmp/diff_new_pack.paq4aU/_new  2014-12-08 16:56:16.000000000 +0100
@@ -84,6 +84,7 @@
 Patch32:        0032-lio-utils-remove-systemd-default-dependies.patch
 Patch33:        0033-lio-utils-dont-dump-RO-attributes.patch
 Patch34:        lio-utils-allow-clearing-discovery-auth.patch
+Patch35:        lio-utils-fix-systemd-service-start.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -187,6 +188,7 @@
 %patch32 -p1
 %patch33 -p1
 %patch34 -p1
+%patch35 -p1
 
 %build
 make %{?_smp_mflags} OPTFLAGS="$RPM_OPT_FLAGS"

++++++ lio-utils-fix-systemd-service-start.patch ++++++
From: Lee Duncan <ldun...@suse.com>
Date: Thu Dec  4 09:53:48 PST 2014
Subject: lio-utils: fix systemd service start

Fix systemd service so that it starts after
configfs is mounted.
---
 scripts/target.service |    2 ++
 1 file changed, 2 insertions(+)

--- a/scripts/target.service
+++ b/scripts/target.service
@@ -1,6 +1,8 @@
 [Unit]
 Description="Generic Target Mode service"
 DefaultDependencies=No
+Requires=sys-kernel-config.mount
+After=sys-kernel-config.mount
 
 [Service]
 Type=oneshot
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to