forked from pool/rpmlint
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
This commit is contained in:
parent
e04756ff4b
commit
e33589e9ff
@ -131,8 +131,6 @@ _checks = [
|
|||||||
which is not allowed in SUSE.''',
|
which is not allowed in SUSE.''',
|
||||||
'bad': [
|
'bad': [
|
||||||
'/usr/lib/perl5/site_perl/*',
|
'/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',
|
||||||
'/opt/kde3/lib64/*',
|
'/opt/kde3/lib64/*',
|
||||||
'/usr/lib/pkgconfig/*',
|
'/usr/lib/pkgconfig/*',
|
||||||
|
'/usr/lib/perl5/vendor_perl/5.*/*-linux-*/*',
|
||||||
],
|
],
|
||||||
'ignorepkgif': notnoarch,
|
'ignorepkgif': notnoarch,
|
||||||
},
|
},
|
||||||
|
@ -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
|
Thu Apr 29 11:54:25 CEST 2010 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ Name: rpmlint
|
|||||||
BuildRequires: rpm-python
|
BuildRequires: rpm-python
|
||||||
Summary: Rpm correctness checker
|
Summary: Rpm correctness checker
|
||||||
Version: 0.95
|
Version: 0.95
|
||||||
Release: 6
|
Release: 7
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: config
|
Source1: config
|
||||||
Source1001: config.in
|
Source1001: config.in
|
||||||
|
Loading…
Reference in New Issue
Block a user