commit rpmlint for openSUSE:Factory
Hello community, here is the log from the commit of package rpmlint for openSUSE:Factory checked in at Mon Nov 15 16:02:49 CET 2010. -------- --- rpmlint/rpmlint.changes 2010-11-04 15:20:53.000000000 +0100 +++ /mounts/work_src_done/STABLE/rpmlint/rpmlint.changes 2010-11-11 08:56:20.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Nov 11 08:55:56 CET 2010 - dmueller@suse.de + +- fix another exception in branding policy check (bnc#652628) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpmlint.spec ++++++ --- /var/tmp/diff_new_pack.wSEB3N/_old 2010-11-15 16:02:18.000000000 +0100 +++ /var/tmp/diff_new_pack.wSEB3N/_new 2010-11-15 16:02:18.000000000 +0100 @@ -23,7 +23,7 @@ BuildRequires: rpm-python Summary: Rpm correctness checker Version: 1.0 -Release: 1 +Release: 2 Source0: %{name}-%{version}.tar.bz2 Source1: config Source1001: config.in ++++++ BrandingPolicyCheck.py ++++++ --- /var/tmp/diff_new_pack.wSEB3N/_old 2010-11-15 16:02:18.000000000 +0100 +++ /var/tmp/diff_new_pack.wSEB3N/_new 2010-11-15 16:02:18.000000000 +0100 @@ -105,7 +105,7 @@ for r in pkg.requires(): if r[0].find('-theme-') >= 0 or r[0].find('-branding-') >= 0: - if (r[1] != rpm.RPMSENSE_EQUAL or not r[2].startswith('1')): + if (r[1] != rpm.RPMSENSE_EQUAL or not r[2][1].startswith('1')): printError(pkg, 'suse-branding-unversioned-requires', r[0]) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de