commit 1be48f0df6e21b7cceae8900f105e243868bff7c Author: Cole Robinson crobinso@redhat.com Date: Sun Nov 30 17:19:56 2014 -0500
Update to qemu-2.2.0-rc3
qemu.spec | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) --- diff --git a/qemu.spec b/qemu.spec index 792c069..e7d010f 100644 --- a/qemu.spec +++ b/qemu.spec @@ -153,7 +153,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 2.2.0 -Release: 0.1.rc1%{?dist} +Release: 0.2.rc3%{?dist} Epoch: 2 License: GPLv2+ and LGPLv2+ and BSD Group: Development/Tools @@ -168,7 +168,7 @@ ExclusiveArch: %{kvm_archs} %define _smp_mflags %{nil} %endif
-Source0: http://wiki.qemu-project.org/download/%%7Bname%7D-%%7Bversion%7D-rc1.tar.bz2 +Source0: http://wiki.qemu-project.org/download/%%7Bname%7D-%%7Bversion%7D-rc3.tar.bz2
Source1: qemu.binfmt
@@ -731,7 +731,7 @@ CAC emulation development files.
%prep -%setup -q -n qemu-2.2.0-rc1 +%setup -q -n qemu-2.2.0-rc3
%build %if %{with kvmonly} @@ -1500,6 +1500,9 @@ getent passwd qemu >/dev/null || \ %endif
%changelog +* Sun Nov 30 2014 Cole Robinson crobinso@redhat.com - 2:2.2.0-0.2.rc3 +- Update to qemu-2.2.0-rc3 + * Sat Nov 15 2014 Cole Robinson crobinso@redhat.com - 2:2.2.0-0.1.rc1 - Update to qemu-2.2.0-rc1
scm-commits@lists.fedoraproject.org