Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2019-10-05 16:15:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint"

Sat Oct  5 16:15:46 2019 rev:323 rq:734732 version:1.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2019-09-26 
20:36:23.927317658 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new.2352/rpmlint.changes        
2019-10-05 16:15:48.982138552 +0200
@@ -1,0 +2,6 @@
+Mon Sep 30 08:15:38 UTC 2019 - Ondřej Súkup <mimi...@gmail.com>
+
+-  update add-check-for-a-non-zero-.text-segment-in-.a-archive.patch
+ * fix condition for path
+
+-------------------------------------------------------------------

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

Other differences:
------------------
rpmlint.spec: same change
++++++ add-check-for-a-non-zero-.text-segment-in-.a-archive.patch ++++++
--- /var/tmp/diff_new_pack.vTcYot/_old  2019-10-05 16:15:52.238130073 +0200
+++ /var/tmp/diff_new_pack.vTcYot/_new  2019-10-05 16:15:52.246130053 +0200
@@ -35,7 +35,7 @@
              lines = res[1].splitlines()
 +
 +            # For an archive, test if all .text sections are empty
-+            if is_archive and not (path.startswith('/usr/lib64/ghc') or 
path.startswith('/usr/lib/ghc')):
++            if is_archive and not ('/usr/lib64/ghc' in path or '/usr/lib/ghc' 
in path):
 +                has_text_segment = False
 +                non_zero_text_segment = False
 +


Reply via email to