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

This commit is contained in:
Raboneko
2026-04-10 12:01:13 -05:00
committed by GitHub
parent dbe17ad324
commit 172adedb5d
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")));