ci: fix EPEL builds
This commit is contained in:
parent
05bff3dcac
commit
8cf0a51e1c
3 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ tasks:
|
|||
cd forge-srpm-macros
|
||||
if [ "$(rpm -E %{?rhel})" = "9" ]; then
|
||||
sudo dnf install -y epel-rpm-macros
|
||||
make epel9-build
|
||||
make epel-build
|
||||
export \
|
||||
MACRO_DIR="$(pwd)/epel9/rpm/macros.d" \
|
||||
MACRO_LUA_DIR="$(pwd)/epel9/rpm/lua"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ tasks:
|
|||
cd forge-srpm-macros
|
||||
if [ "$(rpm -E %{?rhel})" = "9" ]; then
|
||||
sudo dnf install -y epel-rpm-macros
|
||||
make epel9-build
|
||||
make epel-build
|
||||
export \
|
||||
MACRO_DIR="$(pwd)/epel9/rpm/macros.d" \
|
||||
MACRO_LUA_DIR="$(pwd)/epel9/rpm/lua"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ tasks:
|
|||
cd forge-srpm-macros
|
||||
if [ "$(rpm -E %{?rhel})" = "9" ]; then
|
||||
sudo dnf install -y epel-rpm-macros
|
||||
make epel9-build
|
||||
make epel-build
|
||||
export \
|
||||
MACRO_DIR="$(pwd)/epel9/rpm/macros.d" \
|
||||
MACRO_LUA_DIR="$(pwd)/epel9/rpm/lua"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue