feat(kf6-kio): track ecm too in update (#5990)

This commit is contained in:
madomado
2025-08-05 10:24:08 +08:00
committed by GitHub
parent 913e09983c
commit 44270fa102
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
%global stable_kf6 stable
%global majmin_ver_kf6 6.17
%global ecm_ver 6.17.0
%global ecm_rel 1
Name: kf6-%{framework}
Version: %{majmin_ver_kf6}.0
+4
View File
@@ -14,3 +14,7 @@ for entry in get(url).json().updates[0].title.split(' ') {
}
break;
}
let vr = bump::bodhi_vr("extra-cmake-modules", branch);
rpm.global("ecm_ver", vr[1]);
rpm.global("ecm_rel", vr[2]);