Hello community,

here is the log from the commit of package rpmlint-Factory for openSUSE:Factory 
checked in at 2019-07-29 17:25:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint-Factory (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint-Factory.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint-Factory"

Mon Jul 29 17:25:23 2019 rev:50 rq:718548 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint-Factory/rpmlint-Factory.changes  
2018-06-26 10:29:22.436539199 +0200
+++ 
/work/SRC/openSUSE:Factory/.rpmlint-Factory.new.4126/rpmlint-Factory.changes    
    2019-07-29 17:25:29.450322212 +0200
@@ -1,0 +2,16 @@
+Thu Jul 25 08:55:22 UTC 2019 - Martin Liška <[email protected]>
+
+- Make lto-no-text-in-archive a fatal error.
+
+-------------------------------------------------------------------
+Tue May 14 08:55:25 UTC 2019 - [email protected]
+
+- add badness to polkit-unauthorized-rules to finally arm the new check
+  (bsc#1125314)
+
+-------------------------------------------------------------------
+Tue Mar 26 15:57:11 UTC 2019 - Martin Liška <[email protected]>
+
+- Make lto-bytecode a fatal error.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rpmlint-Factory.spec ++++++
--- /var/tmp/diff_new_pack.6XiVpw/_old  2019-07-29 17:25:31.066321614 +0200
+++ /var/tmp/diff_new_pack.6XiVpw/_new  2019-07-29 17:25:31.070321613 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmlint-Factory
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           rpmlint-Factory
 Requires:       rpmlint-mini
 Summary:        RPM file correctness checker - openSUSE:Factory configuration
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Packages
 Version:        1.0
 Release:        0

++++++ config ++++++
--- /var/tmp/diff_new_pack.6XiVpw/_old  2019-07-29 17:25:31.118321595 +0200
+++ /var/tmp/diff_new_pack.6XiVpw/_new  2019-07-29 17:25:31.118321595 +0200
@@ -78,6 +78,7 @@
 
 setBadness('polkit-unauthorized-file', 10000)
 setBadness('polkit-unauthorized-privilege', 10000)
+setBadness('polkit-unauthorized-rules', 10000)
 setBadness('polkit-untracked-privilege', 10000)
 setBadness('permissions-unauthorized-file', 10000)
 setBadness('permissions-file-setuid-bit', 10000)
@@ -101,10 +102,13 @@
 
 setBadness('suse-dbus-unauthorized-service', 10000)
 setBadness('non-position-independent-executable', 10000)
+setBadness('lto-bytecode', 10000)
+setBadness('lto-no-text-in-archive', 10000)
 
 setFilterException('suse-dbus-unauthorized-service')
 setFilterException('polkit-unauthorized-file')
 setFilterException('polkit-unauthorized-privilege')
+setFilterException('polkit-unauthorized-rules')
 setFilterException('polkit-untracked-privilege')
 setFilterException('permissions-unauthorized-file')
 setFilterException('permissions-file-setuid-bit')


Reply via email to