9dba73
# Since RHEL-5, QEMU is restricted to x86_64 only
9dba73
# As Boxes don't really handle the !qemu case very well (untested, the 'box
9dba73
# creation' UI would still be there but non-functional, ...), better to
9dba73
# only build Boxes on platforms where qemu/qemu-kvm are available
9dba73
%if 0%{?rhel}
9dba73
ExclusiveArch: x86_64
9dba73
%endif
9dba73
9dba73
9dba73
# The following qemu_kvm_arches/with_qemu_kvm defines come from
9dba73
# libvirt.spec
8f6169
%if 0%{?fedora}
01d300
    %global qemu_kvm_arches %{ix86} x86_64 %{power64} s390x %{arm} aarch64
01d300
    %global distributor_name fedora
01d300
    %global distributor_version %{fedora}
9dba73
%endif
9dba73
9dba73
%if 0%{?rhel} >= 7
01d300
    %global qemu_kvm_arches    x86_64 %{power64}
01d300
    %global distributor_name rhel
01d300
    %global distributor_version %{rhel}
9dba73
%endif
9dba73
9dba73
%ifarch %{qemu_kvm_arches}
01d300
    %global with_qemu_kvm      1
9dba73
%else
01d300
    %global with_qemu_kvm      0
9dba73
%endif
9dba73
9dba73
%global url_ver	%%(echo %{version}|cut -d. -f1,2)
9dba73
9dba73
Name:		gnome-boxes
01d300
Version:	3.28.5
433382
Release:	4%{?dist}
9dba73
Summary:	A simple GNOME 3 application to access remote or virtual systems
9dba73
9dba73
License:	LGPLv2+
f0feea
URL:		https://wiki.gnome.org/Apps/Boxes
9dba73
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
9dba73
01d300
# https://gitlab.gnome.org/GNOME/gnome-boxes/issues/217
01d300
Patch0:		gnome-boxes-unbreak-the-icon-installation.patch
01d300
01d300
# https://bugzilla.redhat.com/show_bug.cgi?id=1449922
01d300
Patch1:		use-ps2-bus-by-default.patch
01d300
01d300
Patch2:		gnome-boxes-python2.patch
01d300
01d300
# https://bugzilla.redhat.com/show_bug.cgi?id=1569793
01d300
Patch3:		gnome-boxes-libgovirt-tracker.patch
01d300
01d300
# https://bugzilla.redhat.com/show_bug.cgi?id=1595754
01d300
Patch4: 	revert-use-virtio-video-adapter.patch
01d300
433382
# https://bugzilla.redhat.com/1656448
433382
Patch5:     gnome-boxes-hardcode-recommended-oses.patch
433382
433382
# https://bugzilla.redhat.com/show_bug.cgi?id=1713005
433382
Patch6:     gnome-boxes-update-rhel-logo.patch
433382
01d300
BuildRequires:	gettext >= 0.19.8
01d300
BuildRequires:	meson
01d300
BuildRequires:	vala >= 0.36.0
9dba73
BuildRequires:	yelp-tools
f0feea
BuildRequires:	pkgconfig(clutter-gtk-1.0)
01d300
BuildRequires:	pkgconfig(glib-2.0) >= 2.52
f0feea
BuildRequires:	pkgconfig(gobject-introspection-1.0)
01d300
BuildRequires:	pkgconfig(govirt-1.0)
01d300
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.22.20
f0feea
BuildRequires:	pkgconfig(gtk-vnc-2.0)
8f6169
BuildRequires:	pkgconfig(libarchive)
01d300
BuildRequires:	pkgconfig(json-glib-1.0)
f0feea
BuildRequires:	pkgconfig(libsecret-1)
f0feea
BuildRequires:	pkgconfig(libvirt-gobject-1.0)
f0feea
BuildRequires:	pkgconfig(libvirt-gconfig-1.0)
f0feea
BuildRequires:	pkgconfig(libxml-2.0)
f0feea
BuildRequires:	pkgconfig(gudev-1.0)
01d300
BuildRequires:	pkgconfig(libosinfo-1.0) >= 1.1.0
01d300
BuildRequires:	pkgconfig(libsoup-2.4) >= 2.44
f0feea
BuildRequires:	pkgconfig(libusb-1.0)
01d300
BuildRequires:	pkgconfig(tracker-sparql-1.0)
01d300
BuildRequires:	pkgconfig(webkit2gtk-4.0)
f0feea
BuildRequires:	spice-gtk3-vala
f0feea
BuildRequires:	libosinfo-vala
9dba73
BuildRequires:	desktop-file-utils
9dba73
9dba73
# Pulls in libvirtd + KVM, but no NAT / firewall configs
9dba73
%if %{with_qemu_kvm}
9dba73
Requires:	libvirt-daemon-kvm
9dba73
%else
9dba73
Requires:	libvirt-daemon-qemu
9dba73
%endif
9dba73
01d300
# Pulls in the libvirtd NAT 'default' network
01d300
# Original request: https://bugzilla.redhat.com/show_bug.cgi?id=1081762
01d300
#
01d300
# However, the 'default' network does not mix well with the Fedora livecd
01d300
# when it is run inside a VM. The whole saga is documented here:
01d300
#
01d300
#   boxes: https://bugzilla.redhat.com/show_bug.cgi?id=1164492
01d300
#   libvirt: https://bugzilla.redhat.com/show_bug.cgi?id=1146232
01d300
#
01d300
# Until a workable solution has been determined and implemented, this
01d300
# dependency should stay disabled in rawhide and fedora development
01d300
# branches so it does not end up on the livecd. Once a Fedora GA is
01d300
# released, a gnome-boxes update can be pushed with this dependency
01d300
# re-enabled. crobinso will handle this process, see:
01d300
#
01d300
#    https://bugzilla.redhat.com/show_bug.cgi?id=1164492#c71
8f6169
Requires:	libvirt-daemon-config-network
8f6169
9dba73
# Needed for unattended installations
9dba73
Requires:	mtools
9dba73
Requires:	genisoimage
9dba73
8f6169
Requires:	adwaita-icon-theme
e0d3d7
9dba73
%description
9dba73
gnome-boxes lets you easily create, setup, access, and use:
9dba73
  * remote machines
9dba73
  * remote virtual machines
9dba73
  * local virtual machines
9dba73
  * When technology permits, set up access for applications on
9dba73
    local virtual machines
9dba73
9dba73
%prep
9dba73
%setup -q
01d300
%patch0 -p1
01d300
%patch1 -p1 -b .use-ps2-bus-by-default
01d300
%patch2 -p1
01d300
%patch3 -p1
01d300
%patch4 -p1
433382
%patch5 -p1
433382
%patch6 -p1
9dba73
9dba73
%build
01d300
%meson \
01d300
%if %{?distributor_name:1}%{!?distributor_name:0}
01d300
    -D distributor_name=%{distributor_name} \
01d300
%endif
01d300
%if 0%{?distributor_version}
01d300
    -D distributor_version=%{distributor_version} \
01d300
%endif
9dba73
01d300
%meson_build
9dba73
9dba73
%install
01d300
%meson_install
9dba73
%find_lang %{name} --with-gnome
9dba73
8f6169
%check
8f6169
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Boxes.desktop
8f6169
9dba73
%post
9dba73
update-desktop-database &> /dev/null || :
9dba73
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
9dba73
9dba73
%postun
9dba73
update-desktop-database &> /dev/null || :
9dba73
if [ $1 -eq 0 ] ; then
9dba73
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
9dba73
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
9dba73
    glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
9dba73
fi
9dba73
9dba73
%posttrans
9dba73
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
9dba73
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
9dba73
9dba73
%files -f %{name}.lang
f0feea
%license COPYING
f0feea
%doc AUTHORS README NEWS TODO
9dba73
%{_bindir}/%{name}
9dba73
%{_datadir}/%{name}/
8f6169
%{_datadir}/applications/org.gnome.Boxes.desktop
9dba73
%{_datadir}/glib-2.0/schemas/org.gnome.boxes.gschema.xml
01d300
%{_datadir}/icons/hicolor/*/apps/org.gnome.Boxes.png
01d300
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Boxes-symbolic.svg
9dba73
%{_libexecdir}/gnome-boxes-search-provider
9dba73
%{_datadir}/dbus-1/services/org.gnome.Boxes.SearchProvider.service
8f6169
%{_datadir}/dbus-1/services/org.gnome.Boxes.service
9dba73
%dir %{_datadir}/gnome-shell
9dba73
%dir %{_datadir}/gnome-shell/search-providers
9dba73
%{_datadir}/gnome-shell/search-providers/gnome-boxes-search-provider.ini
01d300
%{_datadir}/metainfo/org.gnome.Boxes.appdata.xml
9dba73
9dba73
%changelog
433382
* Wed May 22 2019 Fabiano FidĂªncio <fidencio@redhat.com> - 3.28.5-4
433382
- Add rhel-8 logo & update rhel logo
433382
- Resolves: #1713005
433382
433382
* Wed Dec 05 2018 Felipe Borges <feborges@redhat.com> - 3.28.5-3
433382
- Pick our recommended downloads
433382
- Related #1656448
433382
01d300
* Mon Jul 16 2018 Felipe Borges <feborges@redhat.com> - 3.28.5-2
01d300
- Revert using VIRTIO video adapter by default for new VMs
01d300
- Resolves: #1595754
01d300
01d300
* Fri Jun 08 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.28.5-1
01d300
- Update to 3.28.5
01d300
- Fix the libgovirt requirement
01d300
- Revert to using Python 2 and Tracker 1.0
01d300
- Resolves: #1567399
01d300
f0feea
* Thu Jun 08 2017 Felipe Borges <feborges@redhat.com> - 3.22.4-4
f0feea
- Use PS2 bus by default
f0feea
- Related: #1449922
f0feea
f0feea
* Wed May 24 2017 Felipe Borges <feborges@redhat.com> - 3.22.4-3
f0feea
- Run "make vala-clean" before make install
f0feea
- Related: #1435336
f0feea
f0feea
* Wed Mar 15 2017 Kalev Lember <klember@redhat.com> - 3.22.4-2
f0feea
- Rebuilt for spice-gtk3 soname bump
f0feea
- Related: #1402474
f0feea
f0feea
* Mon Feb 06 2017 Kalev Lember <klember@redhat.com> - 3.22.4-1
f0feea
- Update to 3.22.4
f0feea
- Resolves: #1386879
f0feea
ae5b9b
* Fri Jul  1 2016 Matthias Clasen <mclasen@redat.com> - 3.14.3.1-10
ae5b9b
- Update translations
ae5b9b
  Resolves: #1304291
ae5b9b
ae5b9b
* Tue May 17 2016 Zeeshan Ali <zeenix@redhat.com> - 3.14.3.1-9
ae5b9b
- Avoid characters in hostname, not accepted by Windows. (related: #1336055).
ae5b9b
ae5b9b
* Tue May 10 2016 Zeeshan Ali <zeenix@redhat.com> - 3.14.3.1-8
ae5b9b
- Private SPICE connection. (related: #1043950).
ae5b9b
8f6169
* Wed Aug 19 2015 Matthias Clasen <mclasen@redhat.com> - 3.14.3.1-7
8f6169
- Make window less tall
8f6169
  Resolves: #1250270
8f6169
8f6169
* Wed Jul 29 2015 Zeeshan Ali <zeenix@redhat.com> - 3.14.3.1-6
8f6169
- Wait machine to start before connecting to it. (related: #1034354).
8f6169
8f6169
* Wed Jul 22 2015 Zeeshan Ali <zeenix@redhat.com> - 3.14.3.1-5
8f6169
- Fix import of system VMs. (related: #1201255).
8f6169
8f6169
* Fri Jul 17 2015 Zeeshan Ali <zeenix@redhat.com> - 3.14.3.1-4
8f6169
- More reliable test for raw images (related: #1211198).
8f6169
8f6169
* Wed Jul 15 2015 Zeeshan Ali <zeenix@redhat.com> - 3.14.3.1-3
8f6169
- More reliable storage pool setup (related: #1238719).
8f6169
8f6169
* Fri May 22 2015 Zeeshan Ali <zeenix@redhat.com> - 3.14.3.1-2
8f6169
- Look for bridge.conf in qemu-kvm dir too (related: #1214294).
8f6169
8f6169
* Thu Mar 19 2015 Richard Hughes <rhughes@redhat.com> - 3.14.3.1-1
8f6169
- Update to 3.14.3.1.
8f6169
dd4c2a
* Mon Oct 13 2014 Zeeshan Ali <zeenix@redhat.com> - 3.8.3-11
dd4c2a
- Don't hang on failure to handle a URL (related: #1046251).
dd4c2a
- Handle paths as well (related: #1046251).
dd4c2a
- Handle local paths to remote files (related: #1046251).
dd4c2a
dd4c2a
* Thu Oct  9 2014 Zeeshan Ali <zeenix@redhat.com> - 3.8.3-10
dd4c2a
- Set volume capacity in correct units (related: #1049316).
dd4c2a
- Refresh volume info after resize (related: #1049316).
dd4c2a
dd4c2a
* Thu Jul 24 2014 Marc-Andre Lureau <marcandre.lureau@redhat.com> - 3.8.3-9
dd4c2a
- Rebuild to pick new libgovirt
dd4c2a
  Resolves: #1117928
dd4c2a
e0d3d7
* Mon Mar 17 2014 Zeeshan Ali <zeenix@redhat.com> - 3.8.3-8
e0d3d7
- Don't register for 'x-content/bootable-media' (related: #1072611).
e0d3d7
- Ignore CDROM devices (related: #1072611).
e0d3d7
- Ignore non-readable devices (related: #1043892)
e0d3d7
e0d3d7
* Wed Mar 12 2014 Zeeshan Ali <zeenix@redhat.com> - 3.8.3-7
e0d3d7
- Fix a crash in get_decoded_udev_property (related: #1061216).
e0d3d7
e0d3d7
* Fri Feb 28 2014 Matthias Clasen <mclasen@redhat.com> - 3.8.3-6
e0d3d7
- Rebuild
e0d3d7
Resolves: #1070807
e0d3d7
e0d3d7
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.3-5
e0d3d7
- Mass rebuild 2013-12-27
e0d3d7
e0d3d7
* Tue Dec 17 2013 Zeeshan Ali <zeenix@redhat.com> - 3.8.3-4
e0d3d7
- Remove media from correct box (related: #846408).
e0d3d7
- Remove existing transition before adding new one (related: #1015079).
e0d3d7
e0d3d7
* Wed Dec  4 2013 Zeeshan Ali <zeenix@redhat.com> - 3.8.3-3
e0d3d7
- Complete translations (related: #1030336).
e0d3d7
9dba73
* Fri Nov  8 2013 Zeeshan Ali <zeenix@redhat.com> - 3.8.3-2
9dba73
- Fix rhbz#968285
9dba73
9dba73
* Tue May 28 2013 Zeeshan Ali <zeenix@redhat.com> - 3.8.3-1
9dba73
- Update to 3.8.3.
9dba73
9dba73
* Mon May 27 2013 Kalev Lember <kalevlember@gmail.com> 3.8.2-5
9dba73
- Only pull in qemu on non-kvm arches
9dba73
9dba73
* Fri May 24 2013 Christophe Fergeau <cfergeau@redhat.com> 3.8.2-4
9dba73
- ... and remove again the ExclusiveArch on fedora. If libvirt-daemon-qemu
9dba73
  is available, this means we can create (very slow) x86 boxes regardless
9dba73
  of the arch
9dba73
9dba73
* Thu May 23 2013 Christophe Fergeau <cfergeau@redhat.com> 3.8.2-3
9dba73
- Readd ExclusiveArch as Boxes is not really functional on non-x86
9dba73
  arch even if it can be built. Also, libvirt-daemon-kvm is not
9dba73
  available on every arch, causing rhbz#962325
9dba73
9dba73
* Thu May 16 2013 Christophe Fergeau <cfergeau@redhat.com> 3.8.2-2
9dba73
- Add upstream patch for rhbz#963464
9dba73
9dba73
* Tue May 14 2013 Zeeshan Ali <zeenix@redhat.com> - 3.8.2-1
9dba73
- Update to 3.8.2.
9dba73
9dba73
* Thu Apr 18 2013 Christophe Fergeau <cfergeau@redhat.com> 3.8.1.2-1
9dba73
- Update to 3.8.1.2
9dba73
9dba73
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
9dba73
- Update to 3.8.1
9dba73
9dba73
* Tue Mar 26 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
9dba73
- Update to 3.8.0
9dba73
9dba73
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
9dba73
- Update to 3.7.92
9dba73
9dba73
* Fri Mar  8 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
9dba73
- Update to 3.7.91
9dba73
9dba73
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-2
9dba73
- Rebuilt for cogl soname bump
9dba73
9dba73
* Thu Feb 21 2013 Christophe Fergeau <cfergeau@redhat.com> 3.7.90-1
9dba73
- Update do 3.7.90
9dba73
9dba73
* Wed Feb 06 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
9dba73
- Update to 3.7.5
9dba73
9dba73
* Sun Jan 27 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.4-3
9dba73
- Rebuilt for tracker 0.16 ABI
9dba73
9dba73
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.7.4-2
9dba73
- Rebuild for new cogl
9dba73
9dba73
* Tue Jan 15 2013 Zeeshan Ali <zeenix@redhat.com> - 3.7.4-1
9dba73
- Update to 3.7.4.
9dba73
9dba73
* Thu Dec 20 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.7.3-1
9dba73
- Update to 3.7.3
9dba73
9dba73
* Tue Nov 20 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.7.2-2
9dba73
- Reenable USB redirection (it's disabled by default, packagers must
9dba73
  enable it if appropriate)
9dba73
9dba73
* Tue Nov 20 2012 Zeeshan Ali <zeenix@redhat.com> - 3.7.2-1
9dba73
- Update to 3.7.2.
9dba73
9dba73
* Tue Nov 13 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.6.2-2
9dba73
- Update to 3.6.2
9dba73
9dba73
* Tue Oct 16 2012 Zeeshan Ali <zeenix@redhat.com> - 3.6.1.1-2
9dba73
- Enable USB redirection in new domains.
9dba73
9dba73
* Tue Oct 16 2012 Zeeshan Ali <zeenix@redhat.com> - 3.6.1.1-1
9dba73
- Update to 3.6.1.1
9dba73
9dba73
* Mon Oct 15 2012 Zeeshan Ali <zeenix@redhat.com> - 3.6.1-1
9dba73
- Update to 3.6.1
9dba73
9dba73
* Tue Sep 25 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.6.0-1
9dba73
- Update to 3.6.0
9dba73
9dba73
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
9dba73
- Update to 3.5.92
9dba73
9dba73
* Thu Sep  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.91-2
9dba73
- Rebuild against new spice
9dba73
9dba73
* Tue Sep 04 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.5.91-1
9dba73
- Update do 3.5.91
9dba73
9dba73
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
9dba73
- Update to 3.5.90
9dba73
9dba73
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
9dba73
- Update to 3.5.5
9dba73
9dba73
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4.1-2
9dba73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9dba73
9dba73
* Mon Jul 16 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.5.4.1-1
9dba73
- Update to 3.5.4.1
9dba73
9dba73
* Mon Jul 16 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.5.4-1
9dba73
- Update to 3.5.4
9dba73
- Update some BuildRequires min version
9dba73
9dba73
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
9dba73
- Update to 3.5.3
9dba73
9dba73
* Thu Jun 07 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.5.2-2
9dba73
- enable logos after getting confirmation this has been approved by
9dba73
  fedora-legal and the Fedora board
9dba73
9dba73
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
9dba73
- Update to 3.5.2
9dba73
9dba73
* Wed May 16 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.4.2-2
9dba73
- Remove ExclusiveArch now that spice-gtk is built on all arch
9dba73
9dba73
* Tue May 15 2012 Zeeshan Ali <zeenix@redhat.com> - 3.4.2-1
9dba73
- Update to 3.4.2
9dba73
9dba73
* Thu Apr 26 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.4.1-2
9dba73
- Backport a few upstream patches:
9dba73
  - asynchronously fetch domain information from libvirt, this makes Boxes
9dba73
    much more responsive
9dba73
  - make the file chooser dialog modal
9dba73
  - fix f17 unattended installation
9dba73
9dba73
* Tue Apr 17 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
9dba73
- Update to 3.4.1
9dba73
9dba73
* Sat Mar 31 2012 Daniel P. Berrange <berrange@redhat.com> - 3.4.0.1-2
9dba73
- Only pull in libvirtd + KVM drivers, without default configs (bug 802475)
9dba73
9dba73
* Sat Mar 31 2012 Zeeshan Ali <zeenix@redhat.com> - 3.4.0.1-1
9dba73
- Update to 3.4.0.1
9dba73
9dba73
* Mon Mar 26 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.4.0-1
9dba73
- Update to 3.4.0
9dba73
9dba73
* Mon Mar 26 2012 Dan HorĂ¡k <dan[at]danny.cz> - 3.3.92-2
9dba73
- set ExclusiveArch equal to spice-gtk
9dba73
9dba73
* Tue Mar 20 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.92-1
9dba73
- Update to 3.3.92
9dba73
9dba73
* Tue Mar  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
9dba73
- Update to 3.3.91
9dba73
9dba73
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
9dba73
- Update to 3.3.90
9dba73
9dba73
* Wed Feb 08 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.5.1-1
9dba73
- Update to 3.3.5.1
9dba73
9dba73
* Wed Jan 25 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.4.1-1
9dba73
- Update to minor 3.3.4.1 release
9dba73
9dba73
* Fri Jan 20 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.4-4
9dba73
- call desktop-file-validate in %%install. gnome-boxes upstream installs
9dba73
  a .desktop file on its own so desktop-file-validate is enough, no need
9dba73
  to call desktop-file-install.
9dba73
9dba73
* Fri Jan 20 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.4-3
9dba73
- Fix %%global use (%%url_ver got expanded to 3.3.4 instead of 3.3 in
9dba73
  -2)
9dba73
9dba73
* Tue Jan 17 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.4-2
9dba73
- Remove use of BuildRoot
9dba73
- Remove use of defattr
9dba73
- Use %%global instead of %%define
9dba73
9dba73
* Tue Jan 17 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.4-1
9dba73
- Update to 3.3.4 release
9dba73
9dba73
* Thu Jan 05 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.3-3
9dba73
- Escape %%{buildroot} in changelog
9dba73
- Remove empty %%pre section
9dba73
9dba73
* Wed Jan 04 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.3.3-2
9dba73
- Use %%{buildroot} instead of $RPM_BUILD_ROOT
9dba73
- Remove unneeded patch
9dba73
- Add missing dependency on fuseiso
9dba73
9dba73
* Fri Dec 23 2011 Christophe Fergeau <cfergeau@redhat.com> - 3.3.3-1
9dba73
- Initial import
9dba73