From 6cf253186b6b4fdfb88b4d1b17278cc7be41f5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steen=20Sch=C3=BCtt?= <6237359+SteenSchutt@users.noreply.github.com> Date: Sat, 12 Jul 2025 12:24:20 +0200 Subject: [PATCH] Use $releasever over RPM macro in repository configuration on RHEL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While it's not really a big deal, RHEL has the $releasever variable with contains the major release of the operating system. Using this instead of inserting the version at file creation time makes it slightly more portable when migrating between OS versions, and it also aligns with the use of $basearch in the very same line :) Signed-off-by: Steen Schütt <6237359+SteenSchutt@users.noreply.github.com> --- _partials/_install-self-hosted-redhat-based.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_partials/_install-self-hosted-redhat-based.md b/_partials/_install-self-hosted-redhat-based.md index 324d0c5707..f94e154c89 100644 --- a/_partials/_install-self-hosted-redhat-based.md +++ b/_partials/_install-self-hosted-redhat-based.md @@ -31,7 +31,7 @@ sudo tee /etc/yum.repos.d/timescale_timescaledb.repo <