From aacfcdccabf32f3e60dc62a18ded76749509a4a3 Mon Sep 17 00:00:00 2001 From: Jason N <33561705+JasonN3@users.noreply.github.com> Date: Thu, 11 Apr 2024 14:12:48 -0400 Subject: [PATCH] update ubi version --- repos/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/Makefile b/repos/Makefile index 18c7605..e6c3eaf 100644 --- a/repos/Makefile +++ b/repos/Makefile @@ -3,7 +3,7 @@ repos: $(_REPO_FILES) # Step 2: Replace vars in repo files %.repo: /etc/yum.repos.d/%.repo cp /etc/yum.repos.d/$*.repo $*.repo - $(if $(findstring redhat,$*),sed -i "s/rhel8/rhel$(word 1,$(subst ., ,$(VERSION)))/g" $*.repo) + $(if $(findstring redhat,$*),sed -i "s/rhel9/rhel$(word 1,$(subst ., ,$(VERSION)))/g" $*.repo) sed -i "s/\$$releasever/$(VERSION)/g" $*.repo sed -i "s/\$$basearch/$(ARCH)/g" $*.repo @@ -13,4 +13,4 @@ FILES=$(wildcard *.repo) clean: ifneq ($(FILES),) rm -Rf $(FILES) -endif \ No newline at end of file +endif