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

Fix error creating QEMU guests (bz #962569)

This commit is contained in:
Cole Robinson
2013-05-15 15:53:31 -04:00
parent 8559ae70dd
commit b1ca0e1efa
2 changed files with 38 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
%global gitcommit b68faac8
%define _version 0.10.0
%define _release 0.2.git%{gitcommit}
%define _release 0.3.git%{gitcommit}
# This macro is used for the continuous automated builds. It just
@@ -47,6 +47,9 @@ BuildArch: noarch
# git archive --output virt-manager-%{gitcommit}.tar.gz --prefix virt-manager-%{gitcommit}/ %{gitcommit}
Source: virt-manager-%{gitcommit}.tar.gz
# Fix error creating QEMU guests (bz #962569)
Patch0001: 0001-gsettings-Fix-default-for-perms-fix-ignore-bz-962569.patch
Requires: virt-manager-common = %{verrel}
Requires: pygobject3
@@ -114,6 +117,9 @@ machine).
%prep
%setup -q -n virt-manager-%{gitcommit}
# Fix error creating QEMU guests (bz #962569)
%patch0001 -p1
%build
%if %{qemu_user}
%define _qemu_user --qemu-user=%{qemu_user}
@@ -224,6 +230,9 @@ fi
%changelog
* Wed May 15 2013 Cole Robinson <crobinso@redhat.com> - 0.10.0-0.3.gitb68faac8
- Fix error creating QEMU guests (bz #962569)
* Thu May 09 2013 Cole Robinson <crobinso@redhat.com> - 0.10.0-0.2.gitb68faac8
- Fix dep on vte3 (bz #958945)
- Fix dep on virt-manager-common (bz #958730)