8341 is a puppet bug that speaks of facter loading mulitple times. In order to have the reporter test he asked we have an RPM available for facter.
RPM Spec file has been updated and fixed. Signed-off-by: Michael Stahnke <[email protected]> --- conf/redhat/facter.spec | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/redhat/facter.spec b/conf/redhat/facter.spec index e78b655..b388821 100644 --- a/conf/redhat/facter.spec +++ b/conf/redhat/facter.spec @@ -7,11 +7,11 @@ Summary: Ruby module for collecting simple facts about a host operating system Name: facter Version: 1.6.0 Release: 1%{?dist} -License: Apache 2.0 +License: ASL 2.0 Group: System Environment/Base URL: http://www.puppetlabs.com/puppet/related-projects/%{name}/ Source0: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}.tar.gz -Source1: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}.tar.gz.sign +Source1: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}.tar.gz.asc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if %has_ruby_noarch @@ -48,7 +48,7 @@ rm -rf %{buildroot} %{_bindir}/facter %{ruby_sitelibdir}/facter.rb %{ruby_sitelibdir}/facter -%doc CHANGELOG COPYING INSTALL LICENSE README +%doc CHANGELOG INSTALL LICENSE README.md %changelog -- 1.7.4.4 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
