fix: Disable negativo when installing libbluray to avoid installing makemkv

This commit is contained in:
Kyle Gospodnetich 2025-02-03 10:23:25 -08:00 committed by GitHub
parent 63565cf7e3
commit 2925b83cee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,11 +178,13 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
for repo in "${!toswap[@]}"; do \
for package in ${toswap[$repo]}; do dnf5 -y swap --repo=$repo $package $package; done; \
done && unset -v toswap repo package && \
dnf5 config-manager setopt fedora-multimedia.enabled=0 && \
dnf5 -y install --enable-repo="*rpmfusion*" \
libaacs \
libbdplus \
libbluray \
libbluray-utils && \
dnf5 config-manager setopt fedora-multimedia.enabled=1 && \
/ctx/cleanup
# Remove unneeded packages