From 68a4204f42ffded43c54729e5ed22e78281e3e2a Mon Sep 17 00:00:00 2001 From: Ludovic <54670129+lbr38@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:42:55 +0200 Subject: [PATCH] patch --- .github/workflows/build-rpm.yml | 7 +++++-- .github/workflows/packaging/rpm/spec | 1 - 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-rpm.yml b/.github/workflows/build-rpm.yml index 393f236..34cb7fa 100644 --- a/.github/workflows/build-rpm.yml +++ b/.github/workflows/build-rpm.yml @@ -189,7 +189,7 @@ jobs: run: echo "VERSION=$(cat ${GITHUB_WORKSPACE}/version)" >> $GITHUB_ENV - name: Install EPEL repository - run: dnf install epel-release -y + run: dnf install epel-release glibc-langpack-en -y # Download builded deb package artifact - name: Download artifact @@ -225,7 +225,7 @@ jobs: run: echo "VERSION=$(cat ${GITHUB_WORKSPACE}/version)" >> $GITHUB_ENV - name: Install EPEL repository - run: dnf install epel-release -y + run: dnf install epel-release glibc-langpack-en -y # Download builded deb package artifact - name: Download artifact @@ -260,6 +260,9 @@ jobs: - name: Get linupdate version run: echo "VERSION=$(cat ${GITHUB_WORKSPACE}/version)" >> $GITHUB_ENV + - name: Install dependencies packages + run: dnf install glibc-langpack-en -y + # Download builded deb package artifact - name: Download artifact uses: actions/download-artifact@v3 diff --git a/.github/workflows/packaging/rpm/spec b/.github/workflows/packaging/rpm/spec index dd68a6b..1098ea7 100644 --- a/.github/workflows/packaging/rpm/spec +++ b/.github/workflows/packaging/rpm/spec @@ -17,7 +17,6 @@ Requires: virt-what Requires: net-tools Requires: bind-utils Requires: yum-utils -Requires: glibc-langpack-en %description Linupdate package updater - Repomanager client side agent