diff --git a/qemu.changes b/qemu.changes index cc8c1a4e..b37b1a2b 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 63700019..97741920 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 9cf9af2a..a2a64d44 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