Temporarily add smani/mingw-extras COPR repo for dependencies missing in rawhide

This commit is contained in:
Sandro Mani 2022-02-15 12:42:05 +01:00 committed by Nyall Dawson
parent 6154178ec5
commit cfa6f77c81

View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
dnf install -y 'dnf-command(config-manager)' && \
dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/smani/mingw-extras/repo/fedora-rawhide/smani-mingw-extras-fedora-rawhide.repo && \
dnf install -y --nogpgcheck \ dnf install -y --nogpgcheck \
mingw64-dlfcn \ mingw64-dlfcn \
mingw64-exiv2 \ mingw64-exiv2 \