antiderivative
antiderivative
BBlueBuild
Created by antiderivative on 8/9/2024 in #questions
OS_VERSION in recipe.yml
Yeah, thanks for clarifying, got it to work.
9 replies
BBlueBuild
Created by antiderivative on 8/9/2024 in #questions
OS_VERSION in recipe.yml
the %OS_VERSION% magic string only work in repos or it works in --from-repo also?
9 replies
BBlueBuild
Created by antiderivative on 8/9/2024 in #questions
OS_VERSION in recipe.yml
here's the entire module
- type: rpm-ostree
repos:
- https://copr.fedorainfracloud.org/coprs/antiderivative/libfprint-tod-goodix-0.0.9/repo/fedora-%OS_VERSION%/antiderivative-libfprint-tod-goodix-0.0.9-fedora-%OS_VERSION%.repo
replace:
- from-repo: https://copr.fedorainfracloud.org/coprs/antiderivative/libfprint-tod-goodix-0.0.9/repo/fedora-%OS_VERSION%/antiderivative-libfprint-tod-goodix-0.0.9-fedora-%OS_VERSION%.repo
packages:
- libfprint-tod
remove:
- libfprint
install:
- libfprint-tod-goodix
- type: rpm-ostree
repos:
- https://copr.fedorainfracloud.org/coprs/antiderivative/libfprint-tod-goodix-0.0.9/repo/fedora-%OS_VERSION%/antiderivative-libfprint-tod-goodix-0.0.9-fedora-%OS_VERSION%.repo
replace:
- from-repo: https://copr.fedorainfracloud.org/coprs/antiderivative/libfprint-tod-goodix-0.0.9/repo/fedora-%OS_VERSION%/antiderivative-libfprint-tod-goodix-0.0.9-fedora-%OS_VERSION%.repo
packages:
- libfprint-tod
remove:
- libfprint
install:
- libfprint-tod-goodix
9 replies