From 6281e4a215313f74244a6e3b027061d64d65895e Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 25 Oct 2010 12:44:34 +0300 Subject: Only specific cases of collections need extra ordering - Add a crude flags system to allow selectively enabling the extra grouping during ordering: currently only sepolicy collection needs this, and its very harmful when applied to more regular collections as it creates truly gigantic dependency loops that rpm has no chance of sorting out sanely. --- macros.in | 1 + 1 file changed, 1 insertion(+) (limited to 'macros.in') diff --git a/macros.in b/macros.in index 63ca234dd..2d0f98ebd 100644 --- a/macros.in +++ b/macros.in @@ -1086,6 +1086,7 @@ done \ %__collection_font %{__plugindir}/exec.so /usr/bin/fc-cache %__collection_java %{__plugindir}/exec.so /usr/bin/rebuild-gcj-db %__collection_sepolicy %{__plugindir}/sepolicy.so +%__collection_sepolicy_flags 1 # \endverbatim #*/ -- cgit v1.2.3