OBS User unknown 2008-05-16 11:08:23 +00:00 committed by Git OBS Bridge
parent 1d26eb8db5
commit ebde21e7ab
4 changed files with 11 additions and 4 deletions

View File

@ -64,9 +64,9 @@ class KDE4Check(AbstractCheck.AbstractCheck):
if not pkg.name.startswith("lib"):
if "libkdepimlibs4" in pkg_requires and not kdepimlibs4_dep:
printError(pkg,"suse-kde4-missing-pimlibs-dependency")
if not "libkdepimlibs4" in pkg_requires and kdepimlibs4_dep:
printError(pkg,"suse-kde4-excessive-pimlibs-dependency")
if not "libkdepimlibs4" in pkg_requires and kdepimlibs4_dep:
printError(pkg,"suse-kde4-missing-pimlibs-dependency")
check=KDE4Check()

View File

@ -598,7 +598,7 @@ a -devel subpackage.""",
allow to install multiple versions of the package in parallel.""",
'shlib-legacy-policy-name-error',
"""Your shared library package is not named after its SONAME, but it has been added to the list
of legacy exceptions. Please do ot rename the package until SONAME changes, but if you have
of legacy exceptions. Please do not rename the package until SONAME changes, but if you have
to rename it for another reason, make sure you name it correctly.""",
'shlib-policy-excessive-dependency',
"""Your package starts with 'lib' as part of it's name, but also contains binaries

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 13 22:54:08 CEST 2008 - dmueller@suse.de
- fix typo in kde4 deps check
-------------------------------------------------------------------
Mon May 5 18:46:22 CEST 2008 - dmueller@suse.de

View File

@ -15,7 +15,7 @@ Name: rpmlint
BuildRequires: rpm-python
Summary: Rpm correctness checker
Version: 0.82
Release: 44
Release: 49
Source0: %{name}-%{version}.tar.bz2
Source1: config
Source1001: config.in
@ -196,6 +196,8 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man1/rpmlint.1.gz
%changelog
* Wed May 14 2008 dmueller@suse.de
- fix typo in kde4 deps check
* Mon May 05 2008 dmueller@suse.de
- fix typo in branding policy check
* Fri May 02 2008 dmueller@suse.de