summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-10-25 12:44:34 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-10-25 14:19:18 +0300
commit6281e4a215313f74244a6e3b027061d64d65895e (patch)
tree5a0be8ff8a50074d53adaa4e02a9d48897f9c83b /macros.in
parent0d36cc3359b873551accf143efd3f41799f3b544 (diff)
downloadrpm-6281e4a215313f74244a6e3b027061d64d65895e.tar.gz
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.
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in1
1 files changed, 1 insertions, 0 deletions
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
#*/