SHA256
3
0
forked from pool/meson

Accepting request 909828 from home:fcrozat:branches:devel:tools:building

- Relax BuildRequires on rpm, if rpm-config-SUSE is recent enough
  (jsc#SLE-20017).

OBS-URL: https://build.opensuse.org/request/show/909828
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=208
This commit is contained in:
Dominique Leuenberger 2021-08-03 10:04:16 +00:00 committed by Git OBS Bridge
parent 0ac30ca8c5
commit 1ae6bbc616
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 30 12:41:22 UTC 2021 - Frederic Crozat <fcrozat@suse.com>
- Relax BuildRequires on rpm, if rpm-config-SUSE is recent enough
(jsc#SLE-20017).
-------------------------------------------------------------------
Tue Jul 20 09:07:44 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -128,7 +128,9 @@ BuildRequires: wxWidgets-devel
%endif
%endif
# meson makes use of macros that were only defined with rpm 4.15
%if (0%{?suse_version} < 1550 && 0%{?sle_version} < 150400)
Conflicts: rpm-build < 4.15
%endif
%description
Meson is a build system designed to optimise programmer productivity.