From 0c0fef9edd9319ff5bf0f320de7e992613c398ed415063cc6b8afc6bc85a5fdd Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Fri, 12 Mar 2021 19:58:04 +0000 Subject: [PATCH] Accepting request 878619 from home:dimstar:Factory - Add #!ForceMultiversion to qemu.spec: + As the spec file defines different Version: fiels for various subpackages, we must instruct OBS to not ever reset the checkin-counter, as it would by defalut on a version increase. Resetting the version counter results in sub-packages reusing their VERSION-RELEASE from the past (e.g. qemu-ipxe is version 1.0.0+, and upon checkin of a new qemu version, RELEASE is reset to 1.1, thus again producing qemu-ipxe-1.0.0+-1.1.noarch.rpm. OBS-URL: https://build.opensuse.org/request/show/878619 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=628 --- qemu.changes | 13 +++++++++++++ qemu.spec | 2 ++ qemu.spec.in | 2 ++ 3 files changed, 17 insertions(+) diff --git a/qemu.changes b/qemu.changes index cc8c1a4..b37b1a2 100644 --- a/qemu.changes +++ b/qemu.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Mar 12 19:22:46 UTC 2021 - Dominique Leuenberger + +- Add #!ForceMultiversion to qemu.spec: + + As the spec file defines different Version: fiels for various + subpackages, we must instruct OBS to not ever reset the + checkin-counter, as it would by defalut on a version increase. + Resetting the version counter results in sub-packages reusing + their VERSION-RELEASE from the past (e.g. qemu-ipxe is version + 1.0.0+, and upon checkin of a new qemu version, RELEASE is + reset to 1.1, thus again producing + qemu-ipxe-1.0.0+-1.1.noarch.rpm. + ------------------------------------------------------------------- Fri Mar 5 21:35:22 UTC 2021 - Bruce Rogers diff --git a/qemu.spec b/qemu.spec index 6370001..9774192 100644 --- a/qemu.spec +++ b/qemu.spec @@ -18,6 +18,8 @@ # !! IMPORTANT !! See README.PACKAGING before modifying package in any way +#!ForceMultiversion + %define _buildshell /bin/bash %define build_x86_firmware_from_source 0 diff --git a/qemu.spec.in b/qemu.spec.in index 9cf9af2..a2a64d4 100644 --- a/qemu.spec.in +++ b/qemu.spec.in @@ -18,6 +18,8 @@ # !! IMPORTANT !! See README.PACKAGING before modifying package in any way +#!ForceMultiversion + %define _buildshell /bin/bash %define build_x86_firmware_from_source 0