]> source.dussan.org Git - tigervnc.git/commitdiff
Hack around missing xorg-x11-font-utils package 1535/head
authorPierre Ossman <ossman@cendio.se>
Fri, 14 Oct 2022 07:26:18 +0000 (09:26 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 14 Oct 2022 11:23:23 +0000 (13:23 +0200)
This is missing in the CentOS 9 repositories for some reason. Download
it directly from the build system until this can be fixed.

.github/containers/centos9/build.sh

index ae2371b684a1385b9b30d4870ec5ebf9a615ad7b..781889b32844374d8a679473b58eaf130a0f8a3c 100755 (executable)
@@ -34,6 +34,7 @@ sed -i "s/@VERSION@/${VERSION}/" ${CURDIR}/rpmbuild/SPECS/tigervnc.spec
 docker run --volume ${CURDIR}/rpmbuild:/home/rpm/rpmbuild --interactive --rm tigervnc/${DOCKER} \
        bash -e -x -c "
        sudo dnf install -y xorg-x11-server-devel;
+       sudo dnf install -y https://kojihub.stream.centos.org/kojifiles/packages/xorg-x11-font-utils/7.5/53.el9/x86_64/xorg-x11-font-utils-7.5-53.el9.x86_64.rpm;
        sudo dnf builddep -y ~/rpmbuild/SPECS/tigervnc.spec;
        sudo chown 0.0 ~/rpmbuild/SOURCES/*;
        sudo chown 0.0 ~/rpmbuild/SPECS/*;