Release 0.6.8

- Build separate packages for OSD, monitor, client, C header, fio and QEMU drivers
  instead of one package which included everything
This commit is contained in:
Vitaliy Filippov
2021-11-15 00:49:21 +03:00
parent 75b47a6298
commit 920345f7b6
14 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ ADD . /root/vitastor
RUN set -e; \
cd /root/vitastor/rpm; \
sh build-tarball.sh; \
cp /root/vitastor-0.6.7.el7.tar.gz ~/rpmbuild/SOURCES; \
cp /root/vitastor-0.6.8.el7.tar.gz ~/rpmbuild/SOURCES; \
cp vitastor-el7.spec ~/rpmbuild/SPECS/vitastor.spec; \
cd ~/rpmbuild/SPECS/; \
rpmbuild -ba vitastor.spec; \