Hi Alexander, This upgrade introduces a regression of building nativesdk-libdnf. `bitbake nativesdk-libdnf' and we can see do_package failure. Regards, Chen Qi On 05/24/2021 05:13 PM, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > .../libdnf/{libdnf_0.62.0.bb => libdnf_0.63.0.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta/recipes-devtools/libdnf/{libdnf_0.62.0.bb => libdnf_0.63.0.bb} (94%) > > diff --git a/meta/recipes-devtools/libdnf/libdnf_0.62.0.bb b/meta/recipes-devtools/libdnf/libdnf_0.63.0.bb > similarity index 94% > rename from meta/recipes-devtools/libdnf/libdnf_0.62.0.bb > rename to meta/recipes-devtools/libdnf/libdnf_0.63.0.bb > index e2c2c41c6a..79e8865456 100644 > --- a/meta/recipes-devtools/libdnf/libdnf_0.62.0.bb > +++ b/meta/recipes-devtools/libdnf/libdnf_0.63.0.bb > @@ -14,8 +14,8 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master \ > file://0001-libdnf-config.h-avoid-the-use-of-non-portable-__WORD.patch \ > " > > -SRCREV = "9a0e17562b19586b3ffa70fa93eb961b558794c7" > -UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" > +SRCREV = "669a5c691acba91693d238d6262ac99a440aa9b3" > +UPSTREAM_CHECK_GITTAGREGEX = "(?P(?!4\.90)\d+(\.\d+)+)" > > S = "${WORKDIR}/git" > > > > >