From d06d71d830c3834cb3dcd7d4505d1eb60b367c663ccfaa4c0e26bdfc1eaf617d Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Fri, 20 Dec 2019 11:11:06 +0000 Subject: [PATCH] Accepting request 758482 from hardware:boot:staging OBS-URL: https://build.opensuse.org/request/show/758482 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=72 --- u-boot.changes | 6 ++++++ u-boot.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/u-boot.changes b/u-boot.changes index 8533acc..ade1e05 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 20 11:08:03 UTC 2019 - Guillaume GARDET + +- Add Leap 15.2 (x86, arm and ppc) to the list of projects using + _multibuild + ------------------------------------------------------------------- Fri Dec 13 15:57:44 UTC 2019 - Matthias Brugger diff --git a/u-boot.spec b/u-boot.spec index ba0a9b8..4a4e785 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -232,7 +232,7 @@ BuildRequires: swig BuildRequires: pkgconfig(sdl) Conflicts: u-boot-loader Provides: u-boot-loader -%if "%_project" == "hardware:boot" || "%_project" == "hardware:boot:staging" || "%_project" == "openSUSE:Factory" || "%_project" == "openSUSE:Factory:ARM" || "%_project" == "openSUSE:Factory:PowerPC" || "%_project" == "openSUSE:Factory:RISCV" +%if "%_project" == "hardware:boot" || "%_project" == "hardware:boot:staging" || "%_project" == "openSUSE:Factory" || "%_project" == "openSUSE:Factory:ARM" || "%_project" == "openSUSE:Factory:PowerPC" || "%_project" == "openSUSE:Factory:RISCV" || "%_project" == "openSUSE:Leap:15.2" || "%_project" == "openSUSE:Leap:15.2:ARM" || "%_project" == "openSUSE:Leap:15.2:PowerPC" # A complete multibuild-flavoured package is only built in above projects. # In order to build a defined subset in forked projects, add the # following to the respective project config (without the "#|"):