From 258e5841e903957ccb06ef6b03fe495b0df3f70d Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mar 27 2018 14:14:57 +0000 Subject: Disable libvirt 'default' network dep for rawhide See the bz and comment here: https://bugzilla.redhat.com/show_bug.cgi?id=1164492#c71 --- diff --git a/gnome-boxes.spec b/gnome-boxes.spec index d66fcd7..3a32287 100644 --- a/gnome-boxes.spec +++ b/gnome-boxes.spec @@ -31,7 +31,7 @@ ExclusiveArch: x86_64 Name: gnome-boxes Version: 3.27.92 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A simple GNOME 3 application to access remote or virtual systems License: LGPLv2+ @@ -73,9 +73,23 @@ Requires: libvirt-daemon-kvm Requires: libvirt-daemon-qemu %endif -# Pulls in libvirtd NAT based networking -# https://bugzilla.redhat.com/show_bug.cgi?id=1081762 -Requires: libvirt-daemon-config-network +# Pulls in the libvirtd NAT 'default' network +# Original request: https://bugzilla.redhat.com/show_bug.cgi?id=1081762 +# +# However, the 'default' network does not mix well with the Fedora livecd +# when it is run inside a VM. The whole saga is documented here: +# +# boxes: https://bugzilla.redhat.com/show_bug.cgi?id=1164492 +# libvirt: https://bugzilla.redhat.com/show_bug.cgi?id=1146232 +# +# Until a workable solution has been determined and implemented, this +# dependency should stay disabled in rawhide and fedora development +# branches so it does not end up on the livecd. Once a Fedora GA is +# released, a gnome-boxes update can be pushed with this dependency +# re-enabled. crobinso will handle this process, see: +# +# https://bugzilla.redhat.com/show_bug.cgi?id=1164492#c71 +#Requires: libvirt-daemon-config-network # Needed for unattended installations Requires: mtools @@ -131,6 +145,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Boxes.deskt %{_datadir}/metainfo/org.gnome.Boxes.appdata.xml %changelog +* Tue Mar 27 2018 Cole Robinson - 3.27.92-3 +- Disable libvirt 'default' network dep (bz 1164492) + * Mon Mar 12 2018 Debarshi Ray - 3.27.92-2 - Override the user agent for Fedora and RHEL