Fix defaults for arm and aarch64 VMs

This commit is contained in:
Cole Robinson 2014-09-23 18:46:10 -04:00
parent 678e8b3c05
commit 7845ec8762
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
b4c11d8392475c299f9bbc295a9c57e5 virt-manager-1.1.0-30db9ece2.tar.gz
c804e6e37e959e88a6d352d47c5d54fb virt-manager-1.1.0-310f6527.tar.gz

View File

@ -24,11 +24,11 @@
# to the release. This distinguishes automated builds, from formal
# Fedora RPM builds
%define _extra_release %{?dist:%{dist}}%{?extra_release:%{extra_release}}
%global gitcommit 30db9ece2
%global gitcommit 310f6527
Name: virt-manager
Version: 1.1.0
Release: 2.git%{gitcommit}%{_extra_release}
Release: 3.git%{gitcommit}%{_extra_release}
%define verrel %{version}-%{release}
Summary: Virtual Machine Manager
@ -208,6 +208,9 @@ fi
%changelog
* Tue Sep 23 2014 Cole Robinson <crobinso@redhat.com> - 1.1.0-3.git310f6527
- Fix defaults for arm and aarch64 VMs
* Mon Sep 22 2014 Cole Robinson <crobinso@redhat.com> - 1.1.0-2.git30db9ece2
- Fix app hanging at connection startup with remote host (bz #1123266)
- Fix several issues creating host bridges (bz #1122743)