Skip to content

Commit

Permalink
- use rpmquery instead of rpmsign to detect rpmv4, as Fedora has a se…
Browse files Browse the repository at this point in the history
…parate package for rpmsign
  • Loading branch information
mlschroe committed Jul 4, 2012
1 parent 8c9431f commit d567d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init_buildsystem
Original file line number Diff line number Diff line change
Expand Up @@ -993,8 +993,8 @@ RPMCHECKOPTS=
RPMCHECKOPTS_HOST=
# on Fedora 10 rpmbuild is in a separate package so we need something else to
# detect rpm4
test -x $BUILD_ROOT/usr/bin/rpmsign && RPMCHECKOPTS="--nodigest --nosignature"
test -x /usr/bin/rpmsign && RPMCHECKOPTS_HOST="--nodigest --nosignature"
test -x $BUILD_ROOT/usr/bin/rpmquery && RPMCHECKOPTS="--nodigest --nosignature"
test -x /usr/bin/rpmquery && RPMCHECKOPTS_HOST="--nodigest --nosignature"

test -x $BUILD_ROOT/sbin/ldconfig && chroot $BUILD_ROOT /sbin/ldconfig 2>&1

Expand Down

0 comments on commit d567d1e

Please sign in to comment.