Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2013-01-16 10:19:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes      2013-01-15 
06:49:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2013-01-16 
10:19:15.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Jan 16 08:20:22 UTC 2013 - [email protected]
+
+- hotfix for b1 to be reverted later
+
+-------------------------------------------------------------------

New:
----
  use-systemctrl_options.diff

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.DbmVhi/_old  2013-01-16 10:19:17.000000000 +0100
+++ /var/tmp/diff_new_pack.DbmVhi/_new  2013-01-16 10:19:17.000000000 +0100
@@ -24,6 +24,7 @@
 Source0:        yast2-%{version}.tar.bz2
 
 Source1:        yast2-rpmlintrc
+Patch0:         use-systemctrl_options.diff
 
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
@@ -144,6 +145,7 @@
 
 %prep
 %setup -n yast2-%{version}
+%patch0 -p1
 
 %build
 %{_prefix}/bin/y2tool y2autoconf

++++++ use-systemctrl_options.diff ++++++
Index: yast2-2.23.18/library/runlevel/src/Service.ycp
===================================================================
--- yast2-2.23.18.orig/library/runlevel/src/Service.ycp
+++ yast2-2.23.18/library/runlevel/src/Service.ycp
@@ -291,7 +291,7 @@ global define boolean Enabled (string na
  */
 global define integer RunInitScript (string name, string param) {
     y2milestone("Running service initscript %1 %2", name, param);
-    string command = sformat ("%1 %2 %3.service", invoker, param, name);
+    string command = sformat ("%1 $SYSTEMCTL_OPTIONS %2 %3.service", invoker, 
param, name);
     map<string, any> output=(map<string, any>)SCR::Execute 
(.target.bash_output,
         command, $[ "TERM" : "raw"]);
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to