From e33589e9fffeeeb978853c6dae865dc85a22cccb97c1d580d2b54d8a3534836c Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 17 May 2010 23:28:40 +0000 Subject: [PATCH] Accepting request 40107 from Base:System Copy from Base:System/rpmlint based on submit request 40107 from user lnussel OBS-URL: https://build.opensuse.org/request/show/40107 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=61 --- CheckFilelist.py | 3 +-- rpmlint.changes | 5 +++++ rpmlint.spec | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CheckFilelist.py b/CheckFilelist.py index f71cd92..6a9f8f5 100644 --- a/CheckFilelist.py +++ b/CheckFilelist.py @@ -131,8 +131,6 @@ _checks = [ which is not allowed in SUSE.''', 'bad': [ '/usr/lib/perl5/site_perl/*', - '/usr/lib/perl5/vendor_perl/5.*/auto', - '/usr/lib/perl5/vendor_perl/5.*/*-linux-*/auto', ], }, { @@ -225,6 +223,7 @@ _checks = [ '/opt/kde3/lib64', '/opt/kde3/lib64/*', '/usr/lib/pkgconfig/*', + '/usr/lib/perl5/vendor_perl/5.*/*-linux-*/*', ], 'ignorepkgif': notnoarch, }, diff --git a/rpmlint.changes b/rpmlint.changes index 9fa7faf..8a164f3 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 5 13:55:24 UTC 2010 - lnussel@suse.de + +- don't allow perl vendorarch in noarch packages + ------------------------------------------------------------------- Thu Apr 29 11:54:25 CEST 2010 - dmueller@suse.de diff --git a/rpmlint.spec b/rpmlint.spec index 686d23a..11fa5eb 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ Name: rpmlint BuildRequires: rpm-python Summary: Rpm correctness checker Version: 0.95 -Release: 6 +Release: 7 Source0: %{name}-%{version}.tar.bz2 Source1: config Source1001: config.in