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 "#|"):