From 4da0b3516c6211f681cbb0e25db4e0622dd9ed02099cdf0a3078a2cd63eef19c Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Wed, 13 Oct 2021 12:19:55 +0000 Subject: [PATCH] - Disable libalternatives temporarily for build cycle reasons. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=372 --- binutils.changes | 1 + binutils.spec | 4 +++- cross-aarch64-binutils.changes | 1 + cross-aarch64-binutils.spec | 4 +++- cross-arm-binutils.changes | 1 + cross-arm-binutils.spec | 4 +++- cross-avr-binutils.changes | 1 + cross-avr-binutils.spec | 4 +++- cross-epiphany-binutils.changes | 1 + cross-epiphany-binutils.spec | 4 +++- cross-hppa-binutils.changes | 1 + cross-hppa-binutils.spec | 4 +++- cross-hppa64-binutils.changes | 1 + cross-hppa64-binutils.spec | 4 +++- cross-i386-binutils.changes | 1 + cross-i386-binutils.spec | 4 +++- cross-ia64-binutils.changes | 1 + cross-ia64-binutils.spec | 4 +++- cross-m68k-binutils.changes | 1 + cross-m68k-binutils.spec | 4 +++- cross-mips-binutils.changes | 1 + cross-mips-binutils.spec | 4 +++- cross-ppc-binutils.changes | 1 + cross-ppc-binutils.spec | 4 +++- cross-ppc64-binutils.changes | 1 + cross-ppc64-binutils.spec | 4 +++- cross-ppc64le-binutils.changes | 1 + cross-ppc64le-binutils.spec | 4 +++- cross-riscv64-binutils.changes | 1 + cross-riscv64-binutils.spec | 4 +++- cross-rx-binutils.changes | 1 + cross-rx-binutils.spec | 4 +++- cross-s390-binutils.changes | 1 + cross-s390-binutils.spec | 4 +++- cross-s390x-binutils.changes | 1 + cross-s390x-binutils.spec | 4 +++- cross-sparc-binutils.changes | 1 + cross-sparc-binutils.spec | 4 +++- cross-sparc64-binutils.changes | 1 + cross-sparc64-binutils.spec | 4 +++- cross-spu-binutils.changes | 1 + cross-spu-binutils.spec | 4 +++- cross-x86_64-binutils.changes | 1 + cross-x86_64-binutils.spec | 4 +++- cross-xtensa-binutils.changes | 1 + cross-xtensa-binutils.spec | 4 +++- 46 files changed, 92 insertions(+), 23 deletions(-) diff --git a/binutils.changes b/binutils.changes index 1327226..bbb89cb 100644 --- a/binutils.changes +++ b/binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/binutils.spec b/binutils.spec index 5f7ac23..d1b5c80 100644 --- a/binutils.spec +++ b/binutils.spec @@ -37,7 +37,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-aarch64-binutils.changes b/cross-aarch64-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-aarch64-binutils.spec b/cross-aarch64-binutils.spec index 5a02801..10ec95d 100644 --- a/cross-aarch64-binutils.spec +++ b/cross-aarch64-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index 04956da..aff68fb 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 3103ae7..cf6b6f2 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-epiphany-binutils.changes b/cross-epiphany-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-epiphany-binutils.changes +++ b/cross-epiphany-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-epiphany-binutils.spec b/cross-epiphany-binutils.spec index 70ab959..98cfbd4 100644 --- a/cross-epiphany-binutils.spec +++ b/cross-epiphany-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index fbe4179..5c5683f 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index 4276412..65fcfa2 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index 9d6d6a8..2c20b59 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index 98c06bc..15c4946 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-m68k-binutils.changes b/cross-m68k-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-m68k-binutils.spec b/cross-m68k-binutils.spec index 799190e..486c2ef 100644 --- a/cross-m68k-binutils.spec +++ b/cross-m68k-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index a21d9be..5d667ff 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index 70415ac..ce5da24 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index b1ebea0..9836df9 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-ppc64le-binutils.changes b/cross-ppc64le-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-ppc64le-binutils.spec b/cross-ppc64le-binutils.spec index 118c6f1..94b85cf 100644 --- a/cross-ppc64le-binutils.spec +++ b/cross-ppc64le-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-riscv64-binutils.changes b/cross-riscv64-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-riscv64-binutils.changes +++ b/cross-riscv64-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-riscv64-binutils.spec b/cross-riscv64-binutils.spec index f99672c..08bf15e 100644 --- a/cross-riscv64-binutils.spec +++ b/cross-riscv64-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-rx-binutils.changes b/cross-rx-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-rx-binutils.changes +++ b/cross-rx-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-rx-binutils.spec b/cross-rx-binutils.spec index 53c8601..517c605 100644 --- a/cross-rx-binutils.spec +++ b/cross-rx-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index daf187b..fcce508 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index ab15386..a93c900 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index 6a36c3b..2bc8acd 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-sparc64-binutils.changes b/cross-sparc64-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-sparc64-binutils.spec b/cross-sparc64-binutils.spec index d64e901..03558b7 100644 --- a/cross-sparc64-binutils.spec +++ b/cross-sparc64-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index 21b3d4a..8cb2b8d 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index 5734106..3a19d44 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives diff --git a/cross-xtensa-binutils.changes b/cross-xtensa-binutils.changes index 1327226..bbb89cb 100644 --- a/cross-xtensa-binutils.changes +++ b/cross-xtensa-binutils.changes @@ -2,6 +2,7 @@ Fri Oct 8 14:11:44 UTC 2021 - Michael Matz - Configure with --disable-x86-used-note on old code streams. +- Disable libalternatives temporarily for build cycle reasons. - This state submitted to SLE12 and SLE15 code streams for annual toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618] - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for diff --git a/cross-xtensa-binutils.spec b/cross-xtensa-binutils.spec index 029d76b..a4e0b26 100644 --- a/cross-xtensa-binutils.spec +++ b/cross-xtensa-binutils.spec @@ -40,7 +40,9 @@ BuildRequires: zlib-devel Version: 2.37 Release: 0 -%if 0%{?suse_version} > 1500 +# disable libalternatives for now until it's changed to not +# introduce cmake/cunit-tests into the bootstrap cycle +%if 0 && 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives