---
 conf/redhat/facter.spec |   27 ++++++++++++++++++---------
 1 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/conf/redhat/facter.spec b/conf/redhat/facter.spec
index 0e360cf..62f0aeb 100644
--- a/conf/redhat/facter.spec
+++ b/conf/redhat/facter.spec
@@ -5,9 +5,9 @@
 
 Summary: Ruby module for collecting simple facts about a host operating system
 Name: facter
-Version: 1.5
-Release: 1%{?dist}
-License: GPL
+Version: 1.5.0
+Release: 3%{?dist}
+License: GPLv2+
 Group: System Environment/Base
 URL: http://reductivelabs.com/projects/facter
 Source0: http://reductivelabs.com/downloads/facter/%{name}-%{version}.tgz
@@ -23,7 +23,7 @@ Requires: ruby(abi) = 1.8
 %endif
 BuildRequires: ruby >= 1.8.1
 
-%description 
+%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
@@ -36,7 +36,7 @@ sed -i -e '[EMAIL PROTECTED]@#! /usr/bin/ruby@' bin/facter
 
 %install
 rm -rf %{buildroot}
-mkdir %{buildroot}
+mkdir -p %{buildroot}
 
 %{__install} -d -m0755 %{buildroot}%{ruby_sitelibdir}
 %{__install} -d -m0755 %{buildroot}%{ruby_sitelibdir}/facter
@@ -60,18 +60,27 @@ rm -rf %{buildroot}
 %{_bindir}/facter
 %{ruby_sitelibdir}/facter.rb
 %{ruby_sitelibdir}/facter
-%{ruby_sitelibdir}/facter/util
-%{ruby_sitelibdir}/facter/util/plist
-%{ruby_sitelibdir}/facter/util/*.rb
-%{ruby_sitelibdir}/facter/util/plist/*.rb
 %doc CHANGELOG COPYING INSTALL LICENSE README
 
 
 %changelog
+* Thu Jul 17 2008 David Lutterkort <[EMAIL PROTECTED]> - 1.5.0-3
+- Change 'mkdir' in install to 'mkdir -p'
+
+* Thu Jul 17 2008 David Lutterkort <[EMAIL PROTECTED]> - 1.5.0-2
+- Remove files that were listed twice in files section
+
 * Mon May 19 2008 James Turnbull <[EMAIL PROTECTED]> - 1.5.0-1
 - New version
 - Added util and plist files
 
+* Mon Sep 24 2007 David Lutterkort <[EMAIL PROTECTED]> - 1.3.8-1
+- Update license tag
+- Copy all of lib/ into ruby_sitelibdir
+
+* Thu Mar 29 2007 David Lutterkort <[EMAIL PROTECTED]> - 1.3.7-1
+- New version
+
 * Fri Jan 19 2007 David Lutterkort <[EMAIL PROTECTED]> - 1.3.6-1
 - New version
 
-- 
1.5.5.1


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to