File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ function rpm_prepare_offline {
3131 cp /usr/lib/rpm/rpmrc ${RPMTEST} /usr/lib/rpm/rpmrc
3232 cp /usr/lib/rpm/macros ${RPMTEST} /usr/lib/rpm/macros
3333 rpm_build
34- rpm -i ${RPMBUILD} /RPMS/noarch/foobar-1.0-1.noarch.rpm --badreloc --relocate=" /etc=${RPMTEST} /etc/" --dbpath=" ${RPMTEST}${RPMDB_PATH} "
35- rpm -i ${RPMBUILD} /RPMS/noarch/foo-1.0-1.noarch.rpm --badreloc --relocate=" /etc=${RPMTEST} /etc/" --dbpath=" ${RPMTEST}${RPMDB_PATH} "
34+ rpm -i --nosignature ${RPMBUILD} /RPMS/noarch/foobar-1.0-1.noarch.rpm --badreloc --relocate=" /etc=${RPMTEST} /etc/" --dbpath=" ${RPMTEST}${RPMDB_PATH} "
35+ rpm -i --nosignature ${RPMBUILD} /RPMS/noarch/foo-1.0-1.noarch.rpm --badreloc --relocate=" /etc=${RPMTEST} /etc/" --dbpath=" ${RPMTEST}${RPMDB_PATH} "
3636}
3737
3838function rpm_cleanup_offline {
You can’t perform that action at this time.
0 commit comments