- add the new abuild build path to the search dir list

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint-mini?expand=0&rev=11
This commit is contained in:
Dirk Mueller 2011-10-24 09:39:31 +00:00 committed by Git OBS Bridge
parent 0bb02b1cd7
commit 4de1b62d29
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 24 11:39:18 CEST 2011 - dmueller@suse.de
- add the new abuild build path to the search dir list
-------------------------------------------------------------------
Thu Aug 18 22:17:22 CEST 2011 - dmueller@suse.de

View File

@ -4,6 +4,7 @@ configs = [ '/opt/testing/share/rpmlint/config' ]
if os.environ.get("RPMLINT_MINI_CONFIG", None):
configs += os.environ.get("RPMLINT_MINI_CONFIG", '').split(' ')
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')

View File

@ -27,7 +27,7 @@ BuildRequires: polkit-default-privs
BuildRequires: checkbashisms dash libtool
Summary: Rpm correctness checker
Version: 1.3
Release: 3
Release: 1
Url: http://rpmlint.zarb.org/
License: GPLv2+
Group: System/Packages