Accepting request 22039 from Base:System

Copy from Base:System/rpmlint based on submit request 22039 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/22039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=48
This commit is contained in:
OBS User autobuild 2009-10-08 00:54:02 +00:00 committed by Git OBS Bridge
parent e929013e29
commit e56d0fdbfa
3 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- FilesCheck.py
+++ FilesCheck.py
@@ -184,7 +184,7 @@
sofile_regex = re.compile('/lib(64)?/(.+/)?lib[^/]+\.so$')
devel_regex = re.compile('(.*)-(debug(info)?|devel|headers|source|static)$')
debuginfo_package_regex = re.compile('-debug(info)?$')
-lib_regex = re.compile('lib(64)?/lib[^/]*\.so\..*')
+lib_regex = re.compile('/lib(64)?/lib[^/]*\.so\.[\d\.-]*$')
ldconfig_regex = re.compile('^[^#]*ldconfig', re.MULTILINE)
depmod_regex = re.compile('^[^#]*depmod', re.MULTILINE)
install_info_regex = re.compile('^[^#]*install-info', re.MULTILINE)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 7 23:53:26 CEST 2009 - dmueller@suse.de
- tighten the regex for libraries (bnc#544906)
-------------------------------------------------------------------
Wed Sep 30 16:31:13 CEST 2009 - dmueller@suse.de

View File

@ -23,7 +23,7 @@ Name: rpmlint
BuildRequires: rpm-python
Summary: Rpm correctness checker
Version: 0.90
Release: 2
Release: 3
Source0: %{name}-%{version}.tar.bz2
Source1: config
Source1001: config.in
@ -108,6 +108,7 @@ Patch68: more-verbose-lsb-check.diff
Patch69: useless-requires-doc.diff
Patch71: suse-binary-info-compile-opts.diff
Patch72: version-control-internal-file.diff
Patch73: avoid-mismatched-libregex.diff
%py_requires
%description
@ -177,6 +178,7 @@ Authors:
#%patch69
#%patch71
%patch72
%patch73
cp -p %{SOURCE1} .
cp -p %{SOURCE2} .
cp -p %{SOURCE3} .