From db3d04e628922014f6b54a253e9e08487393046d Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Aug 19 2010 15:57:17 +0000 Subject: 0.99-1 - Update to 0.99; fixes #623607, helps work around #537430. - Sync Fedora license list with Wiki revision 1.80. --- diff --git a/.gitignore b/.gitignore index 5fdbe90..99a860b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -rpmlint-0.98.tar.bz2 +rpmlint-0.99.tar.bz2 diff --git a/rpmlint.config b/rpmlint.config index d24578a..f9fe242 100644 --- a/rpmlint.config +++ b/rpmlint.config @@ -40,7 +40,7 @@ setOption("DanglingSymlinkExceptions", ( setOption("ValidLicenses", ( # These are the short names for all of the Fedora approved licenses. # The master list is kept here: http://fedoraproject.org/wiki/Licensing - # Last synced with revision "1.75, 3 June 2010" of that page. + # Last synced with revision "1.80, 16 August 2010" of that page. 'AAL', 'Adobe', 'ADSL', @@ -63,6 +63,7 @@ setOption("ValidLicenses", ( 'ASL 2.0', 'ASL 2.0+', 'Beerware', + 'BeOpen', 'BitTorrent', 'Boost', 'BSD', diff --git a/rpmlint.spec b/rpmlint.spec index 9f8e941..43411a2 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,6 +1,6 @@ Name: rpmlint -Version: 0.98 -Release: 2%{?dist} +Version: 0.99 +Release: 1%{?dist} Summary: Tool for checking common errors in RPM packages Group: Development/Tools @@ -78,6 +78,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 19 2010 Ville Skyttä - 0.99-1 +- Update to 0.99; fixes #623607, helps work around #537430. +- Sync Fedora license list with Wiki revision 1.80. + * Wed Aug 11 2010 David Malcolm - 0.98-2 - recompiling .py files against Python 2.7 (rhbz#623355) diff --git a/sources b/sources index b78b619..799e592 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c1d0359586352574a2abdadebe2ddaf5 rpmlint-0.98.tar.bz2 +c659bc0f351a3445a4a262b7a9277580 rpmlint-0.99.tar.bz2