Преглед изворни кода

Hack around missing xorg-x11-font-utils package

This is missing in the CentOS 9 repositories for some reason. Download
it directly from the build system until this can be fixed.
tags/v1.12.90
Pierre Ossman пре 1 година
родитељ
комит
3cfd8724a4
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      .github/containers/centos9/build.sh

+ 1
- 0
.github/containers/centos9/build.sh Прегледај датотеку

docker run --volume ${CURDIR}/rpmbuild:/home/rpm/rpmbuild --interactive --rm tigervnc/${DOCKER} \ docker run --volume ${CURDIR}/rpmbuild:/home/rpm/rpmbuild --interactive --rm tigervnc/${DOCKER} \
bash -e -x -c " bash -e -x -c "
sudo dnf install -y xorg-x11-server-devel; 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 dnf builddep -y ~/rpmbuild/SPECS/tigervnc.spec;
sudo chown 0.0 ~/rpmbuild/SOURCES/*; sudo chown 0.0 ~/rpmbuild/SOURCES/*;
sudo chown 0.0 ~/rpmbuild/SPECS/*; sudo chown 0.0 ~/rpmbuild/SPECS/*;

Loading…
Откажи
Сачувај