diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-03-31 01:05:03 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-03-31 01:05:03 +0300 |
commit | fb2a6cb031781bc23a5249febf1cf693e92a2403 (patch) | |
tree | 8f587162428566a0e6d5ba4484450c91f518eb96 /macros.in | |
parent | 668a265e8c5b1d55e1e7a013e75fd3c115d431e2 (diff) | |
download | librpm-tizen-fb2a6cb031781bc23a5249febf1cf693e92a2403.tar.gz librpm-tizen-fb2a6cb031781bc23a5249febf1cf693e92a2403.tar.bz2 librpm-tizen-fb2a6cb031781bc23a5249febf1cf693e92a2403.zip |
Make rpmdb index list hard-wired
- We dont grow new indexes every other day, and especially this
is not activity that users need to be able to do
- Gets rid of the hysterical initialization and million can't happen
NULL-checks
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -626,9 +626,6 @@ print (t)\ %{!?_rpmdb_rebuild:%{__dbi_btconfig_current}}\ %{nil} -# The list of tags for which indices will be built. -%_dbi_tags Packages:Name:Basenames:Group:Requirename:Providename:Conflictname:Obsoletename:Triggername:Dirnames:Requireversion:Provideversion:Installtid:Sigmd5:Sha1header:Filedigests:Pubkeys - # "Packages" should have shared/exclusive fcntl(2) lock using "lockdbfd". %_dbi_config_Packages %{_dbi_htconfig} lockdbfd |