From 42d3f9a29e8d42d52eb0e077830156ad849c62ff Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Sun, 24 Feb 2019 11:24:29 -0700 Subject: libaec: fixed a typo IIX --- review.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/review.sh b/review.sh index 82ebad6..4e7e6a0 100755 --- a/review.sh +++ b/review.sh @@ -5,11 +5,12 @@ MOCK_CONFIG="$2" EXIT_CODE=0 H=/travis/$PKG -dnf -q -y install fedora-review spectool sudo +dnf -q -y install fedora-review spectool sudo dnf-plugins-core useradd -d ${H} -g mock review cd /travis/$PKG spectool -g ${PKG}.spec +dnf builddep -y ${PKG}.spec rpmbuild -D"_sourcedir ${PWD}" -D"_srcrpmdir ${PWD}" -D"_rpmdir ${PWD}" -ba ${PKG}.spec mv -v */*.rpm . -- cgit