Compare commits
No commits in common. "c10s" and "c8s" have entirely different histories.
@ -1,7 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
|
@ -8,7 +8,7 @@ BuildRequires: scl-utils-build
|
||||
Summary: Package that installs %scl
|
||||
Name: %scl_name
|
||||
Version: 14.0
|
||||
Release: 1%{?dist}
|
||||
Release: 0%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/File
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -19,9 +19,7 @@ Source2: gts-annobin-plugin-select.sh
|
||||
Requires: %{scl_prefix}runtime
|
||||
Requires: %{scl_prefix}gcc %{scl_prefix}gcc-c++ %{scl_prefix}gcc-gfortran
|
||||
Requires: %{scl_prefix}binutils
|
||||
%if 0%{?rhel} <= 8
|
||||
Requires: %{scl_prefix}gdb
|
||||
%endif
|
||||
Requires: %{scl_prefix}dwz
|
||||
Requires: %{scl_prefix}annobin-plugin-gcc
|
||||
Obsoletes: %{name} < %{version}-%{release}
|
||||
@ -191,11 +189,8 @@ if [ $1 = 0 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Wed Aug 14 2024 Marek Polacek <polacek@redhat.com> - 14.0-1
|
||||
- don't require gdb on RHEL9 (RHEL-54245)
|
||||
|
||||
* Mon Apr 29 2024 Marek Polacek <polacek@redhat.com> - 14.0-0
|
||||
- update to GTS 14 (RHEL-34748)
|
||||
- update to GTS 14 (RHEL-34596)
|
||||
|
||||
* Thu Aug 3 2023 Marek Polacek <polacek@redhat.com> - 13.0-2
|
||||
- require GTS 13 packages (#2217520)
|
||||
|
Loading…
Reference in New Issue
Block a user