summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile4
-rw-r--r--conf/redhat/facter.spec5
2 files changed, 9 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index f3d6271..e87748c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -23,6 +23,10 @@ project = Rake::RedLabProject.new("facter") do |p|
'doc/**/*',
'etc/*'
]
+
+ p.epmhosts = %w{culain}
+ p.sunpkghost = "sol10b"
+ p.rpmhost = "fedora1"
end
project.mkgemtask do |gem|
diff --git a/conf/redhat/facter.spec b/conf/redhat/facter.spec
index 022be72..a04359c 100644
--- a/conf/redhat/facter.spec
+++ b/conf/redhat/facter.spec
@@ -45,10 +45,15 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%{_bindir}/facter
%{ruby_sitelibdir}/facter.rb
+%{sitelibdir}/facter/memory.rb
+%{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
+
* Mon Jun 12 2006 David Lutterkort <dlutter@redhat.com> - 1.3-1
- Require ruby(abi). Build as noarch