diff --git a/rpmlint.config b/rpmlint.config index 70194ff..9b091af 100644 --- a/rpmlint.config +++ b/rpmlint.config @@ -23,6 +23,7 @@ setOption("UseEpoch", False) setOption("UseUTF8", True) setOption("UseVersionInChangeLog", True) setOption("ValidSrcPerms", (int("664",8), int("644",8), )) +setOption("ValidGroups", []) setOption("ValidShells", ( "", diff --git a/rpmlint.spec b/rpmlint.spec index 9e0db98..08ea4b1 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -138,8 +138,9 @@ make check PYTHON=%{python} PYTEST=%{pytest} FLAKE8=%{flake8} %{_mandir}/man1/rpmlint.1* %changelog -* Thu May 03 2018 Todd Zullinger +* Thu May 03 2018 Todd Zullinger - 1.10-12 - Properly handle the exception on missing files (bz1574509) +- Explicitly disable the non-standard-group check * Wed Apr 18 2018 Todd Zullinger - Ignore 'no-documentation' in debugsource packages