fix: Let xapp-symbolic-icons only exist on lower branches (#11138)

This commit is contained in:
Gilver
2026-04-10 11:54:32 -05:00
committed by GitHub
parent 2f8292a8e9
commit cc35e89b72
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -3,4 +3,7 @@ project pkg {
rpm {
spec = "xapp-symbolic-icons.spec"
}
labels {
updbranch = 1
}
}
+3 -1
View File
@@ -1 +1,3 @@
rpm.version(gh_tag("xapp-project/xapp-symbolic-icons"));
import "andax/bump_extras.rhai" as bump;
rpm.version(bump::bodhi("xapp-symbolic-icons", bump::as_bodhi_ver("f44")));