Blame SPECS/gnome-boxes.spec

b0d0d0
# Since RHEL-5, QEMU is restricted to x86_64 only
b0d0d0
# As Boxes don't really handle the !qemu case very well (untested, the 'box
b0d0d0
# creation' UI would still be there but non-functional, ...), better to
b0d0d0
# only build Boxes on platforms where qemu/qemu-kvm are available
b0d0d0
%if 0%{?rhel}
b0d0d0
ExclusiveArch: x86_64
b0d0d0
%endif
b0d0d0
b0d0d0
b0d0d0
# The following qemu_kvm_arches/with_qemu_kvm defines come from
b0d0d0
# libvirt.spec
b0d0d0
%if 0%{?fedora}
b0d0d0
    %global qemu_kvm_arches %{ix86} x86_64 %{power64} s390x %{arm} aarch64
b0d0d0
    %global distributor_name fedora
b0d0d0
    %global distributor_version %{fedora}
b0d0d0
%endif
b0d0d0
b0d0d0
%if 0%{?rhel} >= 7
b0d0d0
    %global qemu_kvm_arches    x86_64 %{power64}
b0d0d0
    %global distributor_name rhel
b0d0d0
    %global distributor_version %{rhel}
b0d0d0
%endif
b0d0d0
b0d0d0
%ifarch %{qemu_kvm_arches}
b0d0d0
    %global with_qemu_kvm      1
b0d0d0
%else
b0d0d0
    %global with_qemu_kvm      0
b0d0d0
%endif
b0d0d0
b0d0d0
%global url_ver	%%(echo %{version}|cut -d. -f1,2)
b0d0d0
b0d0d0
Name:		gnome-boxes
b0d0d0
Version:	3.28.5
b0d0d0
Release:	6%{?dist}
b0d0d0
Summary:	A simple GNOME 3 application to access remote or virtual systems
b0d0d0
b0d0d0
License:	LGPLv2+
b0d0d0
URL:		https://wiki.gnome.org/Apps/Boxes
b0d0d0
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
b0d0d0
b0d0d0
# https://gitlab.gnome.org/GNOME/gnome-boxes/issues/217
b0d0d0
Patch0:		gnome-boxes-unbreak-the-icon-installation.patch
b0d0d0
b0d0d0
# https://bugzilla.redhat.com/1581422
b0d0d0
Patch1:     gnome-boxes-use-q35-machine-type.patch
b0d0d0
b0d0d0
# https://bugzilla.redhat.com/1656446
b0d0d0
Patch2:     gnome-boxes-hardcode-recommended-oses.patch
b0d0d0
b0d0d0
# https://bugzilla.redhat.com/show_bug.cgi?id=1713130
b0d0d0
Patch3:     gnome-boxes-update-rhel-logo.patch
b0d0d0
b0d0d0
BuildRequires:	gettext >= 0.19.8
b0d0d0
BuildRequires:	meson
b0d0d0
BuildRequires:	vala >= 0.36.0
b0d0d0
BuildRequires:	yelp-tools
b0d0d0
BuildRequires:	pkgconfig(clutter-gtk-1.0)
b0d0d0
BuildRequires:	pkgconfig(glib-2.0) >= 2.52
b0d0d0
BuildRequires:	pkgconfig(gobject-introspection-1.0)
b0d0d0
BuildRequires:	pkgconfig(govirt-1.0)
b0d0d0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.22.20
b0d0d0
BuildRequires:	pkgconfig(gtk-vnc-2.0)
b0d0d0
BuildRequires:	pkgconfig(libarchive)
b0d0d0
BuildRequires:	pkgconfig(json-glib-1.0)
b0d0d0
BuildRequires:	pkgconfig(libsecret-1)
b0d0d0
BuildRequires:	pkgconfig(libvirt-gobject-1.0)
b0d0d0
BuildRequires:	pkgconfig(libvirt-gconfig-1.0)
b0d0d0
BuildRequires:	pkgconfig(libxml-2.0)
b0d0d0
BuildRequires:	pkgconfig(gudev-1.0)
b0d0d0
BuildRequires:	pkgconfig(libosinfo-1.0) >= 1.2.0
b0d0d0
BuildRequires:	pkgconfig(libsoup-2.4) >= 2.44
b0d0d0
BuildRequires:	pkgconfig(libusb-1.0)
b0d0d0
BuildRequires:	pkgconfig(tracker-sparql-2.0)
b0d0d0
BuildRequires:	pkgconfig(webkit2gtk-4.0)
b0d0d0
BuildRequires:	spice-gtk3-vala
b0d0d0
BuildRequires:	libosinfo-vala
b0d0d0
BuildRequires:	desktop-file-utils
b0d0d0
b0d0d0
# Pulls in libvirtd + KVM, but no NAT / firewall configs
b0d0d0
%if %{with_qemu_kvm}
b0d0d0
Requires:	libvirt-daemon-kvm
b0d0d0
%else
b0d0d0
Requires:	libvirt-daemon-qemu
b0d0d0
%endif
b0d0d0
b0d0d0
# Pulls in the libvirtd NAT 'default' network
b0d0d0
# Original request: https://bugzilla.redhat.com/show_bug.cgi?id=1081762
b0d0d0
#
b0d0d0
# However, the 'default' network does not mix well with the Fedora livecd
b0d0d0
# when it is run inside a VM. The whole saga is documented here:
b0d0d0
#
b0d0d0
#   boxes: https://bugzilla.redhat.com/show_bug.cgi?id=1164492
b0d0d0
#   libvirt: https://bugzilla.redhat.com/show_bug.cgi?id=1146232
b0d0d0
#
b0d0d0
# Until a workable solution has been determined and implemented, this
b0d0d0
# dependency should stay disabled in rawhide and fedora development
b0d0d0
# branches so it does not end up on the livecd. Once a Fedora GA is
b0d0d0
# released, a gnome-boxes update can be pushed with this dependency
b0d0d0
# re-enabled. crobinso will handle this process, see:
b0d0d0
#
b0d0d0
#    https://bugzilla.redhat.com/show_bug.cgi?id=1164492#c71
b0d0d0
Requires:	libvirt-daemon-config-network
b0d0d0
b0d0d0
# Needed for unattended installations
b0d0d0
Requires:	mtools
b0d0d0
Requires:	genisoimage
b0d0d0
b0d0d0
Requires:	adwaita-icon-theme
b0d0d0
b0d0d0
%description
b0d0d0
gnome-boxes lets you easily create, setup, access, and use:
b0d0d0
  * remote machines
b0d0d0
  * remote virtual machines
b0d0d0
  * local virtual machines
b0d0d0
  * When technology permits, set up access for applications on
b0d0d0
    local virtual machines
b0d0d0
b0d0d0
%prep
b0d0d0
%setup -q
b0d0d0
%patch0 -p1
b0d0d0
%patch1 -p1
b0d0d0
%patch2 -p1
b0d0d0
%patch3 -p1
b0d0d0
b0d0d0
%build
b0d0d0
%meson \
b0d0d0
%if %{?distributor_name:1}%{!?distributor_name:0}
b0d0d0
    -D distributor_name=%{distributor_name} \
b0d0d0
%endif
b0d0d0
%if 0%{?distributor_version}
b0d0d0
    -D distributor_version=%{distributor_version} \
b0d0d0
%endif
b0d0d0
b0d0d0
%meson_build
b0d0d0
b0d0d0
%install
b0d0d0
%meson_install
b0d0d0
%find_lang %{name} --with-gnome
b0d0d0
b0d0d0
%check
b0d0d0
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Boxes.desktop
b0d0d0
b0d0d0
%files -f %{name}.lang
b0d0d0
%license COPYING
b0d0d0
%doc AUTHORS README NEWS TODO
b0d0d0
%{_bindir}/%{name}
b0d0d0
%{_datadir}/%{name}/
b0d0d0
%{_datadir}/applications/org.gnome.Boxes.desktop
b0d0d0
%{_datadir}/glib-2.0/schemas/org.gnome.boxes.gschema.xml
b0d0d0
%{_datadir}/icons/hicolor/*/apps/org.gnome.Boxes.png
b0d0d0
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Boxes-symbolic.svg
b0d0d0
%{_libexecdir}/gnome-boxes-search-provider
b0d0d0
%{_datadir}/dbus-1/services/org.gnome.Boxes.SearchProvider.service
b0d0d0
%{_datadir}/dbus-1/services/org.gnome.Boxes.service
b0d0d0
%dir %{_datadir}/gnome-shell
b0d0d0
%dir %{_datadir}/gnome-shell/search-providers
b0d0d0
%{_datadir}/gnome-shell/search-providers/gnome-boxes-search-provider.ini
b0d0d0
%{_datadir}/metainfo/org.gnome.Boxes.appdata.xml
b0d0d0
b0d0d0
%changelog
b0d0d0
* Mon Jun 17 2019 Fabiano FidĂªncio <fidencio@redhat.com> - 3.28.5-6
b0d0d0
- Revert "Add 3D acceleration option (powered by virgl)"
b0d0d0
- Related: #1647004
b0d0d0
b0d0d0
* Mon Jun 03 2019 Felipe Borges <feborges@redhat.com> - 3.28.5-5
b0d0d0
- Add 3D acceleration option (powered by virgl)
b0d0d0
- Resolves: #1647004
b0d0d0
b0d0d0
* Thu May 23 2019 Fabiano FidĂªncio <fidencio@redhat.com> - 3.28.5-4
b0d0d0
- Add rhel-8.0 logo & update logo for rhel-4.0 & update recommendations
b0d0d0
- Resolves: #1713130
b0d0d0
b0d0d0
* Wed Dec 05 2018 Felipe Borges <feborges@redhat.com> - 3.28.5-3
b0d0d0
- Pick our recommended downloads
b0d0d0
- Related #1656446
b0d0d0
b0d0d0
* Mon Oct 15 2018 Felipe Borges <feborges@redhat.com> - 3.28.5-2
b0d0d0
- Use q35 for machine type
b0d0d0
- Related #1581422
b0d0d0
b0d0d0
* Fri Jun 08 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.28.5-1
b0d0d0
- Update to 3.28.5
b0d0d0
b0d0d0
* Wed May 09 2018 Kalev Lember <klember@redhat.com> - 3.28.4-1
b0d0d0
- Update to 3.28.4
b0d0d0
b0d0d0
* Tue May 08 2018 Kalev Lember <klember@redhat.com> - 3.28.3-1
b0d0d0
- Update to 3.28.3
b0d0d0
b0d0d0
* Mon Apr 30 2018 Cole Robinson <crobinso@redhat.com> - 3.28.2-1.fc28.1
b0d0d0
- Re-enable libvirt-daemon-config-network dep, see bz 1164492#c71
b0d0d0
b0d0d0
* Tue Apr 10 2018 Kalev Lember <klember@redhat.com> - 3.28.2-1
b0d0d0
- Update to 3.28.2
b0d0d0
b0d0d0
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
b0d0d0
- Update to 3.28.1
b0d0d0
b0d0d0
* Mon Mar 26 2018 Adam Williamson <awilliam@redhat.com> - 3.27.92-2.fc28.1
b0d0d0
- Disable libvirt-daemon-config-network dep until GA (#1164492)
b0d0d0
b0d0d0
* Mon Mar 12 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.92-2
b0d0d0
- Override the user agent for Fedora and RHEL
b0d0d0
b0d0d0
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
b0d0d0
- Update to 3.27.92
b0d0d0
- Switch to the meson build system
b0d0d0
b0d0d0
* Mon Feb 19 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.2-1
b0d0d0
- Update to 3.27.2
b0d0d0
b0d0d0
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.27.1-5
b0d0d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b0d0d0
b0d0d0
* Mon Jan 08 2018 Björn Esser <besser82@fedoraproject.org> - 3.27.1-4
b0d0d0
- Prefer %%global over %%define as indicated by guidelines
b0d0d0
b0d0d0
* Mon Jan 08 2018 Björn Esser <besser82@fedoraproject.org> - 3.27.1-3
b0d0d0
- Add a patch making newly created VMs use VIRTIO
b0d0d0
- Resolves: rhbz#1491320
b0d0d0
b0d0d0
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.1-2
b0d0d0
- Remove obsolete scriptlets
b0d0d0
b0d0d0
* Tue Nov 21 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.27.1-1
b0d0d0
- Update to 3.27.1
b0d0d0
b0d0d0
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 3.26.2-1
b0d0d0
- Update to 3.26.2
b0d0d0
b0d0d0
* Thu Oct 12 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.26.1-2
b0d0d0
- Add the RHEL Developer Suite patches (GNOME #786679)
b0d0d0
b0d0d0
* Sun Oct 08 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
b0d0d0
- Update to 3.26.1
b0d0d0
b0d0d0
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
b0d0d0
- Update to 3.26.0
b0d0d0
b0d0d0
* Wed Aug 23 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.25.91-1
b0d0d0
- Update to 3.25.91
b0d0d0
b0d0d0
* Tue Aug 01 2017 Kalev Lember <klember@redhat.com> - 3.25.4-1
b0d0d0
- Update to 3.25.4
b0d0d0
b0d0d0
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.3-2
b0d0d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b0d0d0
b0d0d0
* Sun Jun 25 2017 Kalev Lember <klember@redhat.com> - 3.25.3-1
b0d0d0
- Update to 3.25.3
b0d0d0
b0d0d0
* Mon Jun 12 2017 Kalev Lember <klember@redhat.com> - 3.25.2-1
b0d0d0
- Update to 3.25.2
b0d0d0
b0d0d0
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
b0d0d0
- Update to 3.24.0
b0d0d0
b0d0d0
* Tue Feb 28 2017 Richard Hughes <rhughes@redhat.com> - 3.23.91-1
b0d0d0
- Update to 3.23.91
b0d0d0
b0d0d0
* Mon Feb 06 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.23.4.1-1
b0d0d0
- Update to 3.23.4.1
b0d0d0
b0d0d0
* Thu Nov 24 2016 Kalev Lember <klember@redhat.com> - 3.23.2-1
b0d0d0
- Update to 3.23.2
b0d0d0
b0d0d0
* Sat Nov 05 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.22.2-1
b0d0d0
- Update to 3.22.2
b0d0d0
b0d0d0
* Fri Nov 04 2016 Kalev Lember <klember@redhat.com> - 3.22.1-2
b0d0d0
- Re-add libvirt-daemon-config-network dep (#1164492)
b0d0d0
b0d0d0
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
b0d0d0
- Update to 3.22.1
b0d0d0
b0d0d0
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 3.22.0-2
b0d0d0
- BR vala instead of obsolete vala-tools subpackage
b0d0d0
b0d0d0
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
b0d0d0
- Update to 3.22.0
b0d0d0
b0d0d0
* Fri Sep 16 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
b0d0d0
- Update to 3.21.92
b0d0d0
- Drop unrecognized configure options
b0d0d0
- Don't set group tags
b0d0d0
b0d0d0
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 3.21.3-1
b0d0d0
- Update to 3.21.3
b0d0d0
b0d0d0
* Wed Jun 22 2016 Marc-André Lureau <mlureau@redhat.com> - 3.20.2-4
b0d0d0
- Rebuild to pick spice-gtk 0.32 ABI break
b0d0d0
b0d0d0
* Mon Jun 13 2016 Christophe Fergeau <cfergeau@redhat.com> - 3.20.2-3
b0d0d0
- Added upstream patch to avoid showing privilege elevation dialog at
b0d0d0
  every Boxes startup (it's only needed if one wants to import system
b0d0d0
  VMs)
b0d0d0
b0d0d0
* Wed May 25 2016 Kalev Lember <klember@redhat.com> - 3.20.2-2
b0d0d0
- Temporarily remove libvirt-daemon-config-network dep (#1164492)
b0d0d0
b0d0d0
* Mon May 09 2016 Kalev Lember <klember@redhat.com> - 3.20.2-1
b0d0d0
- Update to 3.20.2
b0d0d0
b0d0d0
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
b0d0d0
- Update to 3.20.0
b0d0d0
b0d0d0
* Wed Mar 16 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
b0d0d0
- Update to 3.19.92
b0d0d0
b0d0d0
* Fri Mar 04 2016 Kalev Lember <klember@redhat.com> - 3.19.91-1
b0d0d0
- Update to 3.19.91
b0d0d0
b0d0d0
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
b0d0d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b0d0d0
b0d0d0
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.4-1
b0d0d0
- Update to 3.19.4
b0d0d0
b0d0d0
* Thu Dec 17 2015 Kalev Lember <klember@redhat.com> - 3.19.3-1
b0d0d0
- Update to 3.19.3
b0d0d0
b0d0d0
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 3.19.1-1
b0d0d0
- Update to 3.19.1
b0d0d0
b0d0d0
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
b0d0d0
- Update to 3.18.1
b0d0d0
b0d0d0
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
b0d0d0
- Update to 3.18.0
b0d0d0
- Update URL
b0d0d0
b0d0d0
* Tue Sep 01 2015 Kalev Lember <klember@redhat.com> - 3.17.91-1
b0d0d0
- Update to 3.17.91
b0d0d0
b0d0d0
* Tue Aug 18 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
b0d0d0
- Update to 3.17.90
b0d0d0
- Use make_install macro
b0d0d0
b0d0d0
* Tue Jun 30 2015 Kalev Lember <klember@redhat.com> - 3.17.3-1
b0d0d0
- Update to 3.17.3
b0d0d0
b0d0d0
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
b0d0d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b0d0d0
b0d0d0
* Thu May 28 2015 Zeeshan Ali <zeenix@redhat.com> - 3.17.2-1
b0d0d0
- Update to 3.17.2
b0d0d0
- Update dependencies.
b0d0d0
b0d0d0
* Fri May 01 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.1-1
b0d0d0
- Update to 3.17.1
b0d0d0
- Include the symbolic icon
b0d0d0
b0d0d0
* Thu Apr 16 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
b0d0d0
- Update to 3.16.1
b0d0d0
b0d0d0
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
b0d0d0
- Update to 3.16.0
b0d0d0
b0d0d0
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
b0d0d0
- Update to 3.15.92
b0d0d0
b0d0d0
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
b0d0d0
- Update to 3.15.91
b0d0d0
- Use the %%license macro for the COPYING file
b0d0d0
b0d0d0
* Thu Feb 19 2015 Richard Hughes <rhughes@redhat.com> - 3.15.90-1
b0d0d0
- Update to 3.15.90
b0d0d0
b0d0d0
* Thu Jan 22 2015 Richard Hughes <rhughes@redhat.com> - 3.15.4-1
b0d0d0
- Update to 3.15.4
b0d0d0
b0d0d0
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 3.15.3-1
b0d0d0
- Update to 3.15.3
b0d0d0
b0d0d0
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.2-1
b0d0d0
- Update to 3.15.2
b0d0d0
b0d0d0
* Wed Nov 12 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
b0d0d0
- Update to 3.14.2
b0d0d0
b0d0d0
* Tue Nov 04 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1.2-1
b0d0d0
- Update to 3.14.1.2
b0d0d0
b0d0d0
* Wed Oct 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1.1-1
b0d0d0
- Update to 3.14.1.1
b0d0d0
b0d0d0
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
b0d0d0
- Update to 3.14.1
b0d0d0
b0d0d0
* Thu Oct  2 2014 Zeeshan Ali <zeenix@redhat.com> 3.14.0-3
b0d0d0
- Remove now unneeded deps on fuseiso and genisoimage.
b0d0d0
b0d0d0
* Wed Sep 24 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.14.0-2
b0d0d0
- Update KVM arches
b0d0d0
b0d0d0
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
b0d0d0
- Update to 3.14.0
b0d0d0
b0d0d0
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
b0d0d0
- Update to 3.13.92
b0d0d0
- Adapt packaging for the desktop file rename
b0d0d0
b0d0d0
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
b0d0d0
- Update to 3.13.91
b0d0d0
b0d0d0
* Tue Aug 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
b0d0d0
- Update to 3.13.90
b0d0d0
b0d0d0
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-2
b0d0d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b0d0d0
b0d0d0
* Mon Jul 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
b0d0d0
- Update to 3.13.4
b0d0d0
b0d0d0
* Fri Jun 27 2014 Bastien Nocera <bnocera@redhat.com> 3.13.3-2
b0d0d0
- Don't run update-mime-database in post, we don't ship mime XML
b0d0d0
  files anymore
b0d0d0
b0d0d0
* Wed Jun 25 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
b0d0d0
- Update to 3.13.3
b0d0d0
b0d0d0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-3
b0d0d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b0d0d0
b0d0d0
* Mon May 26 2014 Matthias Clasen <mclasen@redhat.com> - 3.12.2-2
b0d0d0
- Require adwaita-icon-theme. Its the default
b0d0d0
b0d0d0
* Thu May 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.2-1
b0d0d0
- Update to 3.12.2
b0d0d0
b0d0d0
* Wed Apr 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
b0d0d0
- Update to 3.12.1
b0d0d0
b0d0d0
* Mon Mar 31 2014 Zeeshan Ali <zeenix@redhat.com> - 3.12.0-2
b0d0d0
- Add dep on libvirt-daemon-config-network to fix rhbz#1081762.
b0d0d0
b0d0d0
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
b0d0d0
- Update to 3.12.0
b0d0d0
b0d0d0
* Wed Mar 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
b0d0d0
- Update to 3.11.92
b0d0d0
b0d0d0
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
b0d0d0
- Update to 3.11.91
b0d0d0
b0d0d0
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.90.1-2
b0d0d0
- Rebuilt for cogl soname bump
b0d0d0
b0d0d0
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90.1-1
b0d0d0
- Update to 3.11.90.1
b0d0d0
b0d0d0
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
b0d0d0
- Update to 3.11.90
b0d0d0
b0d0d0
* Mon Feb 10 2014 Peter Hutterer <peter.hutterer@redhat.com> - 3.11.5.1-2
b0d0d0
- Rebuild for libevdev soname bump
b0d0d0
b0d0d0
* Thu Feb 06 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.5.1-1
b0d0d0
- Update to 3.11.5.1
b0d0d0
b0d0d0
* Wed Feb 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.5-2
b0d0d0
- Rebuilt for cogl soname bump
b0d0d0
b0d0d0
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
b0d0d0
- Update to 3.11.5
b0d0d0
b0d0d0
* Wed Jan 15 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
b0d0d0
- Update to 3.11.4
b0d0d0
b0d0d0
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
b0d0d0
- Update to 3.11.3
b0d0d0
b0d0d0
* Wed Dec 04 2013 Christophe Fergeau <cfergeau@redhat.com> 3.11.2-2
b0d0d0
- Rebuild against new libgovirt release
b0d0d0
b0d0d0
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
b0d0d0
- Update to 3.11.2
b0d0d0
b0d0d0
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 3.10.2-1
b0d0d0
- Update to 3.10.2
b0d0d0
b0d0d0
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
b0d0d0
- Update to 3.10.0
b0d0d0
b0d0d0
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
b0d0d0
- Update to 3.9.92
b0d0d0
b0d0d0
* Mon Sep 09 2013 Zeeshan Ali <zeenix@redhat.com> - 3.9.91.1-1
b0d0d0
- Update to 3.9.91.1
b0d0d0
- Fix vala and gtk+ dependency
b0d0d0
b0d0d0
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
b0d0d0
- Update to 3.9.91
b0d0d0
b0d0d0
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.3-4
b0d0d0
- Rebuilt for cogl 1.15.4 soname bump
b0d0d0
b0d0d0
* Wed Aug 07 2013 Christophe Fergeau <cfergeau@redhat.com> 3.9.3-3
b0d0d0
- Add Requires on dconf and gnome-themes-standard, fixes rhbz#978727
b0d0d0
b0d0d0
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.3-2
b0d0d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b0d0d0
b0d0d0
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 3.9.3-1
b0d0d0
- Update to 3.9.3
b0d0d0
b0d0d0
* Tue May 28 2013 Zeeshan Ali <zeenix@redhat.com> - 3.9.2-1
b0d0d0
- Update to 3.9.2.
b0d0d0
b0d0d0
* Mon May 27 2013 Kalev Lember <kalevlember@gmail.com> 3.8.2-5
b0d0d0
- Only pull in qemu on non-kvm arches
b0d0d0
b0d0d0
* Fri May 24 2013 Christophe Fergeau <cfergeau@redhat.com> 3.8.2-4
b0d0d0
- ... and remove again the ExclusiveArch on fedora. If libvirt-daemon-qemu
b0d0d0
  is available, this means we can create (very slow) x86 boxes regardless
b0d0d0
  of the arch
b0d0d0
b0d0d0
* Thu May 23 2013 Christophe Fergeau <cfergeau@redhat.com> 3.8.2-3
b0d0d0
- Readd ExclusiveArch as Boxes is not really functional on non-x86
b0d0d0
  arch even if it can be built. Also, libvirt-daemon-kvm is not
b0d0d0
  available on every arch, causing rhbz#962325
b0d0d0
b0d0d0
* Thu May 16 2013 Christophe Fergeau <cfergeau@redhat.com> 3.8.2-2
b0d0d0
- Add upstream patch for rhbz#963464
b0d0d0
b0d0d0
* Tue May 14 2013 Zeeshan Ali <zeenix@redhat.com> - 3.8.2-1
b0d0d0
- Update to 3.8.2.
b0d0d0
b0d0d0
* Thu Apr 18 2013 Christophe Fergeau <cfergeau@redhat.com> 3.8.1.2-1
b0d0d0
- Update to 3.8.1.2
b0d0d0
b0d0d0
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
b0d0d0
- Update to 3.8.1
b0d0d0
b0d0d0
* Tue Apr 02 2013 Christophe Fergeau <cfergeau@redhat.com> 3.8.0-2
b0d0d0
- Enable smartcard support and oVirt support
b0d0d0
b0d0d0
* Tue Mar 26 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
b0d0d0
- Update to 3.8.0
b0d0d0
b0d0d0
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
b0d0d0
- Update to 3.7.92
b0d0d0
b0d0d0
* Fri Mar  8 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
b0d0d0
- Update to 3.7.91
b0d0d0
b0d0d0
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-2
b0d0d0
- Rebuilt for cogl soname bump
b0d0d0
b0d0d0
* Thu Feb 21 2013 Christophe Fergeau <cfergeau@redhat.com> 3.7.90-1
b0d0d0
- Update do 3.7.90
b0d0d0
b0d0d0
* Wed Feb 06 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
b0d0d0
- Update to 3.7.5
b0d0d0
b0d0d0
* Sun Jan 27 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.4-3
b0d0d0
- Rebuilt for tracker 0.16 ABI
b0d0d0
b0d0d0
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.7.4-2
b0d0d0
- Rebuild for new cogl
b0d0d0
b0d0d0
* Tue Jan 15 2013 Zeeshan Ali <zeenix@redhat.com> - 3.7.4-1
b0d0d0
- Update to 3.7.4.
b0d0d0
b0d0d0
* Thu Dec 20 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.7.3-1
b0d0d0
- Update to 3.7.3
b0d0d0
b0d0d0
* Tue Nov 20 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.7.2-2
b0d0d0
- Reenable USB redirection (it's disabled by default, packagers must
b0d0d0
  enable it if appropriate)
b0d0d0
b0d0d0
* Tue Nov 20 2012 Zeeshan Ali <zeenix@redhat.com> - 3.7.2-1
b0d0d0
- Update to 3.7.2.
b0d0d0
b0d0d0
* Tue Nov 13 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.6.2-2
b0d0d0
- Update to 3.6.2
b0d0d0
b0d0d0
* Tue Oct 16 2012 Zeeshan Ali <zeenix@redhat.com> - 3.6.1.1-2
b0d0d0
- Enable USB redirection in new domains.
b0d0d0
b0d0d0
* Tue Oct 16 2012 Zeeshan Ali <zeenix@redhat.com> - 3.6.1.1-1
b0d0d0
- Update to 3.6.1.1
b0d0d0
b0d0d0
* Mon Oct 15 2012 Zeeshan Ali <zeenix@redhat.com> - 3.6.1-1
b0d0d0
- Update to 3.6.1
b0d0d0
b0d0d0
* Tue Sep 25 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.6.0-1
b0d0d0
- Update to 3.6.0
b0d0d0
b0d0d0
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
b0d0d0
- Update to 3.5.92
b0d0d0
b0d0d0
* Thu Sep  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.91-2
b0d0d0
- Rebuild against new spice
b0d0d0
b0d0d0
* Tue Sep 04 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.5.91-1
b0d0d0
- Update do 3.5.91
b0d0d0
b0d0d0
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
b0d0d0
- Update to 3.5.90
b0d0d0
b0d0d0
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
b0d0d0
- Update to 3.5.5
b0d0d0
b0d0d0
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4.1-2
b0d0d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b0d0d0
b0d0d0
* Mon Jul 16 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.5.4.1-1
b0d0d0
- Update to 3.5.4.1
b0d0d0
b0d0d0
* Mon Jul 16 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.5.4-1
b0d0d0
- Update to 3.5.4
b0d0d0
- Update some BuildRequires min version
b0d0d0
b0d0d0
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
b0d0d0
- Update to 3.5.3
b0d0d0
b0d0d0
* Thu Jun 07 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.5.2-2
b0d0d0
- enable logos after getting confirmation this has been approved by
b0d0d0
  fedora-legal and the Fedora board
b0d0d0
b0d0d0
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
b0d0d0
- Update to 3.5.2
b0d0d0
b0d0d0
* Wed May 16 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.4.2-2
b0d0d0
- Remove ExclusiveArch now that spice-gtk is built on all arch
b0d0d0
b0d0d0
* Tue May 15 2012 Zeeshan Ali <zeenix@redhat.com> - 3.4.2-1
b0d0d0
- Update to 3.4.2
b0d0d0
b0d0d0
* Thu Apr 26 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.4.1-2
b0d0d0
- Backport a few upstream patches:
b0d0d0
  - asynchronously fetch domain information from libvirt, this makes Boxes
b0d0d0
    much more responsive
b0d0d0
  - make the file chooser dialog modal
b0d0d0
  - fix f17 unattended installation
b0d0d0
b0d0d0
* Tue Apr 17 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
b0d0d0
- Update to 3.4.1
b0d0d0
b0d0d0
* Sat Mar 31 2012 Daniel P. Berrange <berrange@redhat.com> - 3.4.0.1-2
b0d0d0
- Only pull in libvirtd + KVM drivers, without default configs (bug 802475)
b0d0d0
b0d0d0
* Sat Mar 31 2012 Zeeshan Ali <zeenix@redhat.com> - 3.4.0.1-1
b0d0d0
- Update to 3.4.0.1
b0d0d0
b0d0d0
* Mon Mar 26 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.4.0-1
b0d0d0
- Update to 3.4.0
b0d0d0
b0d0d0
* Mon Mar 26 2012 Dan HorĂ¡k <dan[at]danny.cz> - 3.3.92-2
b0d0d0
- set ExclusiveArch equal to spice-gtk
b0d0d0
b0d0d0
* Tue Mar 20 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.92-1
b0d0d0
- Update to 3.3.92
b0d0d0
b0d0d0
* Tue Mar  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
b0d0d0
- Update to 3.3.91
b0d0d0
b0d0d0
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
b0d0d0
- Update to 3.3.90
b0d0d0
b0d0d0
* Wed Feb 08 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.5.1-1
b0d0d0
- Update to 3.3.5.1
b0d0d0
b0d0d0
* Wed Jan 25 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.4.1-1
b0d0d0
- Update to minor 3.3.4.1 release
b0d0d0
b0d0d0
* Fri Jan 20 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.4-4
b0d0d0
- call desktop-file-validate in %%install. gnome-boxes upstream installs
b0d0d0
  a .desktop file on its own so desktop-file-validate is enough, no need
b0d0d0
  to call desktop-file-install.
b0d0d0
b0d0d0
* Fri Jan 20 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.4-3
b0d0d0
- Fix %%global use (%%url_ver got expanded to 3.3.4 instead of 3.3 in
b0d0d0
  -2)
b0d0d0
b0d0d0
* Tue Jan 17 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.4-2
b0d0d0
- Remove use of BuildRoot
b0d0d0
- Remove use of defattr
b0d0d0
- Use %%global instead of %%define
b0d0d0
b0d0d0
* Tue Jan 17 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.4-1
b0d0d0
- Update to 3.3.4 release
b0d0d0
b0d0d0
* Thu Jan 05 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.3-3
b0d0d0
- Escape %%{buildroot} in changelog
b0d0d0
- Remove empty %%pre section
b0d0d0
b0d0d0
* Wed Jan 04 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.3-2
b0d0d0
- Use %%{buildroot} instead of $RPM_BUILD_ROOT
b0d0d0
- Remove unneeded patch
b0d0d0
- Add missing dependency on fuseiso
b0d0d0
b0d0d0
* Fri Dec 23 2011 Christophe Fergeau <cfergeau@redhat.com> - 3.3.3-1
b0d0d0
- Initial import
b0d0d0