From 86dfa7af599cd8fd1fe92cac8e78750ce9d0163a473ad51551874c129d7eb424 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Wed, 9 May 2018 12:20:22 +0000 Subject: [PATCH] - add rpmlint-tests-sle15.patch to fix rpmlint-tests build for sle/leap 15 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=589 --- rpmlint-tests.changes | 6 ++++++ rpmlint-tests.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/rpmlint-tests.changes b/rpmlint-tests.changes index f0b989c..12979c4 100644 --- a/rpmlint-tests.changes +++ b/rpmlint-tests.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 9 11:48:47 UTC 2018 - lnussel@suse.de + +- add rpmlint-tests-sle15.patch to fix rpmlint-tests build for + sle/leap 15 + ------------------------------------------------------------------- Tue Feb 20 14:13:28 UTC 2018 - opensuse-packaging@opensuse.org diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index 3ec944d..81c99eb 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -32,6 +32,7 @@ Group: Development/Tools/Building BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://www.opensuse.org/ Source: rpmlint-tests-%version.tar.xz +Patch0: rpmlint-tests-sle15.patch %description This package doesn't actually contain any files and is not meant to @@ -40,6 +41,9 @@ regression tests against rpmlint(-mini). %prep %setup -q +%if 0%{?sle_version} >= 1500 +%patch0 -p1 +%endif %build mkdir rpms