diff mbox series

[2/2] package/qemu: renumber patch

Message ID 20240501120050.670109-2-dario.binacchi@amarulasolutions.com
State Changes Requested
Headers show
Series [1/2] package/qemu: fix disabling fp-bench test compilation | expand

Commit Message

Dario Binacchi May 1, 2024, noon UTC
Commit 3fa1ae00681ca ("package/qemu: add option to enable tracing")
added a patch with a wrong number.

The patch also updates the upstream trailer of the renumbered patch to
ensure successful completion of the `utils/docker-run make check-package`
command checks.

The patch also modifies the upstream trailer of the renumbered patch to
successfully pass the checks of the `utils/docker-run make check-package`
command.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
 .checkpackageignore                                             | 1 +
 ...3-tracing-install-trace-events-file-only-if-necessary.patch} | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 rename package/qemu/{0004-tracing-install-trace-events-file-only-if-necessary.patch => 0003-tracing-install-trace-events-file-only-if-necessary.patch} (90%)

Comments

Romain Naour May 1, 2024, 8:29 p.m. UTC | #1
Hello Dario, All,

Le 01/05/2024 à 14:00, Dario Binacchi a écrit :
> Commit 3fa1ae00681ca ("package/qemu: add option to enable tracing")
> added a patch with a wrong number.
> 
> The patch also updates the upstream trailer of the renumbered patch to
> ensure successful completion of the `utils/docker-run make check-package`
> command checks.
> 
> The patch also modifies the upstream trailer of the renumbered patch to
> successfully pass the checks of the `utils/docker-run make check-package`
> command.
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
>  .checkpackageignore                                             | 1 +
>  ...3-tracing-install-trace-events-file-only-if-necessary.patch} | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)
>  rename package/qemu/{0004-tracing-install-trace-events-file-only-if-necessary.patch => 0003-tracing-install-trace-events-file-only-if-necessary.patch} (90%)
> 
> diff --git a/.checkpackageignore b/.checkpackageignore
> index c16e17cc35e4..e4f9139d665a 100644
> --- a/.checkpackageignore
> +++ b/.checkpackageignore
> @@ -1075,6 +1075,7 @@ package/python3/0030-Add-an-option-to-disable-the-berkeleydb-module.patch lib_pa
>  package/python3/0031-lib-crypt-uClibc-ng-doesn-t-set-errno-when-encryptio.patch lib_patch.Upstream
>  package/qemu/0001-tests-fp-meson-don-t-build-fp-bench-test-if-fenv.h-i.patch lib_patch.Upstream
>  package/qemu/0002-softmmu-qemu-seccomp.c-add-missing-header-for-CLONE_.patch lib_patch.Upstream
> +package/qemu/0003-tracing-install-trace-events-file-only-if-necessary.patch lib_patch.Upstream
>  package/qextserialport/0001-Create-a-main-include-file-QExtSerialPort.patch lib_patch.Upstream
>  package/qextserialport/0002-Tell-qmake-to-add-a-pkgconfig-file-to-ease-usage-wit.patch lib_patch.Upstream
>  package/qt5/qt5base/0001-qtbase-Fix-build-error-when-using-EGL.patch lib_patch.Upstream
> diff --git a/package/qemu/0004-tracing-install-trace-events-file-only-if-necessary.patch b/package/qemu/0003-tracing-install-trace-events-file-only-if-necessary.patch
> similarity index 90%
> rename from package/qemu/0004-tracing-install-trace-events-file-only-if-necessary.patch
> rename to package/qemu/0003-tracing-install-trace-events-file-only-if-necessary.patch
> index 36bdaa4978ad..f9b82865ce16 100644
> --- a/package/qemu/0004-tracing-install-trace-events-file-only-if-necessary.patch
> +++ b/package/qemu/0003-tracing-install-trace-events-file-only-if-necessary.patch
> @@ -5,7 +5,7 @@ Subject: [PATCH] tracing: install trace events file only if necessary
>  
>  It is not useful when configuring with --enable-trace-backends=nop.
>  
> -Upstream: https://patchwork.kernel.org/project/qemu-devel/patch/20230408010410.281263-1-casantos@redhat.com/
> +[Upstream status: https://patchwork.kernel.org/project/qemu-devel/patch/20230408010410.281263-1-casantos@redhat.com/]

Same comment, use Upstream: to avoid the check-package warning.

Best regards,
Romain


>  Signed-off-by: Carlos Santos <casantos@redhat.com>
>  Signed-off-by: Carlos Santos <unixmania@gmail.com>
>  ---
diff mbox series

Patch

diff --git a/.checkpackageignore b/.checkpackageignore
index c16e17cc35e4..e4f9139d665a 100644
--- a/.checkpackageignore
+++ b/.checkpackageignore
@@ -1075,6 +1075,7 @@  package/python3/0030-Add-an-option-to-disable-the-berkeleydb-module.patch lib_pa
 package/python3/0031-lib-crypt-uClibc-ng-doesn-t-set-errno-when-encryptio.patch lib_patch.Upstream
 package/qemu/0001-tests-fp-meson-don-t-build-fp-bench-test-if-fenv.h-i.patch lib_patch.Upstream
 package/qemu/0002-softmmu-qemu-seccomp.c-add-missing-header-for-CLONE_.patch lib_patch.Upstream
+package/qemu/0003-tracing-install-trace-events-file-only-if-necessary.patch lib_patch.Upstream
 package/qextserialport/0001-Create-a-main-include-file-QExtSerialPort.patch lib_patch.Upstream
 package/qextserialport/0002-Tell-qmake-to-add-a-pkgconfig-file-to-ease-usage-wit.patch lib_patch.Upstream
 package/qt5/qt5base/0001-qtbase-Fix-build-error-when-using-EGL.patch lib_patch.Upstream
diff --git a/package/qemu/0004-tracing-install-trace-events-file-only-if-necessary.patch b/package/qemu/0003-tracing-install-trace-events-file-only-if-necessary.patch
similarity index 90%
rename from package/qemu/0004-tracing-install-trace-events-file-only-if-necessary.patch
rename to package/qemu/0003-tracing-install-trace-events-file-only-if-necessary.patch
index 36bdaa4978ad..f9b82865ce16 100644
--- a/package/qemu/0004-tracing-install-trace-events-file-only-if-necessary.patch
+++ b/package/qemu/0003-tracing-install-trace-events-file-only-if-necessary.patch
@@ -5,7 +5,7 @@  Subject: [PATCH] tracing: install trace events file only if necessary
 
 It is not useful when configuring with --enable-trace-backends=nop.
 
-Upstream: https://patchwork.kernel.org/project/qemu-devel/patch/20230408010410.281263-1-casantos@redhat.com/
+[Upstream status: https://patchwork.kernel.org/project/qemu-devel/patch/20230408010410.281263-1-casantos@redhat.com/]
 Signed-off-by: Carlos Santos <casantos@redhat.com>
 Signed-off-by: Carlos Santos <unixmania@gmail.com>
 ---