Hello community, here is the log from the commit of package rubygem-chef for openSUSE:Factory checked in at 2013-06-17 10:18:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-chef (Old) and /work/SRC/openSUSE:Factory/.rubygem-chef.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-chef" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-chef/rubygem-chef.changes 2013-06-05 13:37:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-chef.new/rubygem-chef.changes 2013-06-17 10:18:06.000000000 +0200 @@ -1,0 +2,21 @@ +Wed Jun 12 08:43:51 UTC 2013 - [email protected] + +- Drop non-SUSE-related files + +------------------------------------------------------------------- +Wed Jun 12 07:28:30 UTC 2013 - [email protected] + +- Packaged man pages + +------------------------------------------------------------------- +Tue Jun 11 09:24:33 UTC 2013 - [email protected] + +- Upgrade to version 11.4.4 + - CHEF-3367 11: chef-client daemon's pid file is sometimes accidentally + removed + - CHEF-3432 chef-client using lots of memory + - CHEF-4117 LWRP resource removal does not restrict constant lookup + namespace +- See also http://wiki.opscode.com/display/chef/Release+Notes#ReleaseNotes-Rele + aseNotes-Chef-Version11.4.4&10.24.4 +------------------------------------------------------------------- Old: ---- chef-11.4.0.gem New: ---- chef-11.4.4.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-chef.spec ++++++ --- /var/tmp/diff_new_pack.diCbuc/_old 2013-06-17 10:18:07.000000000 +0200 +++ /var/tmp/diff_new_pack.diCbuc/_new 2013-06-17 10:18:07.000000000 +0200 @@ -15,10 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%global with_systemd 0%{?suse_version} >= 1210 + +%global with_systemd 0%{?suse_version} >= 1230 Name: rubygem-chef -Version: 11.4.0 +Version: 11.4.4 Release: 0 %define mod_name chef %define mod_full_name %{mod_name}-%{version} @@ -88,6 +89,11 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/chef mkdir -p %{buildroot}%{_localstatedir}/cache/chef mkdir -p %{buildroot}%{_localstatedir}/run/chef +mkdir -p %{buildroot}%{_mandir}/man1 +mkdir -p %{buildroot}%{_mandir}/man8 +cp chef-%{version}/distro/common/man/man1/* %{buildroot}%{_mandir}/man1/ +cp chef-%{version}/distro/common/man/man8/* %{buildroot}%{_mandir}/man8/ +rm -rf %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/distro %pre getent group chef >/dev/null || groupadd -r chef @@ -121,7 +127,6 @@ %insserv_cleanup %endif - %files %defattr(-,root,root,-) %config(noreplace) %attr(0640, root, chef) /etc/chef/chef.rb @@ -146,6 +151,8 @@ %{_sysconfdir}/init.d/chef-* %endif %{_sbindir}/rcchef-client +%doc %{_mandir}/man1/* +%doc %{_mandir}/man8/* %files doc %defattr(-,root,root,-) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
