[rpmlint] recompiling .py files against Python 2.7 (rhbz#623355)

dmalcolm dmalcolm at fedoraproject.org
Wed Aug 11 21:56:59 UTC 2010


commit a9d401058f8ec7df3c168d5d3fd77ee56f42ef7a
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Wed Aug 11 17:59:35 2010 -0400

    recompiling .py files against Python 2.7 (rhbz#623355)

 rpmlint.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/rpmlint.spec b/rpmlint.spec
index f1e1b23..9f8e941 100644
--- a/rpmlint.spec
+++ b/rpmlint.spec
@@ -1,6 +1,6 @@
 Name:           rpmlint
 Version:        0.98
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tool for checking common errors in RPM packages
 
 Group:          Development/Tools
@@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 11 2010 David Malcolm <dmalcolm at redhat.com> - 0.98-2
+- recompiling .py files against Python 2.7 (rhbz#623355)
+
 * Wed Jun 23 2010 Ville Skyttä <ville.skytta at iki.fi> - 0.98-1
 - Update to 0.98; fixes #599427 and #599516.
 - Filter out all lib*-java and lib*-python explicit-lib-dependency messages.


More information about the scm-commits mailing list