Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory
checked in at Sun Aug 7 19:00:32 CEST 2011.



--------
--- rpmlint/rpmlint.changes     2011-08-01 09:22:53.000000000 +0200
+++ /mounts/work_src_done/STABLE/rpmlint/rpmlint.changes        2011-08-05 
14:16:53.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Aug  5 12:16:36 UTC 2011 - [email protected]
+
+- add org.kde.kalarmrtcwake to dbus whitelist (bnc#707723)
+
+-------------------------------------------------------------------
+Fri Aug  5 08:46:50 UTC 2011 - [email protected]
+
+- only consider executable ELF files for
+  non-position-independent-executable check
+- add more users and groups from Factory
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ rpmlint.spec ++++++
--- /var/tmp/diff_new_pack.FbDlq2/_old  2011-08-07 18:59:25.000000000 +0200
+++ /var/tmp/diff_new_pack.FbDlq2/_new  2011-08-07 18:59:25.000000000 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  rpm-python xz
 Summary:        Rpm correctness checker
 Version:        1.2
-Release:        19
+Release:        21
 Source0:        http://rpmlint.zarb.org/download/rpmlint-%{version}.tar.xz
 Source1:        config
 Source1001:     config.in

++++++ CheckSUIDPermissions.py ++++++
--- /var/tmp/diff_new_pack.FbDlq2/_old  2011-08-07 18:59:25.000000000 +0200
+++ /var/tmp/diff_new_pack.FbDlq2/_new  2011-08-07 18:59:25.000000000 +0200
@@ -135,8 +135,9 @@
                     else:
                         f += '/'
 
-                if type == 010:
-                    if not 'shared object' in pkgfile.magic:
+                if type == 010 and mode&0111:
+                    # pie binaries have 'shared object' here
+                    if 'ELF' in pkgfile.magic and not 'shared object' in 
pkgfile.magic:
                         printError(pkg, 'non-position-independent-executable', 
f)
 
                 m = self.perms[f]['mode']

++++++ config ++++++
--- /var/tmp/diff_new_pack.FbDlq2/_old  2011-08-07 18:59:26.000000000 +0200
+++ /var/tmp/diff_new_pack.FbDlq2/_new  2011-08-07 18:59:26.000000000 +0200
@@ -88,16 +88,20 @@
     'dovecot',
     'festival',
     'ffums',
+    'firebird',
     'floppy',
     'ftp',
     'games',
     'geronimo',
     'haclient',
     'haldaemon',
+    'hsqldb',
+    'icecast',
     'icecream',
     'ifdrwww',
     'intermezzo',
     'jboss',
+    'jetty5',
     'jonas',
     'kmem',
     'kvm',
@@ -115,15 +119,18 @@
     'memcached',
     'messagebus',
     'modem',
+    'mumble-server',
     'nagcmd',
     'nagios',
     'named',
     'news',
+    'nginx',
     'nobody',
     'nogroup',
     'novell_nogroup',
     'novlxtier',
     'ntadmin',
+    'ntop',
     'ntp',
     'oinstall',
     'otrs',
@@ -140,7 +147,9 @@
     'pulse',
     'pulse-access',
     'pulse-rt',
+    'qemu',
     'quagga',
+    'quasselcore',
     'radiusd',
     'root',
     'sabayon-admin',
@@ -150,6 +159,7 @@
     'sshd',
     'suse-ncc',
     'sys',
+    'tftp',
     'tomcat',
     'tomcat4',
     'trusted',
@@ -159,11 +169,13 @@
     'utmp',
     'uucp',
     'uuidd',
+    'varnish',
     'video',
     'vscan',
     'wheel',
     'www',
     'xok',
+    'zeroinst',
     'zope',
     ))
 
@@ -180,6 +192,7 @@
     'casaatsd',
     'casaatvd',
     'casaauth',
+    'cntlm',
     'cop',
     'cyrus',
     'daemon',
@@ -192,6 +205,7 @@
     'festival',
     'fetchmail',
     'ffums',
+    'firebird',
     'ftp',
     'games',
     'gdm',
@@ -200,11 +214,14 @@
     'gnump3d',
     'hacluster',
     'haldaemon',
+    'hsqldb',
+    'icecast',
     'icecream',
     'intermezzo',
     'irc',
     'jabber',
     'jboss',
+    'jetty5',
     'jonas',
     'ldap',
     'lightdm',
@@ -218,14 +235,17 @@
     'mdom',
     'memcached',
     'messagebus',
+    'mumble-server',
     'mysql',
     'nagios',
     'named',
     'news',
+    'nginx',
     'novell_nobody',
     'novlifdr',
     'novlxregd',
     'novlxsrvd',
+    'ntop',
     'ntp',
     'oracle',
     'otrs',
@@ -236,10 +256,13 @@
     'pop',
     'postfix',
     'postgres',
+    'postgrey',
     'pound',
     'privoxy',
     'pulse',
+    'qemu',
     'quagga',
+    'quasselcore',
     'radiusd',
     'radvd',
     'root',
@@ -248,18 +271,23 @@
     'snort',
     'squid',
     'sshd',
+    'statd',
     'suse-ncc',
+    'tftp',
     'tomcat',
     'tomcat4',
     'tss',
+    'ulogd',
     'upsd',
     'uucp',
     'uuidd',
+    'varnish',
     'vdr',
     'vscan',
     'wnn',
     'wwwrun',
     'yastws',
+    'zeroinst',
     'zope',
     ))
 
@@ -437,6 +465,9 @@
     "org.freedesktop.ColorManager.conf",
     # lightdm (bnc#708205)
     "org.freedesktop.DisplayManager.conf",
+    # kdepim4/kalarm (bnc#707723)
+    "org.kde.kalarmrtcwake.conf",
+    "org.kde.kalarmrtcwake.service",
 ))
 
 # Output filters



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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to