From e4dbbe2914da39624b09ebfea7bc3e15e3acc84d Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Fri, 10 Jul 2026 13:33:43 +0200 Subject: [PATCH] Update version to Voyager line Resolves: VOYAGER-1263 --- qemu-kvm.spec | 4 ++-- rpminspect.yaml | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 rpminspect.yaml diff --git a/qemu-kvm.spec b/qemu-kvm.spec index 5ef3520..e5730f7 100644 --- a/qemu-kvm.spec +++ b/qemu-kvm.spec @@ -143,11 +143,11 @@ Obsoletes: %{name}-block-ssh <= %{epoch}:%{version} \ Summary: QEMU is a machine emulator and virtualizer Name: qemu-kvm Version: 10.1.0 -Release: 24%{?rcrel}%{?dist}%{?cc_suffix} +Release: 24%{?rcrel}%{?dist}%{?cc_suffix}.1 # 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) -Epoch: 18 +Epoch: 19 License: GPL-2.0-only AND GPL-2.0-or-later AND CC-BY-3.0 URL: http://www.qemu.org/ ExclusiveArch: x86_64 %{power64} aarch64 s390x riscv64 diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..e09d8b9 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,13 @@ +--- +elf: + exclude_path: (.*s390-ccw.img.*)|(.*s390-netboot.img.*) +inspections: + badfuncs: off + lostpayload: off +annocheck: + - hardened: --skip-cf-protection --skip-property-note --skip-stack-clash --ignore-unknown --verbose + - rhel-policy: --skip-cf-protection --skip-property-note --skip-stack-clash --ignore-unknown --verbose + ignore: + - /usr/share/qemu-kvm/s390-ccw.img + - /usr/share/qemu-kvm/s390-netboot.img +