From fce18c45ad9c814ef888f7f0f6e576baa0e5a71b Mon Sep 17 00:00:00 2001 From: David Lutterkort Date: Jul 17 2008 20:28:57 +0000 Subject: New version --- diff --git a/.cvsignore b/.cvsignore index 7a2983c..034a47b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -facter-1.3.8.tgz +facter-1.5.0.tgz diff --git a/facter.spec b/facter.spec index 4b6cba9..7dcb19e 100644 --- a/facter.spec +++ b/facter.spec @@ -5,8 +5,8 @@ Summary: Ruby module for collecting simple facts about a host operating system Name: facter -Version: 1.3.8 -Release: 1%{?dist} +Version: 1.5.0 +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://reductivelabs.com/projects/facter @@ -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 @@ -39,10 +39,16 @@ rm -rf %{buildroot} mkdir %{buildroot} %{__install} -d -m0755 %{buildroot}%{ruby_sitelibdir} +%{__install} -d -m0755 %{buildroot}%{ruby_sitelibdir}/facter +%{__install} -d -m0755 %{buildroot}%{ruby_sitelibdir}/facter/util +%{__install} -d -m0755 %{buildroot}%{ruby_sitelibdir}/facter/util/plist %{__install} -d -m0755 %{buildroot}%{_bindir} %{__install} -d -m0755 %{buildroot}%{_docdir}/%{name}-%{version} -cp -pr lib/* %{buildroot}%{ruby_sitelibdir} +%{__install} -p -m0644 lib/*.rb %{buildroot}%{ruby_sitelibdir} +%{__install} -p -m0644 lib/facter/*.rb %{buildroot}%{ruby_sitelibdir}/facter +%{__install} -p -m0644 lib/facter/util/*.rb %{buildroot}%{ruby_sitelibdir}/facter/util +%{__install} -p -m0644 lib/facter/util/plist/*.rb %{buildroot}%{ruby_sitelibdir}/facter/util/plist %{__install} -p -m0755 bin/facter %{buildroot}%{_bindir} %clean @@ -58,6 +64,13 @@ rm -rf %{buildroot} %changelog +* Thu Jul 17 2008 David Lutterkort - 1.5.0-2 +- Remove files that were listed twice in files section + +* Mon May 19 2008 James Turnbull - 1.5.0-1 +- New version +- Added util and plist files + * Mon Sep 24 2007 David Lutterkort - 1.3.8-1 - Update license tag - Copy all of lib/ into ruby_sitelibdir diff --git a/sources b/sources index a8c0115..eeefecb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e5a6ab821f6eaaba64ac0e676fd0a16c facter-1.3.8.tgz +91353915fee1c22c9016ffed115f0abd facter-1.5.0.tgz