Hello community, here is the log from the commit of package ruby-common for openSUSE:Factory checked in at 2019-10-10 11:51:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ruby-common (Old) and /work/SRC/openSUSE:Factory/.ruby-common.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruby-common" Thu Oct 10 11:51:59 2019 rev:16 rq:736057 version:2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/ruby-common/ruby-common.changes 2019-06-30 10:14:22.450955766 +0200 +++ /work/SRC/openSUSE:Factory/.ruby-common.new.2352/ruby-common.changes 2019-10-10 11:52:01.995546090 +0200 @@ -1,0 +2,6 @@ +Mon Sep 9 11:51:22 UTC 2019 - [email protected] + +- fix build for SLE 12 / Leap 42 + * add define _rpmmacrodir /etc/rpm + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ruby-common.spec ++++++ --- /var/tmp/diff_new_pack.i6kVEy/_old 2019-10-10 11:52:02.783543998 +0200 +++ /var/tmp/diff_new_pack.i6kVEy/_new 2019-10-10 11:52:02.787543988 +0200 @@ -12,10 +12,15 @@ # 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/ # +### seems that %{_rpmmacrodir} is not known on SLE 12 / Leap 42 +%if 0%{?suse_version} == 1315 +%define _rpmmacrodir /etc/rpm +%endif + Name: ruby-common Version: 2.6 Release: 0
