From ffb5e9f3691c4ce8110f113b8b33308e5ebb8864 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sep 12 2012 16:59:55 +0000 Subject: Typo fix. --- 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 - 0.3.4-6 +- Typofix. + * Wed Sep 12 2012 Ralph Bean - 0.3.4-5 - Accomodate older help2man on epel.