Index: head/devel/libvirt/Makefile =================================================================== --- head/devel/libvirt/Makefile (revision 567314) +++ head/devel/libvirt/Makefile (revision 567315) @@ -1,189 +1,189 @@ # Created by: Jason Helfman # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 7.0.0 +PORTVERSION= 7.1.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-${PYTHON_VER}:textproc/py-docutils@${PY_FLAVOR} \ 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 " MESON_ARGS+= -Ddriver_bhyve=disabled .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_MESON_ENABLED= driver_bhyve QEMU_MESON_ENABLED= driver_qemu QEMU_RUN_DEPENDS= dmidecode:sysutils/dmidecode \ qemu-io:emulators/qemu NLS_USES= gettext NLS_MESON_ENABLED= nls NLS_CFLAGS= -I${LOCALBASE}/include NSS_MESON_ENABLED= nss READLINE_MESON_ENABLED= readline READLINE_USES= readline SASL_MESON_ENABLED= sasl SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 XEN_MESON_ENABLED= driver_libxl XEN_CFLAGS= -I${LOCALBASE}/include XEN_LIB_DEPENDS= libxenlight.so:sysutils/xen-tools LIBSSH_MESON_ENABLED= libssh LIBSSH_LIB_DEPENDS= libssh.so:security/libssh LIBSSH2_MESON_ENABLED= libssh2 LIBSSH2_LIB_DEPENDS= libssh2.so:security/libssh2 ZFS_MESON_ENABLED= storage_zfs VARDIR= /var MESON_ARGS+= \ -Ddbus=disabled \ -Dpolkit=disabled \ -Dhal=disabled \ -Dudev=disabled \ -Dnetcf=disabled \ -Dsysctl_config=disabled \ -Dlogin_shell=disabled \ -Dwireshark_dissector=disabled \ -Dinit_script=none \ -Dbash_completion=disabled \ -Dlocalstatedir=${VARDIR} # 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 \ meson 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.7000.0 +SHLIB_VER= 0.7001.0 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} PORTDOCS= * SHEBANG_FILES= src/keycodemapdb/tools/keymap-gen BINARY_ALIAS= python3=${PYTHON_CMD} \ rst2man.py=rst2man.py-${PYTHON_VER} \ rst2html5.py=rst2html5.py-${PYTHON_VER} SUB_FILES= pkg-message .include .if ${PORT_OPTIONS:MQEMU} || ${PORT_OPTIONS:MNSS} LIB_DEPENDS+= libyajl.so:devel/yajl MESON_ARGS+= -Dyajl=enabled .else MESON_ARGS+= -Dyajl=disabled .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|HAVE_BSD_NSS|WITH_BSD_NSS|' \ ${WRKSRC}/tools/nss/libvirt_nss.c \ ${WRKSRC}/tools/nss/libvirt_nss.h post-install: @${MKDIR} ${STAGEDIR}${ETCDIR}/qemu/networks/autostart @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in AUTHORS.rst 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 567314) +++ head/devel/libvirt/distinfo (revision 567315) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611050862 -SHA256 (libvirt-7.0.0.tar.xz) = ca3833844d08c22867f1d1a46edc36bda7d6fe1a4f267e7d77100b79fc9ddd89 -SIZE (libvirt-7.0.0.tar.xz) = 8567648 +TIMESTAMP = 1614610282 +SHA256 (libvirt-7.1.0.tar.xz) = 870f180d80256411c5afc39bc5aac4f8acca04a4e0725c576ad24053dc64a06c +SIZE (libvirt-7.1.0.tar.xz) = 8645944 Index: head/devel/libvirt/files/patch-src_util_meson.build =================================================================== --- head/devel/libvirt/files/patch-src_util_meson.build (nonexistent) +++ head/devel/libvirt/files/patch-src_util_meson.build (revision 567315) @@ -0,0 +1,11 @@ +--- src/util/meson.build.orig 2021-03-01 10:56:13 UTC ++++ src/util/meson.build +@@ -168,6 +168,8 @@ foreach name : keyname_list + ) + endforeach + ++keycode_dep = declare_dependency(sources: keycode_gen_sources) ++ + io_helper_sources = [ + 'iohelper.c', + ] Property changes on: head/devel/libvirt/files/patch-src_util_meson.build ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/libvirt/files/patch-tools_meson.build =================================================================== --- head/devel/libvirt/files/patch-tools_meson.build (nonexistent) +++ head/devel/libvirt/files/patch-tools_meson.build (revision 567315) @@ -0,0 +1,10 @@ +--- tools/meson.build.orig 2021-03-01 10:56:13 UTC ++++ tools/meson.build +@@ -186,6 +186,7 @@ executable( + tools_dep, + readline_dep, + thread_dep, ++ keycode_dep, + ], + link_args: [ + coverage_flags, Property changes on: head/devel/libvirt/files/patch-tools_meson.build ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/libvirt/pkg-plist =================================================================== --- head/devel/libvirt/pkg-plist (revision 567314) +++ head/devel/libvirt/pkg-plist (revision 567315) @@ -1,321 +1,330 @@ bin/virsh bin/virt-admin bin/virt-host-validate bin/virt-pki-validate bin/virt-ssh-helper %%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 +man/man8/virtnetworkd.8.gz +man/man8/virtproxyd.8.gz +man/man8/virtsecretd.8.gz +man/man8/virtstoraged.8.gz +man/man8/virtvboxd.8.gz +%%BHYVE%%man/man8/virtbhyved.8.gz +%%QEMU%%man/man8/virtqemud.8.gz +%%XEN%%man/man8/virtxend.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/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_FT-2000plus.xml %%DATADIR%%/cpu_map/arm_Falkor.xml %%DATADIR%%/cpu_map/arm_Kunpeng-920.xml %%DATADIR%%/cpu_map/arm_Tengyun-S2500.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-Rome.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_Snowridge.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/cpu.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/tr/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