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

Bruno Wolff III bruno at fedoraproject.org
Sat Apr 7 16:31:34 UTC 2012


commit e389474637b3cbf98bd47f2fe0d98798c1c4532c
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Apr 7 11:29:04 2012 -0500

    Start using %{dist} in release
    
    Not using %{dist} really only works if you do updates starting from
    the oldest fedora release and work forward, rather than from rawhide
    and working backward. So in practice (at least with my workflow),
    the savings (when doing an upgrade between Fedora releases) don't
    happen, and numbering releases ends up being a problem.

 vegastrike-data.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/vegastrike-data.spec b/vegastrike-data.spec
index 39ca59e..95651d8 100644
--- a/vegastrike-data.spec
+++ b/vegastrike-data.spec
@@ -1,6 +1,6 @@
 Name:           vegastrike-data
 Version:        0.5.1
-Release:        1.r1
+Release:        1.r1%{dist}
 Summary:        Data files for Vega Strike
 Group:          Amusements/Games
 License:        GPLv2+
@@ -121,6 +121,7 @@ fi
 * Sat Apr 07 2012 Bruno Wolff III <bruno at wolff.to> 0.5.1-1.r1
 - Update to 0.5.1 release
 - pyc and pyo files now get created
+- Start using %{dist} in release
 
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.1-0.3.beta1.2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list