Compare commits
No commits in common. "c8" and "imports/c8s/gcc-toolset-10-elfutils-0.182-3.el8" have entirely different histories.
c8
...
imports/c8
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: %{?scl_prefix}elfutils
|
Name: %{?scl_prefix}elfutils
|
||||||
Version: 0.182
|
Version: 0.182
|
||||||
%global baserelease 6
|
%global baserelease 3
|
||||||
Release: %{baserelease}%{?dist}
|
Release: %{baserelease}%{?dist}
|
||||||
URL: http://elfutils.org/
|
URL: http://elfutils.org/
|
||||||
%global source_url ftp://sourceware.org/pub/elfutils/%{version}/
|
%global source_url ftp://sourceware.org/pub/elfutils/%{version}/
|
||||||
@ -76,21 +76,6 @@ BuildRequires: autoconf automake
|
|||||||
# For DTS we never provide the default yama scope.
|
# For DTS we never provide the default yama scope.
|
||||||
%global provide_yama_scope 0
|
%global provide_yama_scope 0
|
||||||
|
|
||||||
# Are we building for a Software Collection?
|
|
||||||
%{?scl:%global is_scl 1}
|
|
||||||
%{!?scl:%global is_scl 0}
|
|
||||||
|
|
||||||
# Remove any pkgconfig provides for SCL devel packages.
|
|
||||||
# These should only be provided by the base packages.
|
|
||||||
# Also remove the pkgconfig requires for libdw because that
|
|
||||||
# includes libelf, which should come from the SCL, not the
|
|
||||||
# base system. The other pkgconfig requires are fine and do
|
|
||||||
# come from base.
|
|
||||||
%if %{is_scl}
|
|
||||||
%define __provides_exclude_from ^%{_libdir}/pkgconfig/.*.pc$
|
|
||||||
%define __requires_exclude_from ^%{_libdir}/pkgconfig/libdw.pc$
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Patches
|
# Patches
|
||||||
|
|
||||||
Patch1: elfutils-0.182-debuginfod-test-fix.patch
|
Patch1: elfutils-0.182-debuginfod-test-fix.patch
|
||||||
@ -442,15 +427,6 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Sep 3 2021 Mark Wielaard <mjw@redhat.com> - 0.182-6
|
|
||||||
- Also use __requires_exclude_from for libdw.pc
|
|
||||||
|
|
||||||
* Thu Jul 29 2021 Mark Wielaard <mjw@redhat.com> - 0.182-5
|
|
||||||
- Use __provides_exclude_from instead of filter_from_provides
|
|
||||||
|
|
||||||
* Thu Jun 29 2021 Mark Wielaard <mjw@redhat.com> - 0.182-4
|
|
||||||
- Filter out pkgconfig provides
|
|
||||||
|
|
||||||
* Wed Nov 11 2020 Mark Wielaard <mjw@redhat.com> - 0.182-3
|
* Wed Nov 11 2020 Mark Wielaard <mjw@redhat.com> - 0.182-3
|
||||||
- Add -lzstd to libdw.so linker script.
|
- Add -lzstd to libdw.so linker script.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user