commit rpmlint for openSUSE:Factory
Hello community, here is the log from the commit of package rpmlint for openSUSE:Factory checked in at Fri Jul 29 13:48:19 CEST 2011. -------- --- rpmlint/rpmlint.changes 2011-07-14 11:08:25.000000000 +0200 +++ /mounts/work_src_done/STABLE/rpmlint/rpmlint.changes 2011-07-29 11:29:44.000000000 +0200 @@ -1,0 +2,11 @@ +Fri Jul 29 09:29:19 UTC 2011 - lnussel@suse.de + +- add org.freedesktop.DisplayManager.conf (bnc#708205) + +------------------------------------------------------------------- +Sat Jul 23 11:35:02 UTC 2011 - toddrme2178@gmail.com + +- remove obsolete knotification-requires check +- bump obsolete openSUSE version to 11.2 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpmlint.spec ++++++ --- /var/tmp/diff_new_pack.aPeMO2/_old 2011-07-29 13:47:55.000000000 +0200 +++ /var/tmp/diff_new_pack.aPeMO2/_new 2011-07-29 13:47:55.000000000 +0200 @@ -23,7 +23,7 @@ BuildRequires: rpm-python xz Summary: Rpm correctness checker Version: 1.2 -Release: 15 +Release: 17 Source0: http://rpmlint.zarb.org/download/rpmlint-%{version}.tar.xz Source1: config Source1001: config.in ++++++ CheckKDE4Deps.py ++++++ --- /var/tmp/diff_new_pack.aPeMO2/_old 2011-07-29 13:47:55.000000000 +0200 +++ /var/tmp/diff_new_pack.aPeMO2/_new 2011-07-29 13:47:55.000000000 +0200 @@ -53,10 +53,6 @@ "libakonadiprotocolinternals.so.1", ) -_kde4_knotificationdep = ( - "libknotificationitem-1.so", -) - class KDE4Check(AbstractCheck.AbstractCheck): def __init__(self): AbstractCheck.AbstractCheck.__init__(self, "CheckKDE4Deps") @@ -108,8 +104,6 @@ printError(pkg,"suse-kde4-excessive-dependency", "%kde4_akonadi_requires") if not "akonadi-runtime" in pkg_requires and libakonadi4_dep: printError(pkg,"suse-kde4-missing-dependency", "%kde4_akonadi_requires") - if not "libknotificationitem-1" in pkg_requires and _kde4_knotificationdep: - printError(pkg, "suse-kde4-missing-dependency", "kde4_knotification_requires") check=KDE4Check() ++++++ config ++++++ --- /var/tmp/diff_new_pack.aPeMO2/_old 2011-07-29 13:47:56.000000000 +0200 +++ /var/tmp/diff_new_pack.aPeMO2/_new 2011-07-29 13:47:56.000000000 +0200 @@ -279,7 +279,6 @@ setOption("DBUSServices.WhiteList", ( "ConsoleKit.conf", "hal.conf", - "org.freedesktop.Hal.service", "cups.conf", # bnc#515977 "org.freedesktop.ConsoleKit.service", "org.freedesktop.PolicyKit.conf", @@ -434,6 +433,8 @@ # colord (bnc#698250) "org.freedesktop.ColorManager.service", "org.freedesktop.ColorManager.conf", + # lightdm (bnc#708205) + "org.freedesktop.DisplayManager.conf", )) # Output filters ++++++ suse-version.diff ++++++ --- /var/tmp/diff_new_pack.aPeMO2/_old 2011-07-29 13:47:56.000000000 +0200 +++ /var/tmp/diff_new_pack.aPeMO2/_new 2011-07-29 13:47:56.000000000 +0200 @@ -15,7 +15,7 @@ package_noarch[current_package] = True + res = suse_version_regex.search(line) -+ if res and int(res.group(1)) > 0 and int(res.group(1)) < 1110: ++ if res and int(res.group(1)) > 0 and int(res.group(1)) < 1130: + printWarning(pkg, "obsolete-suse-version-check", res.group(1)) + elif res and int(res.group(1)) > 1140: + printError(pkg, "invalid-suse-version-check", res.group(1)) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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