diff --git a/rpmlint.config b/rpmlint.config index cf303d6..283e711 100644 --- a/rpmlint.config +++ b/rpmlint.config @@ -425,7 +425,7 @@ addFilter("non-readable /etc/ovirt-engine/isouploader.conf") # Ignore webservers which are just broken. addFilter("invalid-url .*\.googlecode\.com/.*HTTP Error 404") addFilter("invalid-url .*\.jboss\.org/.*HTTP Error 403") -addFilter("invalid-url .*\bitbucket\.org/.*HTTP Error 403") +addFilter("invalid-url .*bitbucket\.org/.*HTTP Error 403") bad_crypto_warning = \ '''This application package calls a function to explicitly set crypto ciphers diff --git a/rpmlint.spec b/rpmlint.spec index 1c5757e..cd3faca 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -14,7 +14,7 @@ Name: rpmlint Version: 1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for checking common errors in RPM packages Group: Development/Tools License: GPLv2 @@ -124,6 +124,9 @@ make check PYTHON=%{python} PYTEST=%{pytest} %{_mandir}/man1/rpmlint.1* %changelog +* Mon Sep 28 2015 Tom Callaway - 1.8-2 +- fix issue in config regex causing bitbucket URLs to slip through invalid-url filter + * Fri Sep 25 2015 Tom Callaway - 1.8-1 - 1.8 - add bad crypto warning to config file