1
0
mirror of https://src.fedoraproject.org/rpms/virt-manager.git synced 2026-01-11 14:31:14 +00:00

Fix screenshot on F24 rawhide (bz #1297988)

Fix URL installs when content-length header missing (bz #1297900)
This commit is contained in:
Cole Robinson
2016-03-17 10:48:06 -04:00
parent a4a293a131
commit b0798ef8f7
3 changed files with 68 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
Name: virt-manager
Version: 1.3.2
Release: 2%{?dist}
Release: 3%{?dist}
%define verrel %{version}-%{release}
Summary: Desktop tool for managing virtual machines via libvirt
@@ -28,6 +28,11 @@ Group: Applications/Emulators
License: GPLv2+
URL: http://virt-manager.org/
Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
# Fix screenshot on F24 rawhide (bz #1297988)
Patch0001: 0001-details-Fix-screenshot-on-F24-rawhide-bz-1297988.patch
# Fix URL installs when content-length header missing (bz #1297900)
Patch0002: 0002-urlfetcher-Fix-URL-installs-when-content-length-head.patch
BuildArch: noarch
@@ -106,6 +111,11 @@ machine).
%prep
%setup -q
# Fix screenshot on F24 rawhide (bz #1297988)
%patch0001 -p1
# Fix URL installs when content-length header missing (bz #1297900)
%patch0002 -p1
%build
%if %{qemu_user}
%define _qemu_user --qemu-user=%{qemu_user}
@@ -219,6 +229,10 @@ fi
%{_bindir}/virt-xml
%changelog
* Thu Mar 17 2016 Cole Robinson <crobinso@redhat.com> - 1.3.2-3
- Fix screenshot on F24 rawhide (bz #1297988)
- Fix URL installs when content-length header missing (bz #1297900)
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild