libvirt-daemon-config-network-7.1.0-4.hs.el8 >  H `t **=@ rz-]6֘-`Ch kSF3'1 ygѲu]vQ =Iht%o|ʠ0ݟAj/'>uFluO,`aZ@T@mNv]{Pv/ NM d8ϝH?ΐ庽hӽvʑ_6أN$6THirVbD5ͮR$\aH=SiA&Կ&|yX,F9Xj-=sahԑe;{^M`dܣTg6[FΓA:x<Ss`1JHu-x+9@ Y;|u#>p= ?d & / c P` h p   0@D(8!9 !:i!>RG\HlI|XY\]^bXdefltuvClibvirt-daemon-config-network7.1.04.hs.el8Default configuration files for the libvirtd daemonDefault configuration files for setting up NAT based networking`Ix86-07.rdu2.centos.orgCentOSCentOSLGPLv2+CBS Unspecifiedhttps://libvirt.org/linuxx86_64if test $1 -eq 1 && test ! -f /etc/libvirt/qemu/networks/default.xml ; then # see if the network used by default network creates a conflict, # and try to resolve it # NB: 192.168.122.0/24 is used in the default.xml template file; # do not modify any of those values here without also modifying # them in the template. orig_sub=122 sub=${orig_sub} nl=' ' routes="${nl}$(ip route show | cut -d' ' -f1)${nl}" case ${routes} in *"${nl}192.168.${orig_sub}.0/24${nl}"*) # there was a match, so we need to look for an unused subnet for new_sub in $(seq 124 254); do case ${routes} in *"${nl}192.168.${new_sub}.0/24${nl}"*) ;; *) sub=$new_sub break; ;; esac done ;; *) ;; esac sed -e "s/${orig_sub}/${sub}/g" \ < /usr/share/libvirt/networks/default.xml \ > /etc/libvirt/qemu/networks/default.xml ln -s ../default.xml /etc/libvirt/qemu/networks/autostart/default.xml # libvirt saves this file with mode 0600 chmod 0600 /etc/libvirt/qemu/networks/default.xml # Make sure libvirt picks up the new network defininiton mkdir -p /var/lib/rpm-state/libvirt || : touch /var/lib/rpm-state/libvirt/restart || : fiA큤`2``@`_$_$_0@__F@___@_]@_u_R,@_N7_?@_?@_)M_ @^^?@^U@^^y@^_@^U @^1s^Neal Gompa - 7.1.0-4Neal Gompa - 7.1.0-3Richard W.M. Jones - 7.1.0-2Cole Robinson - 7.1.0-1Cole Robinson - 7.0.0-4Laine Stump - 7.0.0-3Fedora Release Engineering - 7.0.0-2Daniel P. Berrangé - 7.0.0-1Cole Robinson - 6.10.0-2.1Richard W.M. Jones - 6.10.0-2Cole Robinson - 6.10.0-1Daniel P. Berrangé - 6.9.0-2Cole Robinson - 6.9.0-1Daniel P. Berrangé - 6.8.0-4Daniel P. Berrangé - 6.8.0-4Daniel P. Berrangé - 6.8.0-3Daniel P. Berrangé - 6.8.0-2Cole Robinson - 6.8.0-1Daniel P. Berrangé - 6.7.0-2Cole Robinson - 6.7.0-1Merlin Mathesius - 6.6.0-3Daniel P. Berrangé - 6.6.0-2Cole Robinson - 6.6.0-1Fedora Release Engineering - 6.5.0-2Cole Robinson - 6.5.0-1Cole Robinson - 6.4.0-1Cole Robinson - 6.3.0-1Cole Robinson - 6.2.0-1Felipe Borges - 6.1.0-2Cole Robinson - 6.1.0-1Cole Robinson - 6.0.0-3Fedora Release Engineering - 6.0.0-2Cole Robinson - 6.0.0-1- Enable VMware and HyperV for Hyperscale builds- Add Debian/Ubuntu support- Bump and rebuild for libwsman_client.so.4 -> .5- Update to version 7.1.0- Increase meson test timeout to fix builds on s390x copr- disable netcf in build- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild- Rebase to 7.0.0 release- Rebuild for wireshark soname bump- Build libvirt-daemon-kvm for riscv64.- Update to version 6.10.0- Re-apply reverted fix for disabling glusterfs, curl, openswman and libiscsi- Update to version 6.9.0- Really fix meson option for disabling glusterfs - Fix disabling curl, openswman and libiscsi- Fix name of meson option for disabling glusterfs- Fix stat() mocking for new glibc- Remove obsolete bash_completion conditional - Pass args to meson based on with_libssh/with_libssh2- Update to version 6.8.0- Fix QEMU start when KVM is not loaded (rhbz#1875327)- Update to version 6.7.0- Fix so no platforms depend upon ceph for 32-bit architectures - Include upstream patches to fix GCC 10 warnings- Fix creation of pools on non-btrfs (rhbz#1870197)- Update to version 6.6.0- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild- Update to version 6.5.0- Update to version 6.4.0- Update to version 6.3.0- Update to version 6.2.0- Check for disk type correctly in virDomainDiskTranslateSourcePool- Update to version 6.1.0- Rebuild for libiscsi soname bump- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild- Update to version 6.0.0/bin/sh7.1.0-4.hs.el87.1.0-4.hs.el8default.xmldefault.xmlnetworksdefault.xml/etc/libvirt/qemu/networks/autostart//etc/libvirt/qemu/networks//usr/share/libvirt//usr/share/libvirt/networks/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protectioncpioxz2x86_64-redhat-linux-gnuASCII textdirectoryif [ -f /var/lib/rpm-state/libvirt/restart ]; then /bin/systemctl try-restart libvirtd.service >/dev/null 2>&1 || : fi rm -rf /var/lib/rpm-state/libvirt || :/bin/shutf-874ffe8ea81d9593c3afb402ce2aa718e56c6027c468c7f746867dddc048bac93?07zXZ !#,] b2q1 )XAo4 Y~xmz%]IM4֥ۤ@Qt H3|VM)vЋi%O2繍 ݕSQoci`[reO/\7X5 N T BF0s쀁e$4DA''$}8Tto6˲\D]b׹Hrў(?XPG^2FE)T^_u?7̑uIh81U ɟѿ YZ