Hello community, here is the log from the commit of package rmt-server for openSUSE:Factory checked in at 2017-12-19 10:58:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rmt-server (Old) and /work/SRC/openSUSE:Factory/.rmt-server.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rmt-server" Tue Dec 19 10:58:36 2017 rev:3 rq:558062 version:0.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rmt-server/rmt-server.changes 2017-12-11 18:58:01.646205003 +0100 +++ /work/SRC/openSUSE:Factory/.rmt-server.new/rmt-server.changes 2017-12-19 10:58:37.916931923 +0100 @@ -1,0 +2,5 @@ +Sat Dec 16 08:36:05 UTC 2017 - [email protected] + +- Dont package build logs to make build reproducible + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rmt-server.spec ++++++ --- /var/tmp/diff_new_pack.My5itB/_old 2017-12-19 10:58:39.092875155 +0100 +++ /var/tmp/diff_new_pack.My5itB/_new 2017-12-19 10:58:39.096874963 +0100 @@ -137,7 +137,9 @@ mkdir -p %{buildroot}%{_sysconfdir} mv %{_builddir}/rmt.conf %{buildroot}%{_sysconfdir}/rmt.conf -sed -i '/BUNDLE_PATH: .*/cBUNDLE_PATH: "\/usr\/lib64\/rmt\/vendor\/bundle\/"' %{buildroot}%{app_dir}/.bundle/config +sed -i -e '/BUNDLE_PATH: .*/cBUNDLE_PATH: "\/usr\/lib64\/rmt\/vendor\/bundle\/"' \ + -e 's/^BUNDLE_JOBS: .*/BUNDLE_JOBS: "1"/' \ + %{buildroot}%{app_dir}/.bundle/config # cleanup unneeded files rm -r %{buildroot}%{app_dir}/service @@ -154,7 +156,9 @@ rm -rf %{buildroot}%{lib_dir}/vendor/bundle/ruby/*/gems/*/ext rm -rf %{buildroot}%{lib_dir}/vendor/bundle/ruby/*/gems/*/bin rm -rf %{buildroot}%{lib_dir}/vendor/bundle/ruby/*/gems/*/spec -rm -rf %{buildroot}%{lib_dir}/vendor/bundle/ruby/*/gems/*/.gitignore +rm -f %{buildroot}%{lib_dir}/vendor/bundle/ruby/*/gems/*/.gitignore +rm -f %{buildroot}%{lib_dir}/vendor/bundle/ruby/*/extensions/*/*/*/gem_make.out +rm -f %{buildroot}%{lib_dir}/vendor/bundle/ruby/*/extensions/*/*/*/mkmf.log %fdupes %{buildroot}/%{lib_dir}
