[grub2] Don't use a macro for the beta since it screws up changelog

Peter Jones pjones at fedoraproject.org
Mon Jun 4 16:11:40 UTC 2012


commit 37801c12bd402165e6a9f5ba37c59b8fb4e971f6
Author: Peter Jones <pjones at redhat.com>
Date:   Mon Jun 4 12:11:22 2012 -0400

    Don't use a macro for the beta since it screws up changelog

 grub2.spec |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/grub2.spec b/grub2.spec
index 3ef87f2..045f44c 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -33,14 +33,13 @@
 
 %endif
 
-%global betaversion beta6
-%global tarversion 2.00~%{betaversion}
+%global tarversion 2.00~beta6
 %undefine _missing_build_ids_terminate_build
 
 Name:           grub2
 Epoch:          1
 Version:        2.0
-Release:        0.32.%{betaversion}%{?dist}
+Release:        0.33.beta6%{?dist}
 Summary:        Bootloader with support for Linux, Multiboot and more
 
 Group:          System Environment/Base
@@ -386,7 +385,7 @@ fi
 %doc grub-%{tarversion}/themes/starfield/COPYING.CC-BY-SA-3.0
 
 %changelog
-* Mon Jun 04 2012 Peter Jones <pjones at redhat.com> - 2.0-0.32.
+* Mon Jun 04 2012 Peter Jones <pjones at redhat.com> - 2.0-0.33.beta6
 - Update to beta6.
 - Various fixes from mads.
 


More information about the scm-commits mailing list