[vegastrike-music] Start using %{dist} in release

Bruno Wolff III bruno at fedoraproject.org
Sat Apr 7 17:14:58 UTC 2012


commit 31ee5b0ce7005ac04db25fcdc6b44defe57b0984
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Apr 7 12:02:31 2012 -0500

    Start using %{dist} in release
    
    Skipping %{dist} to allow sharing a build across Fedora releases
    really only works OK when you always start with the oldest
    release and work forward. However the more natural work flow is
    to start with rawhide and work backward.

 vegastrike-music.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/vegastrike-music.spec b/vegastrike-music.spec
index 525323a..cb58da8 100644
--- a/vegastrike-music.spec
+++ b/vegastrike-music.spec
@@ -1,6 +1,6 @@
 Name:           vegastrike-music
 Version:        0.5.1
-Release:        2.r1
+Release:        2.r1%{dist}
 Summary:        Music for Vega Strike
 Group:          Amusements/Games
 License:        GPL+
@@ -75,6 +75,7 @@ rm -rf $RPM_BUILD_ROOT
 * Sun Apr 07 2012 Bruno Wolff III <bruno at wolff.to> 0.5.1-2.r1
 - Remove stray spec file from the music directory
 - Remove execute bits from data
+- Start using %{dist} in release
 
 * Wed Apr 04 2012 Bruno Wolff III <bruno at wolff.to> 0.5.1-1.r1
 - Upstream update to final release (0.5.1.r1)


More information about the scm-commits mailing list