Index: head/devel/libvirt/Makefile =================================================================== --- head/devel/libvirt/Makefile (revision 544163) +++ head/devel/libvirt/Makefile (revision 544164) @@ -1,190 +1,190 @@ # Created by: Jason Helfman # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 6.5.0 +PORTVERSION= 6.6.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ MAINTAINER= novel@FreeBSD.org COMMENT= Toolkit to interact with virtualization capabilities LICENSE= LGPL3 LIB_DEPENDS= libcurl.so:ftp/curl \ libgcrypt.so:security/libgcrypt \ libgnutls.so:security/gnutls \ libxml2.so:textproc/libxml2 BUILD_DEPENDS= dnsmasq:dns/dnsmasq \ rst2html:textproc/py-docutils \ xsltproc:textproc/libxslt RUN_DEPENDS= dnsmasq:dns/dnsmasq OPTIONS_DEFINE= DOCS NLS NSS QEMU READLINE SASL LIBSSH LIBSSH2 ZFS OPTIONS_DEFAULT= READLINE LIBSSH LIBSSH2 ZFS OPTIONS_DEFINE_amd64= XEN .if exists(/usr/sbin/bhyve) OPTIONS_DEFINE_amd64+= BHYVE OPTIONS_DEFAULT_amd64+= BHYVE .else PLIST_SUB+= BHYVE="@comment " SUB_LIST+= BHYVE="@comment " CONFIGURE_ARGS+= --without-bhyve .endif QEMU_DESC= QEMU driver BHYVE_DESC= bhyve driver XEN_DESC= Xen support via libxl NSS_DESC= Name Service Switch plugin LIBSSH_DESC= libssh remote transport LIBSSH2_DESC= libssh2 remote transport ZFS_DESC= ZFS storage driver OPTIONS_SUB= yes BHYVE_CONFIGURE_WITH= bhyve QEMU_CONFIGURE_WITH= qemu QEMU_RUN_DEPENDS= dmidecode:sysutils/dmidecode \ qemu-io:emulators/qemu NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_CFLAGS= -I${LOCALBASE}/include NSS_CONFIGURE_WITH= nss-plugin READLINE_CONFIGURE_WITH= readline READLINE_USES= readline SASL_CONFIGURE_WITH= sasl=${LOCALBASE} SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 XEN_CONFIGURE_WITH= libxl XEN_CFLAGS= -I${LOCALBASE}/include XEN_LIB_DEPENDS= libxenlight.so:sysutils/xen-tools LIBSSH_CONFIGURE_WITH= libssh LIBSSH_LIB_DEPENDS= libssh.so:security/libssh LIBSSH2_CONFIGURE_WITH= ssh2 LIBSSH2_LIB_DEPENDS= libssh2.so:security/libssh2 ZFS_CONFIGURE_WITH= storage-zfs VARDIR= /var GNU_CONFIGURE= yes CONFIGURE_ARGS+= \ --without-dbus \ --without-polkit \ --without-hal \ --without-udev \ --without-netcf \ --without-sysctl \ --without-login-shell \ --without-wireshark-dissector \ --localstatedir=${VARDIR} CONFIGURE_OUTSOURCE=yes # random_data fix can be removed when 8.x is eol CONFIGURE_ENV= ac_cv_type_struct_random_data="" # limit production release x.x.x PORTSCOUT= limit:\d+\.\d+\.\d+$$ LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector USES= gnome charsetfix compiler:c++0x cpe gettext-runtime gmake libtool pathfix \ perl5 python:3.6+,build pkgconfig shebangfix tar:xz USE_GNOME= glib20 USE_RC_SUBR= libvirtd virtlogd CPE_VENDOR= redhat USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.6005.0 +SHLIB_VER= 0.6006.0 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} PORTDOCS= * SHEBANG_FILES= src/keycodemapdb/tools/keymap-gen SUB_FILES= pkg-message .include .if ${PORT_OPTIONS:MQEMU} || ${PORT_OPTIONS:MNSS} LIB_DEPENDS+= libyajl.so:devel/yajl CONFIGURE_ARGS+= --with-yajl .else CONFIGURE_ARGS+= --without-yajl .endif .if !${PLIST_SUB:MXEN} PLIST_SUB+= XEN="@comment " .endif CONF_FILES= \ bhyve.conf \ libvirt-admin.conf \ libvirt.conf \ libvirtd.conf \ libxl.conf \ qemu.conf \ virtbhyved.conf \ virtlockd.conf \ virtlogd.conf \ virtnetworkd.conf \ virtproxyd.conf \ virtqemud.conf \ virtsecretd.conf \ virtstoraged.conf \ virtvboxd.conf \ virtxend.conf post-patch: @${REINPLACE_CMD} -e 's|$$(LN_S) ../default.xml default.xml|true|' \ -e 's|$$(DESTDIR)$$(confdir)/qemu/networks|${STAGEDIR}${EXAMPLESDIR}/networks|' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|cp $$(DESTDIR)|cp -f $$(DESTDIR)|' \ ${WRKSRC}/src/Makefile.in post-install: @${RMDIR} ${STAGEDIR}${EXAMPLESDIR}/networks/autostart @${MKDIR} ${STAGEDIR}${ETCDIR}/qemu/networks/autostart @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for doc in AUTHORS ChangeLog INSTALL NEWS.rst README.rst +.for doc in AUTHORS ChangeLog NEWS.rst README.rst ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor .for dir in run/libvirt/network \ run/libvirt/qemu \ run/libvirt/lockd \ log/libvirt/uml \ log/libvirt/qemu \ log/libvirt/lxc \ lib/libvirt/boot \ lib/libvirt/lockd/files \ lib/libvirt/images \ lib/libvirt/dnsmasq \ lib/libvirt/filesystems \ lib/libvirt/network \ lib/libvirt/qemu/channel/target \ cache/libvirt/qemu @${MKDIR} "${STAGEDIR}/${VARDIR}/${dir}" .endfor .for file in ${CONF_FILES} @if test -f ${STAGEDIR}${ETCDIR}/${file}; then \ ${MV} ${STAGEDIR}${ETCDIR}/${file} \ ${STAGEDIR}${ETCDIR}/${file}.sample; fi .endfor .include .if ${ARCH} == amd64 || ${ARCH} == i386 RUN_DEPENDS+= dmidecode:sysutils/dmidecode .endif .include Index: head/devel/libvirt/distinfo =================================================================== --- head/devel/libvirt/distinfo (revision 544163) +++ head/devel/libvirt/distinfo (revision 544164) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593872233 -SHA256 (libvirt-6.5.0.tar.xz) = 4915d9eab299ed79288d7598b717c587156708c05f701fe55a72293f32eb3182 -SIZE (libvirt-6.5.0.tar.xz) = 9407160 +TIMESTAMP = 1596469428 +SHA256 (libvirt-6.6.0.tar.xz) = 94e52ddd2d71b650e1a7eb5ab7e651f9607ecee207891216714020b8ff081ef9 +SIZE (libvirt-6.6.0.tar.xz) = 9305836 Index: head/devel/libvirt/files/patch-src_cpu_cpu__arm.c =================================================================== --- head/devel/libvirt/files/patch-src_cpu_cpu__arm.c (revision 544163) +++ head/devel/libvirt/files/patch-src_cpu_cpu__arm.c (nonexistent) @@ -1,39 +0,0 @@ ---- src/cpu/cpu_arm.c.orig 2020-07-02 18:19:46 UTC -+++ src/cpu/cpu_arm.c -@@ -22,7 +22,9 @@ - - #include - #if defined(__aarch64__) --# include -+# if defined(__linux__) -+# include -+# endif - # include - #endif - -@@ -518,11 +520,13 @@ virCPUarmCpuDataFromRegs(virCPUarmData *data) - int cpu_feature_index = 0; - size_t i; - -+#if defined(__linux__) - if (!(getauxval(AT_HWCAP) & HWCAP_CPUID)) { - virReportError(VIR_ERR_INTERNAL_ERROR, "%s", - _("CPUID registers unavailable")); - return -1; - } -+#endif - - /* read the cpuid data from MIDR_EL1 register */ - asm("mrs %0, MIDR_EL1" : "=r" (cpuid)); -@@ -533,7 +537,11 @@ virCPUarmCpuDataFromRegs(virCPUarmData *data) - /* parse the coresponding vendor_id bits */ - data->vendor_id = (cpuid >> 24) & 0xff; - -+#if defined(__linux__) - hwcaps = getauxval(AT_HWCAP); -+#elif defined(__FreeBSD__) -+ elf_aux_info(AT_HWCAP, &hwcaps, sizeof(u_long)); -+#endif - VIR_DEBUG("CPU flags read from register: 0x%016lx", hwcaps); - - features = g_new0(char *, MAX_CPU_FLAGS + 1); Property changes on: head/devel/libvirt/files/patch-src_cpu_cpu__arm.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libvirt/pkg-plist =================================================================== --- head/devel/libvirt/pkg-plist (revision 544163) +++ head/devel/libvirt/pkg-plist (revision 544164) @@ -1,315 +1,317 @@ bin/virsh bin/virt-admin bin/virt-host-validate bin/virt-pki-validate +%%QEMU%%bin/virt-qemu-run bin/virt-xml-validate %%BHYVE%%sbin/virtbhyved sbin/virtnetworkd sbin/virtproxyd %%QEMU%%sbin/virtqemud sbin/virtsecretd sbin/virtstoraged sbin/virtvboxd %%XEN%%sbin/virtxend man/man1/virsh.1.gz man/man1/virt-admin.1.gz man/man1/virt-host-validate.1.gz man/man1/virt-pki-validate.1.gz +%%QEMU%%man/man1/virt-qemu-run.1.gz man/man1/virt-xml-validate.1.gz man/man7/virkeycode-atset1.7.gz man/man7/virkeycode-atset2.7.gz man/man7/virkeycode-atset3.7.gz man/man7/virkeycode-linux.7.gz man/man7/virkeycode-osx.7.gz man/man7/virkeycode-qnum.7.gz man/man7/virkeycode-usb.7.gz man/man7/virkeycode-win32.7.gz man/man7/virkeycode-xtkbd.7.gz man/man7/virkeyname-linux.7.gz man/man7/virkeyname-osx.7.gz man/man7/virkeyname-win32.7.gz man/man8/libvirtd.8.gz man/man8/virtlockd.8.gz man/man8/virtlogd.8.gz @sample %%ETCDIR%%/libvirt-admin.conf.sample @sample %%ETCDIR%%/libvirt.conf.sample @sample %%ETCDIR%%/libvirtd.conf.sample %%BHYVE%%@sample %%ETCDIR%%/virtbhyved.conf.sample @sample %%ETCDIR%%/virtlockd.conf.sample @sample %%ETCDIR%%/virtlogd.conf.sample @sample %%ETCDIR%%/virtnetworkd.conf.sample @sample %%ETCDIR%%/virtproxyd.conf.sample %%QEMU%%@sample %%ETCDIR%%/virtqemud.conf.sample @sample %%ETCDIR%%/virtsecretd.conf.sample @sample %%ETCDIR%%/virtstoraged.conf.sample @sample %%ETCDIR%%/virtvboxd.conf.sample %%XEN%%@sample %%ETCDIR%%/virtxend.conf.sample %%EXAMPLESDIR%%/networks/default.xml %%BHYVE%%@sample %%ETCDIR%%/bhyve.conf.sample %%QEMU%%@sample %%ETCDIR%%/qemu.conf.sample %%XEN%%@sample %%ETCDIR%%/libxl.conf.sample %%QEMU%%%%ETCDIR%%/qemu-lockd.conf %%XEN%%%%ETCDIR%%/libxl-lockd.conf %%SASL%%etc/sasl2/libvirt.conf etc/logrotate.d/libvirtd etc/logrotate.d/libvirtd.lxc etc/logrotate.d/libvirtd.qemu etc/logrotate.d/libvirtd.libxl include/libvirt/libvirt-admin.h include/libvirt/libvirt-common.h include/libvirt/libvirt-domain-checkpoint.h include/libvirt/libvirt-domain-snapshot.h include/libvirt/libvirt-domain.h include/libvirt/libvirt-event.h include/libvirt/libvirt-host.h include/libvirt/libvirt-interface.h include/libvirt/libvirt-lxc.h include/libvirt/libvirt-network.h include/libvirt/libvirt-nodedev.h include/libvirt/libvirt-nwfilter.h include/libvirt/libvirt-qemu.h include/libvirt/libvirt-secret.h include/libvirt/libvirt-storage.h include/libvirt/libvirt-stream.h include/libvirt/libvirt.h include/libvirt/virterror.h lib/libvirt/lock-driver/lockd.so lib/libvirt-admin.so lib/libvirt-admin.so.0 lib/libvirt-admin.so.%%SHLIB_VER%% lib/libvirt-lxc.so lib/libvirt-lxc.so.0 lib/libvirt-lxc.so.%%SHLIB_VER%% lib/libvirt-qemu.so lib/libvirt-qemu.so.0 lib/libvirt-qemu.so.%%SHLIB_VER%% lib/libvirt.so lib/libvirt.so.0 lib/libvirt.so.%%SHLIB_VER%% %%NSS%%lib/libnss_libvirt.so.1 %%NSS%%lib/libnss_libvirt_guest.so.1 %%NSS%%lib/nss_libvirt.so.1 %%NSS%%lib/nss_libvirt_guest.so.1 libdata/pkgconfig/libvirt-admin.pc libdata/pkgconfig/libvirt-lxc.pc libdata/pkgconfig/libvirt-qemu.pc libdata/pkgconfig/libvirt.pc libexec/libvirt-guests.sh libexec/libvirt_iohelper libexec/libvirt_leaseshelper sbin/libvirtd sbin/virtlockd sbin/virtlogd share/augeas/lenses/libvirt_lockd.aug share/augeas/lenses/libvirtd.aug %%BHYVE%%share/augeas/lenses/libvirtd_bhyve.aug share/augeas/lenses/virtlockd.aug share/augeas/lenses/virtlogd.aug %%QEMU%%share/augeas/lenses/libvirtd_qemu.aug %%QEMU%%share/augeas/lenses/tests/test_libvirt_lockd.aug share/augeas/lenses/tests/test_libvirtd.aug %%BHYVE%%share/augeas/lenses/tests/test_virtbhyved.aug share/augeas/lenses/tests/test_virtlockd.aug share/augeas/lenses/tests/test_virtlogd.aug share/augeas/lenses/tests/test_virtnetworkd.aug share/augeas/lenses/tests/test_virtproxyd.aug %%QEMU%%share/augeas/lenses/tests/test_virtqemud.aug share/augeas/lenses/tests/test_virtsecretd.aug share/augeas/lenses/tests/test_virtstoraged.aug share/augeas/lenses/tests/test_virtvboxd.aug %%BHYVE%%share/augeas/lenses/virtbhyved.aug share/augeas/lenses/virtnetworkd.aug share/augeas/lenses/virtproxyd.aug %%QEMU%%share/augeas/lenses/virtqemud.aug share/augeas/lenses/virtsecretd.aug share/augeas/lenses/virtstoraged.aug share/augeas/lenses/virtvboxd.aug %%BHYVE%%share/augeas/lenses/tests/test_libvirtd_bhyve.aug %%QEMU%%share/augeas/lenses/tests/test_libvirtd_qemu.aug %%XEN%%share/augeas/lenses/libvirtd_libxl.aug %%XEN%%share/augeas/lenses/tests/test_libvirtd_libxl.aug %%XEN%%share/augeas/lenses/tests/test_virtxend.aug %%XEN%%share/augeas/lenses/virtxend.aug %%DATADIR%%/api/libvirt-admin-api.xml %%DATADIR%%/api/libvirt-api.xml %%DATADIR%%/api/libvirt-lxc-api.xml %%DATADIR%%/api/libvirt-qemu-api.xml %%DATADIR%%/cpu_map/arm_Falkor.xml %%DATADIR%%/cpu_map/arm_Kunpeng-920.xml %%DATADIR%%/cpu_map/arm_ThunderX299xx.xml %%DATADIR%%/cpu_map/arm_cortex-a53.xml %%DATADIR%%/cpu_map/arm_cortex-a57.xml %%DATADIR%%/cpu_map/arm_cortex-a72.xml %%DATADIR%%/cpu_map/arm_features.xml %%DATADIR%%/cpu_map/arm_vendors.xml %%DATADIR%%/cpu_map/index.xml %%DATADIR%%/cpu_map/ppc64_POWER6.xml %%DATADIR%%/cpu_map/ppc64_POWER7.xml %%DATADIR%%/cpu_map/ppc64_POWER8.xml %%DATADIR%%/cpu_map/ppc64_POWER9.xml %%DATADIR%%/cpu_map/ppc64_POWERPC_e5500.xml %%DATADIR%%/cpu_map/ppc64_POWERPC_e6500.xml %%DATADIR%%/cpu_map/ppc64_vendors.xml %%DATADIR%%/cpu_map/x86_486.xml %%DATADIR%%/cpu_map/x86_Broadwell-IBRS.xml %%DATADIR%%/cpu_map/x86_Broadwell-noTSX-IBRS.xml %%DATADIR%%/cpu_map/x86_Broadwell-noTSX.xml %%DATADIR%%/cpu_map/x86_Broadwell.xml %%DATADIR%%/cpu_map/x86_Cascadelake-Server-noTSX.xml %%DATADIR%%/cpu_map/x86_Cascadelake-Server.xml %%DATADIR%%/cpu_map/x86_Conroe.xml %%DATADIR%%/cpu_map/x86_Cooperlake.xml %%DATADIR%%/cpu_map/x86_Dhyana.xml %%DATADIR%%/cpu_map/x86_EPYC-IBPB.xml %%DATADIR%%/cpu_map/x86_EPYC.xml %%DATADIR%%/cpu_map/x86_Haswell-IBRS.xml %%DATADIR%%/cpu_map/x86_Haswell-noTSX-IBRS.xml %%DATADIR%%/cpu_map/x86_Haswell-noTSX.xml %%DATADIR%%/cpu_map/x86_Haswell.xml %%DATADIR%%/cpu_map/x86_Icelake-Client-noTSX.xml %%DATADIR%%/cpu_map/x86_Icelake-Client.xml %%DATADIR%%/cpu_map/x86_Icelake-Server-noTSX.xml %%DATADIR%%/cpu_map/x86_Icelake-Server.xml %%DATADIR%%/cpu_map/x86_IvyBridge-IBRS.xml %%DATADIR%%/cpu_map/x86_IvyBridge.xml %%DATADIR%%/cpu_map/x86_Nehalem-IBRS.xml %%DATADIR%%/cpu_map/x86_Nehalem.xml %%DATADIR%%/cpu_map/x86_Opteron_G1.xml %%DATADIR%%/cpu_map/x86_Opteron_G2.xml %%DATADIR%%/cpu_map/x86_Opteron_G3.xml %%DATADIR%%/cpu_map/x86_Opteron_G4.xml %%DATADIR%%/cpu_map/x86_Opteron_G5.xml %%DATADIR%%/cpu_map/x86_Penryn.xml %%DATADIR%%/cpu_map/x86_SandyBridge-IBRS.xml %%DATADIR%%/cpu_map/x86_SandyBridge.xml %%DATADIR%%/cpu_map/x86_Skylake-Client-IBRS.xml %%DATADIR%%/cpu_map/x86_Skylake-Client-noTSX-IBRS.xml %%DATADIR%%/cpu_map/x86_Skylake-Client.xml %%DATADIR%%/cpu_map/x86_Skylake-Server-IBRS.xml %%DATADIR%%/cpu_map/x86_Skylake-Server-noTSX-IBRS.xml %%DATADIR%%/cpu_map/x86_Skylake-Server.xml %%DATADIR%%/cpu_map/x86_Westmere-IBRS.xml %%DATADIR%%/cpu_map/x86_Westmere.xml %%DATADIR%%/cpu_map/x86_athlon.xml %%DATADIR%%/cpu_map/x86_core2duo.xml %%DATADIR%%/cpu_map/x86_coreduo.xml %%DATADIR%%/cpu_map/x86_cpu64-rhel5.xml %%DATADIR%%/cpu_map/x86_cpu64-rhel6.xml %%DATADIR%%/cpu_map/x86_features.xml %%DATADIR%%/cpu_map/x86_kvm32.xml %%DATADIR%%/cpu_map/x86_kvm64.xml %%DATADIR%%/cpu_map/x86_n270.xml %%DATADIR%%/cpu_map/x86_pentium.xml %%DATADIR%%/cpu_map/x86_pentium2.xml %%DATADIR%%/cpu_map/x86_pentium3.xml %%DATADIR%%/cpu_map/x86_pentiumpro.xml %%DATADIR%%/cpu_map/x86_phenom.xml %%DATADIR%%/cpu_map/x86_qemu32.xml %%DATADIR%%/cpu_map/x86_qemu64.xml %%DATADIR%%/cpu_map/x86_vendors.xml %%DATADIR%%/schemas/basictypes.rng %%DATADIR%%/schemas/capability.rng %%DATADIR%%/schemas/cputypes.rng %%DATADIR%%/schemas/domain.rng %%DATADIR%%/schemas/domainbackup.rng %%DATADIR%%/schemas/domaincaps.rng %%DATADIR%%/schemas/domaincheckpoint.rng %%DATADIR%%/schemas/domaincommon.rng %%DATADIR%%/schemas/domainsnapshot.rng %%DATADIR%%/schemas/interface.rng %%DATADIR%%/schemas/network.rng %%DATADIR%%/schemas/networkcommon.rng %%DATADIR%%/schemas/networkport.rng %%DATADIR%%/schemas/nodedev.rng %%DATADIR%%/schemas/nwfilter.rng %%DATADIR%%/schemas/nwfilter_params.rng %%DATADIR%%/schemas/nwfilterbinding.rng %%DATADIR%%/schemas/secret.rng %%DATADIR%%/schemas/storagecommon.rng %%DATADIR%%/schemas/storagepool.rng %%DATADIR%%/schemas/storagepoolcaps.rng %%DATADIR%%/schemas/storagevol.rng %%DATADIR%%/test-screenshot.png %%NLS%%share/locale/as/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/bg/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/bn_IN/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/bs/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ca/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/cs/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/da/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/de/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/el/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/es/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/fi/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/fr/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/gu/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/hi/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/hu/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/id/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/it/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ja/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/kn/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ko/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/mk/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ml/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/mr/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ms/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/nb/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/nl/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/or/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/pa/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/pl/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/pt/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ru/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/sr/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/sv/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ta/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/te/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/uk/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/vi/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/libvirt.mo %%BHYVE%%lib/libvirt/connection-driver/libvirt_driver_bhyve.so %%QEMU%%lib/libvirt/connection-driver/libvirt_driver_qemu.so lib/libvirt/connection-driver/libvirt_driver_network.so lib/libvirt/connection-driver/libvirt_driver_secret.so lib/libvirt/connection-driver/libvirt_driver_storage.so lib/libvirt/connection-driver/libvirt_driver_vbox.so %%XEN%%lib/libvirt/connection-driver/libvirt_driver_libxl.so lib/libvirt/storage-backend/libvirt_storage_backend_fs.so %%ZFS%%lib/libvirt/storage-backend/libvirt_storage_backend_zfs.so lib/libvirt/storage-file/libvirt_storage_file_fs.so %%QEMU%%@dir /var/cache/libvirt/qemu %%QEMU%%@dir /var/lib/libvirt/qemu/channel/target %%QEMU%%@dir /var/lib/libvirt/qemu/channel %%QEMU%%@dir /var/lib/libvirt/qemu %%QEMU%%@dir /var/lib/libvirt/swtpm %%QEMU%%@dir /var/log/swtpm/libvirt/qemu %%QEMU%%@dir /var/log/swtpm/libvirt %%QEMU%%@dir /var/log/swtpm %%QEMU%%@dir /var/run/libvirt/qemu/swtpm %%QEMU%%@dir /var/run/libvirt/qemu %%XEN%%@dir /var/lib/libvirt/libxl %%XEN%%@dir /var/log/libvirt/libxl %%XEN%%@dir /var/run/libvirt/libxl @dir %%ETCDIR%%/qemu/networks/autostart @dir /var/cache/libvirt @dir /var/lib/libvirt/boot @dir /var/lib/libvirt/dnsmasq @dir /var/lib/libvirt/filesystems @dir /var/lib/libvirt/images @dir /var/lib/libvirt/lockd/files @dir /var/lib/libvirt/lockd @dir /var/lib/libvirt/network @dir /var/lib/libvirt @dir /var/lib @dir /var/log/libvirt/lxc @dir /var/log/libvirt/qemu @dir /var/log/libvirt/uml @dir /var/log/libvirt @dir /var/run/libvirt/lockd @dir /var/run/libvirt/network @dir /var/run/libvirt