rpms/bash/devel bash.spec,1.180,1.181

Roman Rakus rrakus at fedoraproject.org
Tue Apr 21 15:08:05 UTC 2009


Author: rrakus

Update of /cvs/extras/rpms/bash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27905

Modified Files:
	bash.spec 
Log Message:
Use patch level in Release tag


Index: bash.spec
===================================================================
RCS file: /cvs/extras/rpms/bash/devel/bash.spec,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- bash.spec	8 Apr 2009 10:41:09 -0000	1.180
+++ bash.spec	21 Apr 2009 15:07:32 -0000	1.181
@@ -1,9 +1,10 @@
 #%define beta_tag rc1
+%define patchlevel .16
 
 Version: 4.0
 Name: bash
 Summary: The GNU Bourne Again shell
-Release: 6%{?dist}
+Release: 7%{patchlevel}%{?dist}
 Group: System Environment/Shells
 License: GPLv2+
 Url: http://www.gnu.org/software/bash
@@ -288,6 +289,9 @@
 #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Tue Apr 21 2009 Roman Rakus <rrakus at redhat.com> - 4.0-7.16
+- Use patch level in Release tag
+
 * Wed Apr 08 2009 Roman Rakus <rrakus at redhat.com> - 4.0-6
 - Official upstream patch level 16
 




More information about the fedora-extras-commits mailing list