diff options
author | luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a> | 2006-06-27 05:34:07 +0000 |
---|---|---|
committer | luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a> | 2006-06-27 05:34:07 +0000 |
commit | ea96381bec01c7fd437ba9590451529a3d45d407 (patch) | |
tree | f4ccfff711c1fd816a0386b718dace49abfc7919 | |
parent | c2aa5086ab55da9c708d962b84a1b85404fc6329 (diff) | |
download | facter-ea96381bec01c7fd437ba9590451529a3d45d407.tar.gz facter-ea96381bec01c7fd437ba9590451529a3d45d407.tar.xz facter-ea96381bec01c7fd437ba9590451529a3d45d407.zip |
simple packaging updaets
git-svn-id: http://reductivelabs.com/svn/facter/trunk@148 1f5c1d6a-bddf-0310-8f58-fc49e503516a
-rw-r--r-- | Rakefile | 1 | ||||
-rw-r--r-- | conf/redhat/facter.spec | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -25,7 +25,6 @@ project = Rake::RedLabProject.new("facter") do |p| ] p.epmhosts = %w{culain} - p.sunpkghost = "sol10b" p.rpmhost = "fedora1" end diff --git a/conf/redhat/facter.spec b/conf/redhat/facter.spec index d5affdd..275993a 100644 --- a/conf/redhat/facter.spec +++ b/conf/redhat/facter.spec @@ -53,7 +53,7 @@ rm -rf %{buildroot} %changelog -* Fri Jun 9 2006 Luke Kanies <luke@madstop.com> - 1.3.0-1 +* Fri Jun 19 2006 Luke Kanies <luke@madstop.com> - 1.3.0-1 - Fixed spec file to work again with the extra memory and processor files. * Mon Jun 12 2006 David Lutterkort <dlutter@redhat.com> - 1.3.0-1 |