From: Wang Mingyu Date: Thu, 1 Jun 2023 09:03:12 +0000 (+0800) Subject: libdnf: upgrade 0.70.0 -> 0.70.1 X-Git-Tag: uninative-4.1~586 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=965f0b5f50c2c1453d6e7d4f32091635c0ec1e49;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libdnf: upgrade 0.70.0 -> 0.70.1 Changelog: ========== Add repoid to solver errors for RPMs (RhBug:2179413) Avoid using obsolete RPM API and drop redundant calls Remove DNF from list of protected packages Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/libdnf/libdnf_0.70.0.bb b/meta/recipes-devtools/libdnf/libdnf_0.70.1.bb similarity index 97% rename from meta/recipes-devtools/libdnf/libdnf_0.70.0.bb rename to meta/recipes-devtools/libdnf/libdnf_0.70.1.bb index 14d6a37de17..c44ae2729b0 100644 --- a/meta/recipes-devtools/libdnf/libdnf_0.70.0.bb +++ b/meta/recipes-devtools/libdnf/libdnf_0.70.1.bb @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;p file://0001-drop-FindPythonInstDir.cmake.patch \ " -SRCREV = "93759bc5cac262906e52b6a173d7b157914ec29e" +SRCREV = "3b8e59ad8ed3a3eb736d8a2e16b4fc04313d1f12" UPSTREAM_CHECK_GITTAGREGEX = "(?P(?!4\.90)\d+(\.\d+)+)" S = "${WORKDIR}/git"