mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix: Let xapp-symbolic-icons only exist on lower branches (#11138)
This commit is contained in:
@@ -3,4 +3,7 @@ project pkg {
|
||||
rpm {
|
||||
spec = "xapp-symbolic-icons.spec"
|
||||
}
|
||||
labels {
|
||||
updbranch = 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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")));
|
||||
|
||||
Reference in New Issue
Block a user