summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-04-21 19:33:23 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-04-21 19:33:23 +0000
commit9fe0b375a31f16ed279e9f496d5b6a995586fcfa (patch)
treea89df15b6fb04a85fad05a047a3103b751050dd9
parenta0b4553d3ad64d45c393443d84f0b02298e582b5 (diff)
downloadpuppet-9fe0b375a31f16ed279e9f496d5b6a995586fcfa.tar.gz
puppet-9fe0b375a31f16ed279e9f496d5b6a995586fcfa.tar.xz
puppet-9fe0b375a31f16ed279e9f496d5b6a995586fcfa.zip
removing patch from red hat spec file
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1131 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--conf/redhat/puppet.spec6
-rw-r--r--lib/puppet.rb2
2 files changed, 3 insertions, 5 deletions
diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec
index d7ad58723..38ab15222 100644
--- a/conf/redhat/puppet.spec
+++ b/conf/redhat/puppet.spec
@@ -4,14 +4,13 @@
Summary: A network tool for managing many disparate systems
Name: puppet
-Version: 0.15.3
-Release: 2%{?dist}
+Version: 0.16.0
+Release: 1%{?dist}
License: GPL
Group: System Environment/Base
URL: http://reductivelabs.com/projects/puppet/
Source: http://reductivelabs.com/downloads/puppet/%{name}-%{version}.tgz
-Patch0: no-chuser-0.15.1.patch
Requires: ruby >= 1.8.1
Requires: facter >= 1.1
@@ -38,7 +37,6 @@ The server can also function as a certificate authority and file server.
%prep
%setup -q
-%patch0 -p1
%install
%{__rm} -rf %{buildroot}
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 706d95ee1..7965dc9dc 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -14,7 +14,7 @@ require 'puppet/util'
#
# it's also a place to find top-level commands like 'debug'
module Puppet
- PUPPETVERSION = '0.15.3'
+ PUPPETVERSION = '0.16.0'
def Puppet.version
return PUPPETVERSION