diff mbox series

[04/48] dnf: upgrade 4.18.2 -> 4.19.0

Message ID 1709105575-24259-4-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit f6241428aaf54e540795efc64844cab5acd9629b
Headers show
Series [01/48] bash-completion: upgrade 2.11 -> 2.12.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 28, 2024, 7:32 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Do not load filelists metadata by default
-Disable deltarpm support
-Add a hint for user on transaction file dependency failure
-Fix failing API unit test on rawhide (RhBug:2261066)
-automatic: Use add_security_filters, not _update_security_filters

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/dnf/{dnf_4.18.2.bb => dnf_4.19.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/dnf/{dnf_4.18.2.bb => dnf_4.19.0.bb} (98%)

Comments

Richard Purdie Feb. 28, 2024, 1:47 p.m. UTC | #1
On Wed, 2024-02-28 at 15:32 +0800, wangmy via lists.openembedded.org
wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> Changelog:
> ==========
> -Do not load filelists metadata by default
> -Disable deltarpm support
> -Add a hint for user on transaction file dependency failure
> -Fix failing API unit test on rawhide (RhBug:2261066)
> -automatic: Use add_security_filters, not _update_security_filters
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  meta/recipes-devtools/dnf/{dnf_4.18.2.bb => dnf_4.19.0.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/dnf/{dnf_4.18.2.bb => dnf_4.19.0.bb}
> (98%)
> 
> diff --git a/meta/recipes-devtools/dnf/dnf_4.18.2.bb b/meta/recipes-
> devtools/dnf/dnf_4.19.0.bb
> similarity index 98%
> rename from meta/recipes-devtools/dnf/dnf_4.18.2.bb
> rename to meta/recipes-devtools/dnf/dnf_4.19.0.bb
> index dc0c18be5e..784d7a94b3 100644
> --- a/meta/recipes-devtools/dnf/dnf_4.18.2.bb
> +++ b/meta/recipes-devtools/dnf/dnf_4.19.0.bb
> @@ -19,7 +19,7 @@ SRC_URI = "git://github.com/rpm-software-
> management/dnf.git;branch=master;protoc
>  
>  SRC_URI:append:class-native =
> "file://0001-dnf-write-the-log-lock-to-root.patch"
>  
> -SRCREV = "1c43d0999178d492381ad0b43917ffd9c74016f8"
> +SRCREV = "566a61f9d8a2830ac6dcc3a94c59224cef1c3d03"
>  UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
>  
>  S = "${WORKDIR}/git"
> 

This broke in image and sdk construction:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6620

Cheers,

Richard
diff mbox series

Patch

diff --git a/meta/recipes-devtools/dnf/dnf_4.18.2.bb b/meta/recipes-devtools/dnf/dnf_4.19.0.bb
similarity index 98%
rename from meta/recipes-devtools/dnf/dnf_4.18.2.bb
rename to meta/recipes-devtools/dnf/dnf_4.19.0.bb
index dc0c18be5e..784d7a94b3 100644
--- a/meta/recipes-devtools/dnf/dnf_4.18.2.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.19.0.bb
@@ -19,7 +19,7 @@  SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
 
 SRC_URI:append:class-native = "file://0001-dnf-write-the-log-lock-to-root.patch"
 
-SRCREV = "1c43d0999178d492381ad0b43917ffd9c74016f8"
+SRCREV = "566a61f9d8a2830ac6dcc3a94c59224cef1c3d03"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"