Update to 2.0.0 GA

This commit is contained in:
Cole Robinson 2014-04-17 12:25:50 -04:00
parent f03d6d0588
commit 269942c0fd
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ qemu-kvm-0.13.0-25fdf4a.tar.gz
/qemu-1.7.0.tar.bz2
/qemu-2.0.0-rc0.tar.bz2
/qemu-2.0.0-rc3.tar.bz2
/qemu-2.0.0.tar.bz2

View File

@ -147,7 +147,7 @@
Summary: QEMU is a FAST! processor emulator
Name: qemu
Version: 2.0.0
Release: 0.3.rc3%{?dist}
Release: 1%{?dist}
Epoch: 2
License: GPLv2+ and LGPLv2+ and BSD
Group: Development/Tools
@ -162,8 +162,7 @@ ExclusiveArch: %{kvm_archs}
%define _smp_mflags %{nil}
%endif
#Source0: http://wiki.qemu-project.org/download/%{name}-%{version}.tar.bz2
Source0: http://wiki.qemu-project.org/download/%{name}-%{version}-rc3.tar.bz2
Source0: http://wiki.qemu-project.org/download/%{name}-%{version}.tar.bz2
Source1: qemu.binfmt
@ -695,7 +694,7 @@ CAC emulation development files.
%prep
%setup -q -n qemu-2.0.0-rc3
%setup -q
# Change gtk quit accelerator to ctrl+shift+q (bz #1062393)
# Patches queued for 2.1
@ -1451,6 +1450,9 @@ getent passwd qemu >/dev/null || \
%endif
%changelog
* Thu Apr 17 2014 Cole Robinson <crobinso@redhat.com> - 2:2.0.0-1
- Update to 2.0.0 GA
* Tue Apr 15 2014 Cole Robinson <crobinso@redhat.com> - 2:2.0.0-0.3.rc3
- Update to qemu 2.0-rc3
- Fix crash when restoring from snapshot (bz #1085632)

View File

@ -1 +1 @@
c0c2d6fef9089df1e7dd3303d9e4d0dd qemu-2.0.0-rc3.tar.bz2
2790f44fd76da5de5024b4aafeb594c2 qemu-2.0.0.tar.bz2