[sgabios/f18: 2/2] * Tue Oct 15 2012 Paolo Bonzini <pbonzini at redhat.com> - 1:0.20110622svn-1 - Move date from release t

bonzini bonzini at fedoraproject.org
Tue Oct 16 12:35:45 UTC 2012


commit ff2c9dc5e67e83666139be1791368250502d09e6
Author: Paolo Bonzini <pbonzini at redhat.com>
Date:   Tue Oct 16 12:57:43 2012 +0200

    * Tue Oct 15 2012 Paolo Bonzini <pbonzini at redhat.com> - 1:0.20110622svn-1
    - Move date from release to version (requires epoch bump).

 sgabios.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/sgabios.spec b/sgabios.spec
index 924c594..8c7d76d 100644
--- a/sgabios.spec
+++ b/sgabios.spec
@@ -1,6 +1,9 @@
+%define tardir %{name}-0
+
 Name:           sgabios
-Version:        0
-Release:        1.1.20110622svn%{?dist}
+Epoch:          1
+Version:        0.20110622svn
+Release:        1%{?dist}
 Summary:        Open-source serial graphics BIOS option rom
 
 Group:          Applications/Emulators
@@ -38,7 +41,7 @@ characters for later collection after an operating system boots.
 %endif
 
 %prep
-%setup -q
+%setup -q -n %{tardir}
 
 %build
 unset MAKEFLAGS
@@ -66,6 +69,9 @@ install -m 0644 sgabios.bin $RPM_BUILD_ROOT%{_datadir}/sgabios
 
 
 %changelog
+* Tue Oct 15 2012 Paolo Bonzini <pbonzini at redhat.com> - 1:0.20110622svn-1
+- Move date from release to version (requires epoch bump).
+
 * Sun Aug 12 2012 Richard W.M. Jones <rjones at redhat.com> - 0-1.1.20110622svn
 - Fix date in release string.
   NB: To make this version > than the previous, I had to use 1.1.20110622


More information about the scm-commits mailing list