diff options
-rw-r--r-- | conf/redhat/facter.spec | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/conf/redhat/facter.spec b/conf/redhat/facter.spec index 006dfb1..d5affdd 100644 --- a/conf/redhat/facter.spec +++ b/conf/redhat/facter.spec @@ -31,10 +31,12 @@ rm -rf %{buildroot} mkdir %{buildroot} %{__install} -d -m0755 %{buildroot}%{ruby_sitelibdir} +%{__install} -d -m0755 %{buildroot}%{ruby_sitelibdir}/facter %{__install} -d -m0755 %{buildroot}%{_bindir} %{__install} -d -m0755 %{buildroot}%{_docdir}/%{name}-%{version} %{__install} -p -m0644 lib/*.rb %{buildroot}%{ruby_sitelibdir} +%{__install} -p -m0644 lib/facter/*.rb %{buildroot}%{ruby_sitelibdir}/facter %{__install} -p -m0755 bin/facter %{buildroot}%{_bindir} %clean @@ -45,18 +47,21 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %{_bindir}/facter %{ruby_sitelibdir}/facter.rb -%{sitelibdir}/facter/memory.rb -%{sitelibdir}/facter/processor.rb +%{ruby_sitelibdir}/facter/memory.rb +%{ruby_sitelibdir}/facter/processor.rb %doc CHANGELOG COPYING INSTALL LICENSE README %changelog * Fri Jun 9 2006 Luke Kanies <luke@madstop.com> - 1.3.0-1 -- Added memory.rb and processor.rb +- Fixed spec file to work again with the extra memory and processor files. -* Mon Jun 12 2006 David Lutterkort <dlutter@redhat.com> - 1.3-1 +* Mon Jun 12 2006 David Lutterkort <dlutter@redhat.com> - 1.3.0-1 - Require ruby(abi). Build as noarch +* Fri Jun 9 2006 Luke Kanies <luke@madstop.com> - 1.3.0-1 +- Added memory.rb and processor.rb + * Mon Apr 17 2006 David Lutterkort <dlutter@redhat.com> - 1.1.4-4 - Rebuilt with changed upstream tarball |