Compare commits
No commits in common. "c8-beta" and "c9-beta" have entirely different histories.
@ -34,7 +34,7 @@ ExcludeArch: aarch64
|
|||||||
}
|
}
|
||||||
|
|
||||||
# If we're on Fedora or RHEL 9+, we will build the gdb-minimal package.
|
# If we're on Fedora or RHEL 9+, we will build the gdb-minimal package.
|
||||||
%if 0%{?fedora} || 0%{?rhel} > 8
|
%if 0%{?fedora} || (0%{?rhel} > 8 && 0%{!?scl:0})
|
||||||
%global _build_minimal 1
|
%global _build_minimal 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ Version: 11.2
|
|||||||
|
|
||||||
# The release always contains a leading reserved number, start it at 1.
|
# The release always contains a leading reserved number, start it at 1.
|
||||||
# `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
|
# `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
|
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
|
||||||
# Do not provide URL for snapshots as the file lasts there only for 2 days.
|
# Do not provide URL for snapshots as the file lasts there only for 2 days.
|
||||||
@ -285,12 +285,12 @@ BuildRequires: source-highlight-devel
|
|||||||
BuildRequires: xxhash-devel
|
BuildRequires: xxhash-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Special case: on RHEL8, we simply require the system debuginfod.
|
# Special case: on RHEL8+, we simply require the system debuginfod.
|
||||||
# Otherwise, we require the SCL version. Except on RHEL6, where debuginfod
|
# Otherwise, we require the SCL version. Except on RHEL6, where debuginfod
|
||||||
# is not supported at all.
|
# is not supported at all.
|
||||||
%global have_debuginfod 0
|
%global have_debuginfod 0
|
||||||
%global use_scl_for_debuginfod 0
|
%global use_scl_for_debuginfod 0
|
||||||
%if 0%{?rhel} == 8
|
%if 0%{?rhel} >= 8
|
||||||
%global have_debuginfod 1
|
%global have_debuginfod 1
|
||||||
BuildRequires: elfutils-debuginfod-client-devel
|
BuildRequires: elfutils-debuginfod-client-devel
|
||||||
%else
|
%else
|
||||||
@ -1184,14 +1184,17 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 20 2022 Keith Seitz = 11.2-3.el8
|
* Tue Jun 28 2022 Keith Seitz - 11.2-4.el9
|
||||||
- Rebuild.
|
- Do not build -minimal package for GTS.
|
||||||
|
|
||||||
* Tue May 17 2022 Martin Cermak - 11.2-2.el8
|
* Tue Jun 21 2022 Keith Seitz - 11.2-3.el9
|
||||||
- Rebuild with scl prefix.
|
- NVR bump to include {gating,rpminspect}.yaml.
|
||||||
|
|
||||||
* Fri May 13 2022 Keith Seitz - 11.2-1.el8
|
* Mon Jun 13 2022 Keith Seitz - 11.2-2.el9
|
||||||
- Rebase GTS (RH BZ 2077492).
|
- Rebuild w/SCL prefix.
|
||||||
|
|
||||||
|
* Thu Jun 9 2022 Keith Seitz - 11.2-1.el9
|
||||||
|
- Rebase GTS (RH BZ 2077494).
|
||||||
|
|
||||||
* Wed Mar 30 2022 Kevin Buettner - 11.2-3
|
* Wed Mar 30 2022 Kevin Buettner - 11.2-3
|
||||||
- Backport upstream patch which removes sizes from debuginfod download
|
- Backport upstream patch which removes sizes from debuginfod download
|
||||||
|
Loading…
Reference in New Issue
Block a user