Commit f8197b2d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated libvirt to 7.4.0

parent 939311bb
all: bridge-netdev bridge-network bind-network
tar xf libvirt-6.4.0.tar.xz
cd libvirt-6.4.0 && mkdir build
cd libvirt-6.4.0/build && ../configure --prefix=/usr
$(MAKE) -C libvirt-6.4.0/build
$(MAKE) -C libvirt-6.4.0/build check
$(MAKE) -C libvirt-6.4.0/build install
rm -rf libvirt-6.4.0
tar xf libvirt-7.4.0.tar.xz
cd libvirt-7.4.0 && mkdir build
cd libvirt-7.4.0/build && meson --prefix=/usr
cd libvirt-7.4.0/build && ninja
cd libvirt-7.4.0/build && ninja test
cd libvirt-7.4.0/build && ninja install
rm -rf libvirt-7.4.0
install -v -m755 -d /etc/libvirt/secrets
install -v -m755 -d /etc/libvirt/storage
......
......@@ -7,6 +7,7 @@ lib
/usr/share/augeas/.*
/usr/share/libvirt/.*
/usr/lib/lib.*
/usr/lib/firewalld/.*
locale
/usr/share/locale/.*
man
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment