Hello community,

here is the log from the commit of package ruby-common for openSUSE:Factory 
checked in at 2017-06-20 10:58:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ruby-common (Old)
 and      /work/SRC/openSUSE:Factory/.ruby-common.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ruby-common"

Tue Jun 20 10:58:26 2017 rev:10 rq:503701 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ruby-common/ruby-common.changes  2016-03-11 
09:46:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ruby-common.new/ruby-common.changes     
2017-06-20 10:59:21.192363392 +0200
@@ -1,0 +2,6 @@
+Tue Jun 13 21:11:20 UTC 2017 - bwiedem...@suse.com
+
+- Call fdupes -o name to make sure we always create symlinks
+  in the same direction to make builds reproducible
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ruby.rpm-macros ++++++
--- /var/tmp/diff_new_pack.Ej3zSm/_old  2017-06-20 10:59:21.948256845 +0200
+++ /var/tmp/diff_new_pack.Ej3zSm/_new  2017-06-20 10:59:21.948256845 +0200
@@ -68,7 +68,7 @@
 for gem in $(/usr/bin/ruby-find-versioned gem) ; do \
   gem_base="$($gem env gemdir)" \
   /usr/lib/rpm/gem_build_cleanup.sh %{buildroot}${gem_base} \
-  fdupes -q -p -n -r %{buildroot}${gem_base} | \
+  fdupes -q -p -n -r -o name %{buildroot}${gem_base} | \
     while read _file; do \
       if test -z "$_target" ; then \
         _target="$_file"; \


Reply via email to