[python-alembic/el6] Typo fix.

Ralph Bean ralph at fedoraproject.org
Wed Sep 12 17:00:04 UTC 2012


commit ffb5e9f3691c4ce8110f113b8b33308e5ebb8864
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Sep 12 12:59:55 2012 -0400

    Typo fix.

 python-alembic.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-alembic.spec b/python-alembic.spec
index feab6cc..0843d8a 100644
--- a/python-alembic.spec
+++ b/python-alembic.spec
@@ -6,7 +6,7 @@
 
 Name:             python-alembic
 Version:          0.3.4
-Release:          5%{?dist}
+Release:          6%{?dist}
 Summary:          Database migration tool for SQLAlchemy
 
 Group:            Development/Libraries
@@ -111,9 +111,9 @@ popd
 %endif
 
 %if %{?rhel}%{!?rhel:0} <= 6
-%global help2manopts --version-string %{version} --no-info -s 1
-%else
 %global help2manopts --no-info -s 1
+%else
+%global help2manopts --version-string %{version} --no-info -s 1
 %endif
 
 # Hack around setuptools so we can get access to help strings for help2man
@@ -175,6 +175,9 @@ popd
 
 
 %changelog
+* Wed Sep 12 2012 Ralph Bean <rbean at redhat.com> - 0.3.4-6
+- Typofix.
+
 * Wed Sep 12 2012 Ralph Bean <rbean at redhat.com> - 0.3.4-5
 - Accomodate older help2man on epel.
 


More information about the scm-commits mailing list