Accepting request 729438 from home:computersalat:devel:ruby

fix build for SLE 12 / Leap 42

OBS-URL: https://build.opensuse.org/request/show/729438
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/ruby-common?expand=0&rev=107
This commit is contained in:
Marcus Rückert 2019-10-08 09:29:17 +00:00 committed by Git OBS Bridge
parent 0a7762d16c
commit ed2cb12cf6
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 9 11:51:22 UTC 2019 - chris@computersalat.de
- fix build for SLE 12 / Leap 42
* add define _rpmmacrodir /etc/rpm
-------------------------------------------------------------------
Fri May 10 09:26:26 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -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