conf/redhat/facter.spec in facter-1.6.10 vs conf/redhat/facter.spec in facter-1.6.11
- old
+ new
@@ -1,12 +1,12 @@
%{!?ruby_sitelibdir: %define ruby_sitelibdir %(ruby -rrbconfig -e 'puts Object.const_get(defined?(RbConfig) ? :RbConfig : :Config)::CONFIG["sitelibdir"]')}
Summary: Ruby module for collecting simple facts about a host operating system
Name: facter
-Version: 1.6.10
+Version: 1.6.11
Release: 1%{?dist}
-#Release: 0.1rc1.2%{?dist}
+#Release: 0.1rc1%{?dist}
Epoch: 1
License: Apache 2.0
Group: System Environment/Base
URL: http://www.puppetlabs.com/puppet/related-projects/%{name}
#Source0: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}rc1.tar.gz
@@ -21,12 +21,13 @@
# dmidecode and pciutils are not available on all arches
%ifarch %ix86 x86_64 ia64
Requires: dmidecode
Requires: pciutils
%endif
-Requires: ruby(abi) = 1.8
+Requires: ruby(abi) >= 1.8
BuildRequires: ruby >= 1.8.5
+BuildRequires: ruby-rdoc
%description
Ruby module for collecting simple facts about a host Operating
system. Some of the facts are preconfigured, such as the hostname and the
operating system. Additional facts can be added through simple Ruby scripts
@@ -37,24 +38,34 @@
%build
%install
rm -rf %{buildroot}
-ruby install.rb --destdir=%{buildroot} --quick --no-rdoc
+ruby install.rb --destdir=%{buildroot} --quick
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/facter
%{ruby_sitelibdir}/facter.rb
%{ruby_sitelibdir}/facter
+%{_mandir}/man8/facter.8.gz
%doc CHANGELOG INSTALL LICENSE README.md
%changelog
+* Wed Aug 08 2012 Moses Mendoza <moses@puppetlabs.com> - 1.6.11-1
+- Update for 1.6.11
+
+* Wed Aug 01 2012 Moses Mendoza <moses@puppetlabs.com> - 1.6.11-0.1rc1
+- Update for 1.6.11rc1
+
+* Sat Jul 07 2012 Michael Stahnke <stahnma@puppetlabs.com> - 1.6.10-2
+- Attempt to build fro Ruby 1.9.3
+
* Wed Jun 13 2012 Moses Mendoza <moses@puppetlabs.com> - 1.6.10-1
- Update for 1.6.10
* Fri Jun 8 2012 Moses Mendoza <moses@puppetlabs.com> - 1.6.10-0.1rc1.2
- Bump epoch to 1 to address errant Facter 2.0 rc release