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 "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.1:Update:Test/puppet/puppet.changes   2012-02-03 
17:07:05.000000000 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.puppet.new/puppet.changes      
2012-02-03 17:07:05.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Jan 11 13:35:57 UTC 2012 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.VB68Cg/_new  2012-02-03 17:07:05.000000000 +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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to