Fix test
/Regression/bz1632905-NOKIA-The-output-of-route-A-inet6-does-not
This commit is contained in:
parent
2c70b377e3
commit
5f29ec0bef
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ rlJournalStart
|
|||
if rlIsRHEL '<8'; then
|
||||
rlRun "yum-builddep -y *src.rpm"
|
||||
else
|
||||
rlRun "dnf builddep -y *src.rpm"
|
||||
rlRun "dnf builddep -y --enablerepo=* *src.rpm"
|
||||
fi
|
||||
rlRun "rpm --define='_topdir $TmpDir' -Uvh *src.rpm"
|
||||
rlRun "rpmbuild --define='_topdir $TmpDir' -bp SPECS/${PACKAGE}.spec"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue