rpms/facter/EL-4 .cvsignore, 1.5, 1.6 facter.spec, 1.6, 1.7 sources, 1.5, 1.6

David Lutterkort (lutter) fedora-extras-commits at redhat.com
Thu Jul 17 20:30:29 UTC 2008


Author: lutter

Update of /cvs/pkgs/rpms/facter/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26219/EL-4

Modified Files:
	.cvsignore facter.spec sources 
Log Message:
New version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/facter/EL-4/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	24 Sep 2007 19:37:06 -0000	1.5
+++ .cvsignore	17 Jul 2008 20:28:28 -0000	1.6
@@ -1 +1 @@
-facter-1.3.8.tgz
+facter-1.5.0.tgz


Index: facter.spec
===================================================================
RCS file: /cvs/pkgs/rpms/facter/EL-4/facter.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- facter.spec	24 Sep 2007 19:37:06 -0000	1.6
+++ facter.spec	17 Jul 2008 20:28:28 -0000	1.7
@@ -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 @@
 %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 @@
 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 @@
 
 
 %changelog
+* Thu Jul 17 2008 David Lutterkort <dlutter at redhat.com> - 1.5.0-2
+- Remove files that were listed twice in files section
+
+* Mon May 19 2008 James Turnbull <james at lovedthanlosty.net> - 1.5.0-1
+- New version
+- Added util and plist files
+
 * Mon Sep 24 2007 David Lutterkort <dlutter at redhat.com> - 1.3.8-1
 - Update license tag
 - Copy all of lib/ into ruby_sitelibdir


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/facter/EL-4/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	24 Sep 2007 19:37:06 -0000	1.5
+++ sources	17 Jul 2008 20:28:28 -0000	1.6
@@ -1 +1 @@
-e5a6ab821f6eaaba64ac0e676fd0a16c  facter-1.3.8.tgz
+91353915fee1c22c9016ffed115f0abd  facter-1.5.0.tgz




More information about the fedora-extras-commits mailing list