bump NEVRA to avoid build conflict

Related: RHEL-21071
This commit is contained in:
Patrick Palka 2024-01-12 15:42:32 -05:00
parent 3d5b646fe1
commit cf2be56047

View File

@ -33,7 +33,7 @@ Summary: C++ compatibility runtime library for SAP applications
Name: %{?scl_prefix}c++-12
ExclusiveArch: x86_64 ppc64le s390x
Version: %{gcc_version}
Release: %{gcc_release}.1%{?dist}
Release: %{gcc_release}.2%{?dist}
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
# GCC Runtime Exception.
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
@ -575,6 +575,9 @@ fi
%end
%changelog
* Fri Jan 12 2024 Patrick Palka <ppalka@redhat.com> 12.1.1-1.2
- New build with updated version to avoid version conflict (RHEL-21071)
* Thu Jan 11 2024 Patrick Palka <ppalka@redhat.com> 12.1.1-1.1
- provide /opt/rh/SAP/lib64/libstdc++.so.6 symlink (RHEL-21071)