commit puppet for openSUSE:12.1:Update

2013-04-03 Thread h_root
Hello community,

here is the log from the commit of package puppet for openSUSE:12.1:Update 
checked in at 2013-04-03 16:15:20

Comparing /work/SRC/openSUSE:12.1:Update/puppet (Old)
 and  /work/SRC/openSUSE:12.1:Update/.puppet.new (New)


Package is "puppet", Maintainer is "vdziewie...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.mIFSqW/_old  2013-04-03 16:15:21.0 +0200
+++ /var/tmp/diff_new_pack.mIFSqW/_new  2013-04-03 16:15:21.0 +0200
@@ -1 +1 @@
-
+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit puppet for openSUSE:12.1:Update

2012-07-19 Thread h_root
Hello community,

here is the log from the commit of package puppet for openSUSE:12.1:Update 
checked in at 2012-07-19 17:04:22

Comparing /work/SRC/openSUSE:12.1:Update/puppet (Old)
 and  /work/SRC/openSUSE:12.1:Update/.puppet.new (New)


Package is "puppet", Maintainer is "vdziewie...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.mBuZ7j/_old  2012-07-19 17:04:24.0 +0200
+++ /var/tmp/diff_new_pack.mBuZ7j/_new  2012-07-19 17:04:24.0 +0200
@@ -1 +1 @@
-
+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit puppet for openSUSE:12.1:Update

2012-05-10 Thread h_root
Hello community,

here is the log from the commit of package puppet for openSUSE:12.1:Update 
checked in at 2012-05-10 16:08:29

Comparing /work/SRC/openSUSE:12.1:Update/puppet (Old)
 and  /work/SRC/openSUSE:12.1:Update/.puppet.new (New)


Package is "puppet", Maintainer is "dlova...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.CCJld2/_old  2012-05-10 16:08:38.0 +0200
+++ /var/tmp/diff_new_pack.CCJld2/_new  2012-05-10 16:08:38.0 +0200
@@ -1 +1 @@
-
+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit puppet for openSUSE:12.1:Update:Test

2012-02-03 Thread h_root
Hello community,

here is the log from the commit of package puppet for openSUSE:12.1:Update:Test 
checked in at 2012-02-03 17:07:01

Comparing /work/SRC/openSUSE:12.1:Update:Test/puppet (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.puppet.new (New)


Package is "puppet", Maintainer is "dlova...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/puppet/puppet.changes   2012-02-03 
17:07:05.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.puppet.new/puppet.changes  
2012-02-03 17:07:05.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan 11 13:35:57 UTC 2012 - vci...@suse.com
+
+- correct ownership of dirs in /var (bnc#739361)
+
+---



Other differences:
--
++ puppet.spec ++
--- /var/tmp/diff_new_pack.VB68Cg/_old  2012-02-03 17:07:05.0 +0100
+++ /var/tmp/diff_new_pack.VB68Cg/_new  2012-02-03 17:07:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package puppet
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:   puppet
 Version:2.7.6
-Release:1
-License:Apache-2.0
-Group:  Productivity/Networking/System
+Release:0
 Url:http://reductivelabs.com/projects/puppet/
 Source: %{name}-%{version}.tar.gz
 Source1:puppetmaster.fw
@@ -39,6 +36,8 @@
 BuildRequires:  ruby >= 1.8.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A network tool for managing many disparate systems
+License:Apache-2.0
+Group:  Productivity/Networking/System
 
 %description
 Puppet lets you centrally manage every important aspect of your system
@@ -50,10 +49,10 @@
 
 
 %package server
-License:GPLv2
-Group:  Productivity/Networking/System
 PreReq: puppet = %{version}-%{release} %insserv_prereq %fillup_prereq
 Summary:A network tool for managing many disparate systems
+License:GPL-2.0
+Group:  Productivity/Networking/System
 
 %description server
 Puppet lets you centrally manage every important aspect of your system
@@ -78,9 +77,9 @@
 mkdir -p $RPM_BUILD_ROOT/etc/puppet
 mkdir -p $RPM_BUILD_ROOT/etc/init.d
 mkdir -p $RPM_BUILD_ROOT/sbin
-mkdir -p $RPM_BUILD_ROOT/var/lib/puppet
-#mkdir -p $RPM_BUILD_ROOT/var/run/puppet
-mkdir -p $RPM_BUILD_ROOT/var/log/puppet
+install -d -m0755 %{buildroot}%{_localstatedir}/lib/puppet
+install -d -m0755 %{buildroot}%{_localstatedir}/run/puppet
+install -d -m0750 %{buildroot}%{_localstatedir}/log/puppet
 mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir}
 install -m0644 conf/redhat/puppet.conf $RPM_BUILD_ROOT/etc/puppet/puppet.conf
 install -m0644 conf/auth.conf $RPM_BUILD_ROOT/etc/puppet/auth.conf
@@ -135,9 +134,6 @@
 %{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet.rb
 %{_libdir}/ruby/vendor_ruby/%{rb_ver}/semver.rb
 %dir /etc/puppet
-%dir /var/lib/puppet
-%dir /var/log/puppet
-#%dir /var/run/puppet
 %config /etc/puppet/puppet.conf
 %config /etc/puppet/auth.conf
 %{_mandir}/man?/*
@@ -146,10 +142,12 @@
 %{_sbindir}/puppetd
 %config %{_fwdefdir}/puppet
 /var/adm/fillup-templates/sysconfig.puppet
+%dir %attr(-, puppet, puppet) %{_localstatedir}/log/puppet
+%dir %attr(-, puppet, puppet) %{_localstatedir}/lib/puppet
+%ghost %dir %attr(-, puppet, puppet) %{_localstatedir}/run/puppet
 
 %files server
 %defattr(-, root, root, 0755)
-%dir %attr(755,root,root) /var/lib/puppet
 %{_sbindir}/puppetmasterd
 %{_sbindir}/puppetrun
 %{_sbindir}/puppetqd

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit puppet for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package puppet for openSUSE:12.1 checked in 
at 2011-10-26 15:32:47

Comparing /work/SRC/openSUSE:12.1/puppet (Old)
 and  /work/SRC/openSUSE:12.1/.puppet.new (New)


Package is "puppet", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.1/puppet/puppet.changes   2011-10-24 
13:20:31.0 +0200
+++ /work/SRC/openSUSE:12.1/.puppet.new/puppet.changes  2011-10-28 
17:13:44.0 +0200
@@ -1,0 +2,16 @@
+Tue Oct 25 13:56:49 UTC 2011 - vci...@suse.com
+
+- update to 2.7.6
+  Security Fixes
+CVE-2011-3872 (AltNames vulnerability)
+  Features and Enhancements
+User/group management on Windows
+Better file support on Windows
+Support plaintext password in Windows
+  Bug Fixes
+Recognize more duplicate resources
+Allow multi-line exec resources
+Remove unnecessary deprecation warning in puppet resource
+Update pluginsync to only load ruby files.
+
+---

Old:

  puppet-2.7.4.tar.gz

New:

  puppet-2.7.6.tar.gz



Other differences:
--
++ puppet.spec ++
--- /var/tmp/diff_new_pack.rxc26M/_old  2011-10-28 17:13:44.0 +0200
+++ /var/tmp/diff_new_pack.rxc26M/_new  2011-10-28 17:13:44.0 +0200
@@ -20,7 +20,7 @@
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:   puppet
-Version:2.7.4
+Version:2.7.6
 Release:1
 License:Apache-2.0
 Group:  Productivity/Networking/System
@@ -93,9 +93,6 @@
 mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
 cp %{S:3} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.puppet
 cp %{S:4} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.puppetmasterd
-#chmod a+x 
$RPM_BUILD_ROOT/%{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet/external/nagios.rb
-#chmod a+x 
$RPM_BUILD_ROOT/%{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet/network/http_server/mongrel.rb
-#chmod a+x 
$RPM_BUILD_ROOT/%{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet/relationship.rb
 
 %clean
 rm -rf $RPM_BUILD_ROOT

++ puppet-2.7.4.tar.gz -> puppet-2.7.6.tar.gz ++
 15188 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org