rename downloaded file to barrier-2.0.0-Source.tar.gz
This commit is contained in:
parent
fd1d9f1cb4
commit
365bd63bd0
|
@ -10,4 +10,4 @@ RUN yum -y install cmake3 make qt5-qtbase-devel gcc \
|
|||
|
||||
# during the testing period using truatpasteurdotfr/barrier pre-released tarball
|
||||
# final version should use the https://github.com/debauchee/barrier release versions
|
||||
RUN wget https://github.com/truatpasteurdotfr/barrier/archive/v2.0.0-RC2.tar.gz && rpmbuild -ta v2.0.0-RC2.tar.gz | tee rpmbuild.log
|
||||
RUN wget https://github.com/truatpasteurdotfr/barrier/archive/v2.0.0-RC2.tar.gz -o barrier-2.0.0-Source.tar.gz && rpmbuild -ta barrier-2.0.0-Source.tar.gz | tee rpmbuild.log
|
||||
|
|
Loading…
Reference in New Issue