From a9d401058f8ec7df3c168d5d3fd77ee56f42ef7a Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Wed, 11 Aug 2010 17:59:35 -0400 Subject: [PATCH] recompiling .py files against Python 2.7 (rhbz#623355) --- rpmlint.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 0.98-2 +- recompiling .py files against Python 2.7 (rhbz#623355) + * Wed Jun 23 2010 Ville Skyttä - 0.98-1 - Update to 0.98; fixes #599427 and #599516. - Filter out all lib*-java and lib*-python explicit-lib-dependency messages.