diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-10-25 12:44:34 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-10-25 14:19:18 +0300 |
commit | 6281e4a215313f74244a6e3b027061d64d65895e (patch) | |
tree | 5a0be8ff8a50074d53adaa4e02a9d48897f9c83b /macros.in | |
parent | 0d36cc3359b873551accf143efd3f41799f3b544 (diff) | |
download | rpm-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.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 #*/ |