[elbe-devel] [PATCH] elbepack: rpcaptcache: use correct source package version for lookup

Thomas Weißschuh thomas.weissschuh at linutronix.de
Fri Mar 21 09:36:10 CET 2025


The source package does not necessarily have the same version as its binary
packages. When comparing source packages use the source package version.

Closes: https://github.com/Linutronix/elbe/issues/433
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 elbepack/rpcaptcache.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elbepack/rpcaptcache.py b/elbepack/rpcaptcache.py
index 0b6630b310af2bc262f11b26e2b2ca8feb571eb3..f2a695e98b66dff6223fc8fab9d8e830714fffc2 100644
--- a/elbepack/rpcaptcache.py
+++ b/elbepack/rpcaptcache.py
@@ -126,7 +126,7 @@ class RPCAPTCache(InChRootObject):
                 src_name = pkg.candidate.source_name
                 src_name_lst.append(src_name)
                 version_dict[pkg.name] = pkg.candidate.version
-                version_dict[src_name] = pkg.candidate.version
+                version_dict[src_name] = pkg.candidate.source_version
 
         def mark_install(pkg_lst, suffix):
 

---
base-commit: 18572c85862e22931e83c83c7b9cff3f1d1f0c8f
change-id: 20250321-source-version-57a40e6ebe77

Best regards,
-- 
Thomas Weißschuh <thomas.weissschuh at linutronix.de>



More information about the elbe-devel mailing list