chore(fdk-aac): Track Bodhi (#12767) (#12770)

(cherry picked from commit d49706c67c)

Co-authored-by: Gilver <roachy@fyralabs.com>
This commit is contained in:
Raboneko
2026-05-31 04:01:00 -05:00
committed by GitHub
parent 0ccfb7c789
commit e15c421ed3
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ project pkg {
spec = "fdk-aac.spec"
}
labels {
mock=1
mock = 1
subrepo = "multimedia"
weekly = 1
updbranch = 1
}
}
+3 -1
View File
@@ -1 +1,3 @@
rpm.version(gh_tag("mstorsjo/fdk-aac"));
import "andax/bump_extras.rhai" as bump;
rpm.version(bump::bodhi("fdk-aac-free", bump::as_bodhi_ver(labels.branch)));