Update patch to 3.1.0

epel9
Michael Stahnke 12 years ago
parent d40fa44259
commit 398854873e

@ -23,7 +23,7 @@
Name: puppet Name: puppet
Version: 3.1.0 Version: 3.1.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: A network tool for managing many disparate systems Summary: A network tool for managing many disparate systems
License: ASL 2.0 License: ASL 2.0
URL: http://puppetlabs.com URL: http://puppetlabs.com
@ -351,8 +351,9 @@ fi
rm -rf %{buildroot} rm -rf %{buildroot}
%changelog %changelog
* Thu Mar 07 2013 Michael Stahnke <stahnma@puppetlabs.com> - 3.1.0-3 * Thu Mar 07 2013 Michael Stahnke <stahnma@puppetlabs.com> - 3.1.0-4
- Disable systemd in F18 as per bz#873853 - Disable systemd in F18 as per bz#873853
- Update Patch0 to work with 3.1
* Thu Mar 7 2013 Daniel Drake <dsd@laptop.org> - 3.1.0-2 * Thu Mar 7 2013 Daniel Drake <dsd@laptop.org> - 3.1.0-2
- Improve server compatibility with old puppet clients (#831303) - Improve server compatibility with old puppet clients (#831303)

@ -19,21 +19,12 @@ setups.
lib/puppet/util/monkey_patches.rb | 9 +++++++++ lib/puppet/util/monkey_patches.rb | 9 +++++++++
1 file changed, 9 insertions(+) 1 file changed, 9 insertions(+)
<<<<<<< HEAD
Index: puppet-3.0.2/lib/puppet/util/monkey_patches.rb
===================================================================
--- puppet-3.0.2.orig/lib/puppet/util/monkey_patches.rb
+++ puppet-3.0.2/lib/puppet/util/monkey_patches.rb
@@ -310,3 +310,13 @@ if RUBY_VERSION == '1.8.5'
module_function :move
=======
Index: puppet-3.1.0/lib/puppet/util/monkey_patches.rb Index: puppet-3.1.0/lib/puppet/util/monkey_patches.rb
=================================================================== ===================================================================
--- puppet-3.1.0.orig/lib/puppet/util/monkey_patches.rb --- puppet-3.1.0.orig/lib/puppet/util/monkey_patches.rb
+++ puppet-3.1.0/lib/puppet/util/monkey_patches.rb +++ puppet-3.1.0/lib/puppet/util/monkey_patches.rb
@@ -356,3 +356,13 @@ unless Dir.respond_to?(:mktmpdir) @@ -356,3 +356,13 @@ unless Dir.respond_to?(:mktmpdir)
end end
>>>>>>> master
end end
end end
+ +

Loading…
Cancel
Save