Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2017-10-28 14:18:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/build-compare (Old)
 and      /work/SRC/openSUSE:Factory/.build-compare.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "build-compare"

Sat Oct 28 14:18:06 2017 rev:105 rq:535371 version:20171020T085619.7cef93b

Changes:
--------
--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes      
2017-08-08 11:56:39.569827069 +0200
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2017-10-28 14:18:09.351292785 +0200
@@ -1,0 +2,9 @@
+Fri Oct 20 06:53:18 UTC 2017 - [email protected]
+
+- Remove newly introduced files-duplicate check from rpmlint
+  In case files are hardlinked, the source and destination is
+  scrambled in rpm output: the pkg will be republished.
+  In case files are not hardlinked, the source and destination
+  is scrambled in rpmlint output: the pkg will be republished
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ build-compare.spec ++++++
--- /var/tmp/diff_new_pack.HUBvWC/_old  2017-10-28 14:18:11.099228870 +0200
+++ /var/tmp/diff_new_pack.HUBvWC/_new  2017-10-28 14:18:11.099228870 +0200
@@ -21,7 +21,7 @@
 License:        GPL-2.0+
 Group:          Development/Tools/Building
 Url:            https://github.com/openSUSE/build-compare
-Version:        20170727T140623.5b2169e
+Version:        20171020T085619.7cef93b
 Release:        0
 Source1:        COPYING
 Source2:        same-build-result.sh

++++++ same-build-result.sh ++++++
--- /var/tmp/diff_new_pack.HUBvWC/_old  2017-10-28 14:18:11.179225944 +0200
+++ /var/tmp/diff_new_pack.HUBvWC/_new  2017-10-28 14:18:11.183225798 +0200
@@ -140,11 +140,13 @@
     # Remove release from files
     sort -u $OLDDIR/rpmlint.log|sed -e "s,$ver_rel1,@VERSION@-@RELEASE@,g" -e 
"s|/tmp/rpmlint\..*spec|.spec|g" > $file1
     sort -u $OTHERDIR/rpmlint.log|sed -e "s,$ver_rel2,@VERSION@-@RELEASE@,g" 
-e "s|/tmp/rpmlint\..*spec|.spec|g"  > $file2
+    # Remove odd warning about not-hardlinked files
     # Remove odd warning about data and time, it comes and goes
     # Remove warning about python mtime mismatch, a republish will not help
     # Remove odd warning about filenames, they contain VERSION-RELEASE
     # Remove durations from progress reports
     sed -i -e "
+    /: W: files-duplicate /d
     /: W: file-contains-date-and-time /d
     /: W: python-bytecode-inconsistent-mtime /d
     /: W: filename-too-long-for-joliet /d


Reply via email to