Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2012-03-01 17:27:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint", Maintainer is "dmuel...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2012-02-22 
15:55:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes     2012-03-01 
17:27:34.000000000 +0100
@@ -1,0 +2,11 @@
+Wed Feb 29 13:49:51 UTC 2012 - lnus...@suse.de
+
+- add udisks2 to dbus whitelist (bnc#742751)
+- add smb4k to dbus whitelist (bnc#749065)
+
+-------------------------------------------------------------------
+Wed Feb 29 12:02:40 CET 2012 - dmuel...@suse.de
+
+- ignore fixed dependencies on config() 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rpmlint.spec ++++++
--- /var/tmp/diff_new_pack.9cjoFm/_old  2012-03-01 17:27:37.000000000 +0100
+++ /var/tmp/diff_new_pack.9cjoFm/_new  2012-03-01 17:27:37.000000000 +0100
@@ -57,10 +57,16 @@
 Source100:      syntax-validator.py
 Url:            http://rpmlint.zarb.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires:       rpm-python, /usr/bin/readelf, file, findutils, cpio, bash
+Requires:       /usr/bin/readelf
+Requires:       bash
+Requires:       checkbashisms
+Requires:       cpio
+Requires:       dash
 Requires:       desktop-file-utils
+Requires:       file
+Requires:       findutils
 Requires:       python-magic
-Requires:       dash checkbashisms
+Requires:       rpm-python
 BuildArch:      noarch
 Patch0:         rpmlint-suse.diff
 Patch1:         suse-checks.diff

++++++ LibraryPolicyCheck.py ++++++
--- /var/tmp/diff_new_pack.9cjoFm/_old  2012-03-01 17:27:37.000000000 +0100
+++ /var/tmp/diff_new_pack.9cjoFm/_new  2012-03-01 17:27:37.000000000 +0100
@@ -408,7 +408,7 @@
         # Verify shared lib policy package doesn't have hard dependency on 
non-lib packages
         if std_lib_package:
             for dep in pkg.requires():
-                if (dep[0][0:7] == 'rpmlib('):
+                if (dep[0].startswith('rpmlib(') or 
dep[0].startswith('config(')): 
                     continue
                 if (dep[1] & (rpm.RPMSENSE_GREATER | rpm.RPMSENSE_EQUAL)) == 
rpm.RPMSENSE_EQUAL:
                     printWarning(pkg, "shlib-fixed-dependency", 
Pkg.formatRequire(dep[0], dep[1], dep[2]))

++++++ config ++++++
--- /var/tmp/diff_new_pack.9cjoFm/_old  2012-03-01 17:27:37.000000000 +0100
+++ /var/tmp/diff_new_pack.9cjoFm/_new  2012-03-01 17:27:37.000000000 +0100
@@ -349,6 +349,9 @@
     # udisks
     "org.freedesktop.UDisks.service",
     "org.freedesktop.UDisks.conf",
+    # udisks2 (bnc#742751)
+    "org.freedesktop.UDisks2.service",
+    "org.freedesktop.UDisks2.conf",
     # scmon
     "com.novell.Pkcs11Monitor.conf",
     # systemd (bnc#641924)
@@ -485,6 +488,9 @@
     "org.kde.kalarmrtcwake.service",
     # NetworkManager-openvpn (bnc#732915)
     "nm-openconnect-service.conf",
+    # smb4k (bnc#749065)
+    "de.berlios.smb4k.mounthelper.conf",
+    "de.berlios.smb4k.mounthelper.service",
 ))
 
 # Output filters


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to