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.