View | Details | Raw Unified | Return to bug 40582
Collapse All | Expand All

(-)a/hasher/hsh-sh-cache-chroot-functions (-1 / +2 lines)
Lines 277-282 mkdir -p /sys Link Here
277
rm -f /etc/rpm/macros.db1
277
rm -f /etc/rpm/macros.db1
278
# WORKAROUND: glibc-locales is too large
278
# WORKAROUND: glibc-locales is too large
279
echo '%_install_langs ${install_langs:-$def_install_langs}' >>/etc/rpm/macros
279
echo '%_install_langs ${install_langs:-$def_install_langs}' >>/etc/rpm/macros
280
# Force the treatment of scriptlet errors as expected in install checks in Girar
281
echo '%_rpmscript_werror 1' >>/etc/rpm/macros
280
# /WORKAROUND
282
# /WORKAROUND
281
rpmdb --initdb
283
rpmdb --initdb
282
__EOF__
284
__EOF__
283
- 

Return to bug 40582