Accepting request 760607 from home:jsegitz:branches:rpmlint-mini-test

- Extended rpmlint-mini.config to include the config file provided 
  by rpmlint-Factory-strict

OBS-URL: https://build.opensuse.org/request/show/760607
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint-mini?expand=0&rev=115
This commit is contained in:
Dirk Mueller 2020-01-08 09:58:09 +00:00 committed by Git OBS Bridge
parent 88ab6f19ca
commit ba6860fa4a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 16 14:00:13 UTC 2019 - Johannes Segitz <jsegitz@suse.de>
- Extended rpmlint-mini.config to include the config file provided
by rpmlint-Factory-strict
-------------------------------------------------------------------
Sat Dec 14 21:18:58 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -9,6 +9,7 @@ else:
configs += glob.glob("/home/abuild/rpmbuild/SOURCES/*rpmlintrc")
configs += glob.glob("/usr/src/packages/SOURCES/*rpmlintrc")
configs += glob.glob('/opt/testing/share/rpmlint/mini/*.config')
configs += glob.glob('/etc/rpmlint/factory-strict.config')
for f in configs:
try: