diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-02 11:06:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-02 11:06:05 +0000 |
commit | 86f33b722713171a2395691dd996c4db436c91e8 (patch) | |
tree | 3b9d82be70ba890e44843a9d14114171a48c5da3 | |
parent | 9e4e5afc17b25e126378140e89ee9d73f984c7b0 (diff) | |
download | rpm-setup-86f33b722713171a2395691dd996c4db436c91e8.tar rpm-setup-86f33b722713171a2395691dd996c4db436c91e8.tar.gz rpm-setup-86f33b722713171a2395691dd996c4db436c91e8.tar.bz2 rpm-setup-86f33b722713171a2395691dd996c4db436c91e8.tar.xz rpm-setup-86f33b722713171a2395691dd996c4db436c91e8.zip |
tell rpmlib to open all indices before doing chroot.
fixes "db4 error"s like #31922, and may fix #31873
-rw-r--r-- | macros.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -397,6 +397,10 @@ then %{_scrollkeeper_bin} -q || true ; fi \ # binary packages. # +# Open all indices before doing chroot(2). +# +%_openall_before_chroot 1 + %_repackage_all_erasures 0 %_query_all_fmt %%{name}-%%{version}-%%{release} |