Release 0.5.13

Another followup to 0.5.11
This commit is contained in:
Vitaliy Filippov
2021-04-09 12:10:16 +03:00
parent 18c72f4835
commit ec90fe6ec1
7 changed files with 14 additions and 14 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.12.el7.tar.gz ~/rpmbuild/SOURCES; \
cp /root/vitastor-0.5.13.el7.tar.gz ~/rpmbuild/SOURCES; \
cp vitastor-el7.spec ~/rpmbuild/SPECS/vitastor.spec; \
cd ~/rpmbuild/SPECS/; \
rpmbuild -ba vitastor.spec; \