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 8a7603a commit 4e1388e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .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 glibc-langpack-en -y
run: dnf install epel-release -y

# Download builded deb package artifact
- name: Download artifact
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/packaging/rpm/spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ 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 4e1388e

Please sign in to comment.