From bfc3dbfece1c046cbfe937ed76a266a36fa7a1c0 Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Thu, 26 Sep 2024 09:32:54 -0400 Subject: [PATCH] * Thu Sep 26 2024 Miroslav Rezanina - 9.1.0-1 - Rebase to QEMU 9.1 [RHEL-41247] - Resolves: RHEL-41247 (Rebase qemu-9.1 for RHEL 9.6) Fixing NVR --- README.rst | 19 +++++++++++++++++++ qemu-kvm.spec | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..15f93e6 --- /dev/null +++ b/README.rst @@ -0,0 +1,19 @@ +=================== +qemu-kvm development +=================== + +qemu-kvm is maintained in a `source tree`_ rather than directly in dist-git. +This provides way to develope using regular source code structure and provides +way to generate SRPM and build using koji service. In addition, local build using +CentOS 9 Stream specific configuration. + +Developers deliver all changes to source-git using merge request. Only maintainers +will be pushing changes sent to source-git to dist-git. + +Each release in dist-git is tagged in the source repository so you can easily +check out the source tree for a build. The tags are in the format +name-version-release, but note release doesn't contain the dist tag since the +source can be built in different build roots (Fedora, CentOS, etc.) + +.. _source tree: https://gitlab.com/redhat/centos-stream/src/qemu-kvm + diff --git a/qemu-kvm.spec b/qemu-kvm.spec index 2c7012d..50358d4 100644 --- a/qemu-kvm.spec +++ b/qemu-kvm.spec @@ -149,7 +149,7 @@ Obsoletes: %{name}-block-ssh <= %{epoch}:%{version} \ Summary: QEMU is a machine emulator and virtualizer Name: qemu-kvm Version: 9.1.0 -Release: 1%{?rcrel}%{?dist}%{?cc_suffix}.mrezanin202409260323 +Release: 1%{?rcrel}%{?dist}%{?cc_suffix} # Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped # Epoch 15 used for RHEL 8 # Epoch 17 used for RHEL 9 (due to release versioning offset in RHEL 8.5)