Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Jul 22, 2024
1 parent 315d417 commit 68a4204
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/packaging/rpm/spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68a4204

Please sign in to comment.