An attempt to automatically build patched specs inside Docker is mostly broken for now

master
Vitaliy Filippov 2021-12-02 01:50:46 +03:00
parent e6498a52ca
commit a453db9c8e
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# This is an attempt to automatically build patched RPM specs
# More or less broken, better use *.spec.patch for now (and copy src/qemu_driver.c to SOURCES/qemu-vitastor.c)
# Build packages for CentOS 8 inside a container
# cd ..; podman build -t qemu-el8 -v `pwd`/packages:/root/packages -f rpm/qemu-el8.Dockerfile .