Rebase to 2.10.0 GA
This commit is contained in:
parent
3b6c813012
commit
0b42e7fc18
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/qemu-2.10.0-rc1.tar.xz
|
||||
/qemu-2.10.0-rc3.tar.xz
|
||||
/qemu-2.10.0-rc4.tar.xz
|
||||
/qemu-2.10.0.tar.xz
|
||||
|
@ -97,7 +97,7 @@ Requires: %{name}-block-ssh = %{epoch}:%{version}-%{release}
|
||||
%undefine _hardened_build
|
||||
|
||||
# Release candidate version tracking
|
||||
%global rcver rc4
|
||||
# global rcver rc4
|
||||
%if 0%{?rcver:1}
|
||||
%global rcrel .%{rcver}
|
||||
%global rcstr -%{rcver}
|
||||
@ -107,7 +107,7 @@ Requires: %{name}-block-ssh = %{epoch}:%{version}-%{release}
|
||||
Summary: QEMU is a FAST! processor emulator
|
||||
Name: qemu
|
||||
Version: 2.10.0
|
||||
Release: 0.5%{?rcrel}%{?dist}
|
||||
Release: 1%{?rcrel}%{?dist}
|
||||
Epoch: 2
|
||||
License: GPLv2+ and LGPLv2+ and BSD
|
||||
Group: Development/Tools
|
||||
@ -2000,6 +2000,9 @@ getent passwd qemu >/dev/null || \
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 07 2017 Cole Robinson <crobinso@redhat.com> - 2:2.10.0-1
|
||||
- Rebase to 2.10.0 GA
|
||||
|
||||
* Tue Aug 29 2017 Nathaniel McCallum <npmccallum@redhat.com> - 2:2.10.0-0.5.rc4
|
||||
- Fix incorrect byte order in e_machine field in ppc64le binfmt (#1486379)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qemu-2.10.0-rc4.tar.xz) = 49b1d495590f61d1b15a4e9f12aa4364aba9657f13013e45db0d1f9f8a3310ef83344ee34aebb8633bf952be7212099db6f8716c79f8e23a429bf725a20c90ff
|
||||
SHA512 (qemu-2.10.0.tar.xz) = 67891e78a0df8538838c5fc6d5208e1e0c23f608013818ea8f2f6b7dcbf80404113559b4d33aea32daf25bd43c2d8b5befbebf9fab16adf74a50218239cead53
|
||||
|
Loading…
Reference in New Issue
Block a user