forked from pool/rpmlint
- 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
This commit is contained in:
parent
ae65822bc4
commit
86dfa7af59
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user