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 all: bridge-netdev bridge-network bind-network
tar xf libvirt-6.4.0.tar.xz tar xf libvirt-7.4.0.tar.xz
cd libvirt-6.4.0 && mkdir build cd libvirt-7.4.0 && mkdir build
cd libvirt-6.4.0/build && ../configure --prefix=/usr cd libvirt-7.4.0/build && meson --prefix=/usr
$(MAKE) -C libvirt-6.4.0/build cd libvirt-7.4.0/build && ninja
$(MAKE) -C libvirt-6.4.0/build check cd libvirt-7.4.0/build && ninja test
$(MAKE) -C libvirt-6.4.0/build install cd libvirt-7.4.0/build && ninja install
rm -rf libvirt-6.4.0 rm -rf libvirt-7.4.0
install -v -m755 -d /etc/libvirt/secrets install -v -m755 -d /etc/libvirt/secrets
install -v -m755 -d /etc/libvirt/storage install -v -m755 -d /etc/libvirt/storage
......
...@@ -7,6 +7,7 @@ lib ...@@ -7,6 +7,7 @@ lib
/usr/share/augeas/.* /usr/share/augeas/.*
/usr/share/libvirt/.* /usr/share/libvirt/.*
/usr/lib/lib.* /usr/lib/lib.*
/usr/lib/firewalld/.*
locale locale
/usr/share/locale/.* /usr/share/locale/.*
man 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