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
This commit is contained in:
parent
eedf97c38f
commit
0c0fef9edd
13
qemu.changes
13
qemu.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 12 19:22:46 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <brogers@suse.com>
|
Fri Mar 5 21:35:22 UTC 2021 - Bruce Rogers <brogers@suse.com>
|
||||||
|
|
||||||
|
@ -18,6 +18,8 @@
|
|||||||
|
|
||||||
# !! IMPORTANT !! See README.PACKAGING before modifying package in any way
|
# !! IMPORTANT !! See README.PACKAGING before modifying package in any way
|
||||||
|
|
||||||
|
#!ForceMultiversion
|
||||||
|
|
||||||
%define _buildshell /bin/bash
|
%define _buildshell /bin/bash
|
||||||
|
|
||||||
%define build_x86_firmware_from_source 0
|
%define build_x86_firmware_from_source 0
|
||||||
|
@ -18,6 +18,8 @@
|
|||||||
|
|
||||||
# !! IMPORTANT !! See README.PACKAGING before modifying package in any way
|
# !! IMPORTANT !! See README.PACKAGING before modifying package in any way
|
||||||
|
|
||||||
|
#!ForceMultiversion
|
||||||
|
|
||||||
%define _buildshell /bin/bash
|
%define _buildshell /bin/bash
|
||||||
|
|
||||||
%define build_x86_firmware_from_source 0
|
%define build_x86_firmware_from_source 0
|
||||||
|
Loading…
Reference in New Issue
Block a user