rename downloaded file to barrier-2.0.0-Source.tar.gz

This commit is contained in:
Tru Huynh (pasteur.fr) 2018-03-23 19:59:00 +01:00
parent fd1d9f1cb4
commit 365bd63bd0
1 changed files with 1 additions and 1 deletions

View File

@ -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