[Rpm-maint] [rpm-software-management/rpm] Remove support for redundant %_filter_GLIBC_PRIVATE mechanism (#1333)

Panu Matilainen notifications at github.com
Tue Aug 18 07:47:04 UTC 2020


This was kinda ugly-but-necessary when added back in 2003 (commit
752cac72e220dcad4e6fce39508e714e59e3e0a1) but entirely redundant
since the "new" dependency generator in rpm >= 4.9.x with arbitrary
filtering support. The handful of packages using it can just as well
achieve the same (and more) without special hacks in rpm with:

	%global __requires_exclude GLIBC_PRIVATE
	%global __provides_exclude GLIBC_PRIVATE
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/1333

-- Commit Summary --

  * Remove support for redundant %_filter_GLIBC_PRIVATE mechanism

-- File Changes --

    M fileattrs/elf.attr (4)
    M macros.in (4)
    M tools/elfdeps.c (11)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/1333.patch
https://github.com/rpm-software-management/rpm/pull/1333.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1333
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200818/1f38bc73/attachment.html>


More information about the Rpm-maint mailing list