Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2011-11-14 11:49:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2011-11-08 
09:25:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2011-11-14 
11:49:27.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Nov 10 14:37:16 UTC 2011 - [email protected]
+
+- Ensure /sbin/service is not clearing SYSTEMD_NO_WRAP
+
+-------------------------------------------------------------------

New:
----
  systemd_no_wrap_service.patch

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.MNExoy/_old  2011-11-14 11:49:30.000000000 +0100
+++ /var/tmp/diff_new_pack.MNExoy/_new  2011-11-14 11:49:30.000000000 +0100
@@ -35,6 +35,7 @@
 # run make package in checkout out git repo to recreate
 Source:         aaa_base.tar.bz2
 Source99:       aaa_base-rpmlintrc
+Patch0:         systemd_no_wrap_service.patch
 
 %description
 This package installs several important configuration files. Central
@@ -54,6 +55,7 @@
 
 %prep
 %setup -n aaa_base
+%patch0 -p1
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS" CC="%{__cc}" %{?_smp_mflags}

++++++ systemd_no_wrap_service.patch ++++++
diff --git a/files/sbin/service b/files/sbin/service
index 5984b28..56ad239 100755
--- a/files/sbin/service
+++ b/files/sbin/service
@@ -21,12 +21,13 @@ RCDIR="/etc/init.d"
 #
 
PATH=/sbin:/usr/sbin:/usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
 test -n "$TERM" || TERM=raw
+test -n "$SYSTEMD_NO_WRAP" && export SYSTEMD_NO_WRAP
 LANG=POSIX
 export PATH TERM LANG
 
 exec_rc ()
 {
-    env -i LANG=$LANG PATH=$PATH TERM=$TERM ${1+"$@"}
+    env -i LANG=$LANG PATH=$PATH TERM=$TERM SYSTEMD_NO_WRAP=$SYSTEMD_NO_WRAP 
${1+"$@"}
 }
 
 usage ()
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to