* [pve-devel] [PATCH qemu] d/rules: add revision to package version
@ 2022-09-30 12:18 Fiona Ebner
2022-10-10 10:53 ` [pve-devel] applied: " Wolfgang Bumiller
0 siblings, 1 reply; 2+ messages in thread
From: Fiona Ebner @ 2022-09-30 12:18 UTC (permalink / raw)
To: pve-devel
This version string can be queried with $BINARY --version as well as
the query-version QMP command.
Useful for qemu-server to be able to report the running QEMU version
exactly. Could also be used to version guard against features as an
alternative to the query-proxmox-support QMP command.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 6192fe7..0226c43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ ${BUILDDIR}/config.status: configure
--sysconfdir=/etc \
--target-list=$(ARCH)-softmmu,aarch64-softmmu \
--with-suffix="kvm" \
- --with-pkgversion="${DEB_SOURCE}_${DEB_VERSION_UPSTREAM}" \
+ --with-pkgversion="${DEB_SOURCE}_${DEB_VERSION_UPSTREAM_REVISION}" \
--audio-drv-list="alsa" \
--datadir=/usr/share \
--libexecdir=/usr/lib/kvm \
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH qemu] d/rules: add revision to package version
2022-09-30 12:18 [pve-devel] [PATCH qemu] d/rules: add revision to package version Fiona Ebner
@ 2022-10-10 10:53 ` Wolfgang Bumiller
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Bumiller @ 2022-10-10 10:53 UTC (permalink / raw)
To: Fiona Ebner; +Cc: pve-devel
applied, thanks
On Fri, Sep 30, 2022 at 02:18:31PM +0200, Fiona Ebner wrote:
> This version string can be queried with $BINARY --version as well as
> the query-version QMP command.
>
> Useful for qemu-server to be able to report the running QEMU version
> exactly. Could also be used to version guard against features as an
> alternative to the query-proxmox-support QMP command.
>
> Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
> ---
> debian/rules | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/debian/rules b/debian/rules
> index 6192fe7..0226c43 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -48,7 +48,7 @@ ${BUILDDIR}/config.status: configure
> --sysconfdir=/etc \
> --target-list=$(ARCH)-softmmu,aarch64-softmmu \
> --with-suffix="kvm" \
> - --with-pkgversion="${DEB_SOURCE}_${DEB_VERSION_UPSTREAM}" \
> + --with-pkgversion="${DEB_SOURCE}_${DEB_VERSION_UPSTREAM_REVISION}" \
> --audio-drv-list="alsa" \
> --datadir=/usr/share \
> --libexecdir=/usr/lib/kvm \
> --
> 2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-10 10:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-30 12:18 [pve-devel] [PATCH qemu] d/rules: add revision to package version Fiona Ebner
2022-10-10 10:53 ` [pve-devel] applied: " Wolfgang Bumiller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox