Show the srpm nvr

This commit is contained in:
Martin Cermak 2022-02-03 14:04:50 +01:00
commit d4367ce9d8

View file

@ -52,6 +52,7 @@ rlJournalStart
rlPhaseEnd
rlPhaseStartSetup "build boost"
rlRun "ls -l *.src.rpm"
rlRun "rpm -D \"_topdir $TmpDir\" -U *.src.rpm"
rlRun "dnf builddep -y $TmpDir/SPECS/*.spec"
rlRun "su -c 'rpmbuild -D \"_topdir $TmpDir\" -bp $TmpDir/SPECS/*.spec &>$TmpDir/rpmbuild.log' $BUILD_USER"