rpms/puppet/EL-4 puppet.spec,1.26,1.27

Todd M. Zullinger tmz at fedoraproject.org
Tue Mar 24 03:37:34 UTC 2009


Author: tmz

Update of /cvs/extras/rpms/puppet/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2816/EL-4

Modified Files:
	puppet.spec 
Log Message:
Remove versioned BRs

All supported releases are new enough (and it avoids
https://fedorahosted.org/fedora-infrastructure/ticket/1202)



Index: puppet.spec
===================================================================
RCS file: /cvs/extras/rpms/puppet/EL-4/puppet.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- puppet.spec	24 Mar 2009 01:04:13 -0000	1.26
+++ puppet.spec	24 Mar 2009 03:37:04 -0000	1.27
@@ -3,7 +3,7 @@
 
 Name:           puppet
 Version:        0.24.8
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        A network tool for managing many disparate systems
 License:        GPLv2+
 URL:            http://puppet.reductivelabs.com/
@@ -12,8 +12,10 @@
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  facter >= 1.5
-BuildRequires:  ruby >= 1.8.1
+# If versioned BRs are needed, wait until
+# https://fedorahosted.org/fedora-infrastructure/ticket/1202 is resolved
+BuildRequires:  facter
+BuildRequires:  ruby
 
 %if 0%{?fedora} || 0%{?rhel} >= 5
 BuildArch:      noarch
@@ -184,11 +186,13 @@
 rm -rf %{buildroot}
 
 %changelog
-* Mon Mar 23 2009 Todd Zullinger <tmz at pobox.com> - 0.24.8-1
+* Mon Mar 23 2009 Todd Zullinger <tmz at pobox.com> - 0.24.8-1.1
 - Update to 0.24.8
 - Quiet output from %%pre
 - Use upstream install script
 - Increase required facter version to >= 1.5
+- Remove versioned BRs, all supported releases are new enough (and it avoids
+  https://fedorahosted.org/fedora-infrastructure/ticket/1202)
 
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.24.7-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild




More information about the fedora-extras-commits mailing list