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

This commit is contained in:
Gilver
2026-05-31 03:59:29 -05:00
committed by GitHub
parent 5a2ae5d8f9
commit d49706c67c
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)));