import gcc-toolset-12-12.0-5.el8

This commit is contained in:
CentOS Sources 2022-07-02 00:10:49 +00:00 committed by Stepan Oksanichenko
parent 4929c2ad2e
commit 3a4f3f326b
1 changed files with 8 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Summary: Package that installs %scl
Name: %scl_name
Version: 12.0
Release: 3%{?dist}
Release: 5%{?dist}
License: GPLv2+
Group: Applications/File
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -17,6 +17,7 @@ Requires: %{scl_prefix}gcc %{scl_prefix}gcc-c++ %{scl_prefix}gcc-gfortran
Requires: %{scl_prefix}binutils
Requires: %{scl_prefix}gdb
Requires: %{scl_prefix}dwz
Requires: %{scl_prefix}annobin-plugin-gcc
Obsoletes: %{name} < %{version}-%{release}
Obsoletes: %{scl_prefix}dockerfiles < %{version}-%{release}
@ -172,6 +173,12 @@ if [ $1 = 0 ]; then
fi
%changelog
* Wed Jun 29 2022 Marek Polacek <polacek@redhat.com> - 12.0-5
- require -annobin-plugin-gcc (#2102356)
* Mon Jun 13 2022 Marek Polacek <polacek@redhat.com> - 12.0-4
- NVR bump and rebuild
* Fri May 27 2022 Marek Polacek <polacek@redhat.com> - 12.0-3
- use rpm/macros.%{scl}-enable for %enable_devtoolset12 and put it in
the -runtime subpackage (#2009528)