[vagrant/f21] Fix the version to 1.7.2-3.fc21.1 to properly update in all situations.

Michael Adam obnox at fedoraproject.org
Tue Mar 3 16:41:22 UTC 2015


commit 75365237f1493e8dbe2557118a6c7014c9f160ec
Author: Michael Adam <madam at redhat.com>
Date:   Tue Mar 3 17:36:33 2015 +0100

    Fix the version to 1.7.2-3.fc21.1 to properly update in all situations.
    
    BZ#1196537.
    
    http://fedoraproject.org/wiki/Packaging:NamingGuidelines#Minor_release_bumps_for_old_branches

 vagrant.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vagrant.spec b/vagrant.spec
index 2017e96..47036d7 100644
--- a/vagrant.spec
+++ b/vagrant.spec
@@ -4,7 +4,7 @@
 
 Name: vagrant
 Version: 1.7.2
-Release: 3.a%{?dist}
+Release: 3%{?dist}.1
 Summary: Build and distribute virtualized development environments
 Group: Development/Languages
 License: MIT
@@ -222,6 +222,9 @@ getent group vagrant >/dev/null || groupadd -r vagrant
 
 
 %changelog
+* Tue Mar 03 2015 Michael Adam <madam at redhat.com> - 1.7.2-3.fc21.1
+- Fix release number to properly update in all situations (BZ#1196537).
+
 * Thu Feb 26 2015 Michael Adam <madam at redhat.com> - 1.7.2-3.a
 - Fix local install of plugins (BZ#1196537).
 


More information about the scm-commits mailing list