Accepting request 20533 from Base:System

Copy from Base:System/rpmlint-mini based on submit request 20533 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/20533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint-mini?expand=0&rev=26
This commit is contained in:
OBS User autobuild 2009-09-16 16:43:38 +00:00 committed by Git OBS Bridge
parent 4209b47a2a
commit 497bbd1e5e
3 changed files with 14 additions and 10 deletions

View File

@ -56,16 +56,15 @@ Index: rpmlint.py
if not extract_dir:
extract_dir = Config.getOption('ExtractDir', tempfile.gettempdir())
Index: MenuXDGCheck.py
===================================================================
--- MenuXDGCheck.py.orig
--- MenuXDGCheck.py
+++ MenuXDGCheck.py
@@ -22,7 +22,7 @@ class MenuXDGCheck(AbstractCheck.Abstrac
@@ -21,7 +21,7 @@
def check_file(self, pkg, filename):
f = pkg.dirName() + filename
- st = getstatusoutput(('desktop-file-validate', f), 1)
+ st = getstatusoutput(('/opt/testing/bin/desktop-file-validate', f), 1)
- st = getstatusoutput(('desktop-file-validate', f), True)
+ st = getstatusoutput(('/opt/testing/bin/desktop-file-validate', f), True)
if st[0]:
if st[1].find('error:') != -1:
printError(pkg, 'invalid-desktopfile', filename, st[1].split('error: ')[1])
if st[1].find('error:') != -1:
printError(pkg, 'invalid-desktopfile', filename, st[1].split('error: ')[1])

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 16 18:42:48 CEST 2009 - mrueckert@suse.de
- fix build with rpmlint 0.90
-------------------------------------------------------------------
Mon Aug 24 12:00:44 UTC 2009 - lnussel@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: glib2-devel pkg-config python-xml rpm-python rpmlint
#BuildRequires: python-magic
Summary: Rpm correctness checker
Version: 1.0
Release: 216
Release: 217
Url: http://rpmlint.zarb.org/
License: GPL v2 or later
Group: System/Packages