Hello community,

here is the log from the commit of package puppet for openSUSE:Factory checked 
in at 2014-01-03 14:59:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/puppet (Old)
 and      /work/SRC/openSUSE:Factory/.puppet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "puppet"

Changes:
--------
--- /work/SRC/openSUSE:Factory/puppet/puppet.changes    2013-10-30 
15:49:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.puppet.new/puppet.changes       2014-01-03 
14:59:14.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Jan  2 23:46:34 UTC 2014 - [email protected]
+
+- removed patch puppet-3.0.2-init.patch, and replaced with 
+  puppet-3.0.2-client-init-masterport.patch because the original
+  caused shutdown of puppet client on a puppetmaster to shutdown
+  the puppet master. 
+
+-------------------------------------------------------------------

Old:
----
  puppet-3.0.2-init.patch

New:
----
  puppet-3.0.2-client-init-masterport.patch

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

Other differences:
------------------
++++++ puppet.spec ++++++
--- /var/tmp/diff_new_pack.SSG706/_old  2014-01-03 14:59:15.000000000 +0100
+++ /var/tmp/diff_new_pack.SSG706/_new  2014-01-03 14:59:15.000000000 +0100
@@ -37,8 +37,10 @@
 Source6:        puppet.changelog
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0:         puppet-2.6.6-yumconf.diff
-# PATCH-FIX-OPENSUSE puppet-3.0.2-init.diff [email protected] -- 2013-06-20 
refactored [email protected]
-Patch1:         puppet-3.0.2-init.patch
+# PATCH-FIX-OPENSUSE puppet-3.0.2-init.diff [email protected] -- 2013-11-02 
refactored [email protected] fix masterport
+# PATCH-OBSOLETE -- Obsolete previous puppet-3.0.2-init.diff which causes a 
stop of the puppet client to
+# to shutdown the puppetmaster. Kept the original fix for masterport
+Patch1:         puppet-3.0.2-client-init-masterport.patch
 Obsoletes:      hiera-puppet < 1.0.0
 Provides:       hiera-puppet >= 1.0.0
 Requires:       facter >= 1.6.4

++++++ puppet-3.0.2-client-init-masterport.patch ++++++
--- ext/suse/client.init.orig   2014-01-02 15:42:32.008342803 -0800
+++ ext/suse/client.init        2014-01-02 15:42:42.791447506 -0800
@@ -41,7 +41,7 @@
 PUPPET_OPTS="agent"
 [ -n "${PUPPET_SERVER}" ] && PUPPET_OPTS="${PUPPET_OPTS} 
--server=${PUPPET_SERVER}"
 [ -n "$PUPPET_LOG" ] && PUPPET_OPTS="${PUPPET_OPTS} --logdest=${PUPPET_LOG}"
-[ -n "$PUPPET_PORT" ] && PUPPET_OPTS="${PUPPET_OPTS} --port=${PUPPET_PORT}"
+[ -n "$PUPPET_PORT" ] && PUPPET_OPTS="${PUPPET_OPTS} 
--masterport=${PUPPET_PORT}"
 
 # First reset status of this service
 rc_reset
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to