Hello community, here is the log from the commit of package puppet for openSUSE:Factory checked in at 2012-06-14 21:10:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/puppet (Old) and /work/SRC/openSUSE:Factory/.puppet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "puppet", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/puppet/puppet.changes 2011-10-26 15:44:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.puppet.new/puppet.changes 2012-06-14 21:10:51.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Jun 13 09:12:06 UTC 2012 - [email protected] + +- no need for vendor-specific + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ puppet.spec ++++++ --- /var/tmp/diff_new_pack.chHg4N/_old 2012-06-14 21:10:53.000000000 +0200 +++ /var/tmp/diff_new_pack.chHg4N/_new 2012-06-14 21:10:53.000000000 +0200 @@ -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 @@ -32,13 +29,15 @@ Source4: puppetmasterd.sysconfig Patch: %{name}-2.6.6-yumconf.diff Patch1: %{name}-2.6.6-init.diff -Requires: ruby >= 1.8.1 Requires: facter >= 1.5.1 +Requires: ruby >= 1.8.1 PreReq: pwdutils %insserv_prereq %fillup_prereq BuildRequires: facter >= 1.5.1 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: GPL-2.0 -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 @@ -73,7 +72,7 @@ %build %install -DESTDIR=$RPM_BUILD_ROOT ruby -rvendor-specific install.rb install --prefix=%{buildroot} +ruby install.rb install --destdir=%{buildroot} --sitelibdir=%{_libdir}/ruby/vendor_ruby/%{rb_ver} #install -d -m 755 $RPM_BUILD_ROOT/var/lib/puppet mkdir -p $RPM_BUILD_ROOT/etc/puppet mkdir -p $RPM_BUILD_ROOT/etc/init.d @@ -94,9 +93,6 @@ cp %{S:3} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.puppet cp %{S:4} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.puppetmasterd -%clean -rm -rf $RPM_BUILD_ROOT - %pre getent group puppet >/dev/null || /usr/sbin/groupadd -o -r puppet getent passwd puppet >/dev/null || /usr/sbin/useradd -r -g puppet -d /var/lib/puppet -s /bin/false -c "Puppet daemon" puppet -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
