Release 0.5.3

This commit is contained in:
Vitaliy Filippov
2021-02-03 00:38:57 +03:00
parent 51c0b5afee
commit ca0a11ec85
7 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ ADD . /root/vitastor
RUN set -e; \
cd /root/vitastor/rpm; \
sh build-tarball.sh; \
cp /root/vitastor-0.5.1.el7.tar.gz ~/rpmbuild/SOURCES; \
cp /root/vitastor-0.5.3.el7.tar.gz ~/rpmbuild/SOURCES; \
cp vitastor-el7.spec ~/rpmbuild/SPECS/vitastor.spec; \
cd ~/rpmbuild/SPECS/; \
rpmbuild -ba vitastor.spec; \