From 407c494b746489b5cbf7406ff3008f084c466935 Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Fri, 14 Feb 2025 08:07:38 +0000 Subject: [PATCH] AlmaLinux changes --- SPECS/gcc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/SPECS/gcc.spec b/SPECS/gcc.spec index e2721a9..effc1e9 100644 --- a/SPECS/gcc.spec +++ b/SPECS/gcc.spec @@ -104,7 +104,7 @@ Summary: Various compilers (C, C++, Objective-C, ...) Name: gcc Version: %{gcc_version} -Release: %{gcc_release}%{?dist} +Release: %{gcc_release}%{?dist}.alma.1 # libgcc, libgfortran, libgomp, libstdc++ and crtstuff have # GCC Runtime Exception. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD @@ -1023,7 +1023,7 @@ CC="$CC" CXX="$CXX" CFLAGS="$OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" \ --target nvptx-none --enable-as-accelerator-for=%{gcc_target_platform} \ --enable-languages=c,c++,fortran,lto \ --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \ - --with-bugurl=http://bugzilla.redhat.com/bugzilla \ + --with-bugurl=http://bugs.almalinux.org/ \ --enable-checking=release --with-system-zlib \ --with-gcc-major-version-only --without-isl make %{?_smp_mflags} @@ -1049,7 +1049,7 @@ enablelgo=,go %endif CONFIGURE_OPTS="\ --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \ - --with-bugurl=http://bugzilla.redhat.com/bugzilla \ + --with-bugurl=http://bugs.almalinux.org/ \ --enable-shared --enable-threads=posix --enable-checking=release \ %ifarch ppc64le --enable-targets=powerpcle-linux \ @@ -3338,6 +3338,9 @@ fi %{ANNOBIN_GCC_PLUGIN_DIR}/gcc-annobin.so.0.0.0 %changelog +* Fri Feb 14 2025 Eduard Abdullin - 8.5.0-23.alma.1 +- AlmaLinux changes + * Fri Feb 7 2025 Marek Polacek 8.5.0-23 - rebuild for CVE-2020-11023 (RHEL-78274)