<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,19 +1,19 @@
 %{!?ruby_sitelibdir: %define ruby_sitelibdir %(ruby -rrbconfig -e 'puts Config::CONFIG[&quot;sitelibdir&quot;]')}
 
-%define has_ruby_abi 0%{?fedora:%fedora} &gt;= 5 || 0%{?rhel:%rhel} &gt;= 5 || 0%{?centos:%centos} &gt;= 5
+%define has_ruby_abi 0%{?fedora} || 0%{?rhel} &gt;= 5
 %define has_ruby_noarch %has_ruby_abi
 
 Summary: Ruby module for collecting simple facts about a host operating system
 Name: facter
 Version: 1.5.2
 Release: 1%{?dist}
-License: GPL
+License: GPLv2+
 Group: System Environment/Base
 URL: http://reductivelabs.com/projects/facter
 Source0: http://reductivelabs.com/downloads/facter/%{name}-%{version}.tgz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %if %has_ruby_noarch
-BuildArchitectures: noarch
+BuildArch: noarch
 %endif
 
 Requires: ruby &gt;= 1.8.1
@@ -23,7 +23,7 @@ Requires: ruby(abi) = 1.8
 %endif
 BuildRequires: ruby &gt;= 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 's@^#!.*$@#! /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,34 @@ 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
+* Tue Sep 09 2008 Todd Zullinger &lt;tmz@pobox.com&gt; - 1.5.2-1
+- New version
+- Simplify spec file checking for Fedora and RHEL versions
+
+* Mon Sep  8 2008 David Lutterkort &lt;dlutter@redhat.com&gt; - 1.5.1-1
+- New version
+
+* Thu Jul 17 2008 David Lutterkort &lt;dlutter@redhat.com&gt; - 1.5.0-3
+- Change 'mkdir' in install to 'mkdir -p'
+
+* Thu Jul 17 2008 David Lutterkort &lt;dlutter@redhat.com&gt; - 1.5.0-2
+- Remove files that were listed twice in files section
+
 * Mon May 19 2008 James Turnbull &lt;james@lovedthanlosty.net&gt; - 1.5.0-1
 - New version
 - Added util and plist files
 
+* Mon Sep 24 2007 David Lutterkort &lt;dlutter@redhat.com&gt; - 1.3.8-1
+- Update license tag
+- Copy all of lib/ into ruby_sitelibdir
+
+* Thu Mar 29 2007 David Lutterkort &lt;dlutter@redhat.com&gt; - 1.3.7-1
+- New version
+
 * Fri Jan 19 2007 David Lutterkort &lt;dlutter@redhat.com&gt; - 1.3.6-1
 - New version
 </diff>
      <filename>conf/redhat/facter.spec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fd07cd25dbecfc5b6e4531e8b2af70ffcb01b419</id>
    </parent>
  </parents>
  <author>
    <name>David Lutterkort</name>
    <email>lutter@redhat.com</email>
  </author>
  <url>http://github.com/lak/facter/commit/f9a346addd533257b8dd242bec025dfe550a5e18</url>
  <id>f9a346addd533257b8dd242bec025dfe550a5e18</id>
  <committed-date>2008-11-07T10:41:19-08:00</committed-date>
  <authored-date>2008-11-07T10:41:19-08:00</authored-date>
  <message>Sync specfile with latest from Fedora</message>
  <tree>264ee17b95b8e1a2c05cd75f6058ba49826b43eb</tree>
  <committer>
    <name>David Lutterkort</name>
    <email>lutter@redhat.com</email>
  </committer>
</commit>
