rpm/tools
Panu Matilainen a527ffdf84 Remove support for redundant %_filter_GLIBC_PRIVATE mechanism
This was kinda ugly-but-necessary when added back in 2003 (commit
752cac72e2) 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
2020-08-19 10:34:13 +03:00
..
debugedit.c debugedit: Fix missing relocation of .debug_types section. 2020-08-12 11:21:13 +03:00
elfdeps.c Remove support for redundant %_filter_GLIBC_PRIVATE mechanism 2020-08-19 10:34:13 +03:00
hashtab.c Expand private include file names to be relative to $(top_srcdir) 2007-11-23 11:47:48 +01:00
hashtab.h Debug package patch. 2002-10-18 16:01:59 +00:00
rpmdeps.c Add OrderWithRequires dependency generation 2020-06-09 12:37:23 +02:00
rpmgraph.c Split cli verification flags out of qva_flags 2017-11-14 11:12:04 +02:00
sepdebugcrcfix.c Fix sepdebugcrcfix compilation on platforms without MAP_POPULATE 2020-01-14 12:37:41 +02:00