Add AlmaLinux repositories

Add AlmaLinux and AlmaLinux Kitten x86_64_v2 support
This commit is contained in:
Eduard Abdullin 2026-08-12 13:31:37 +00:00 committed by root
commit 23590fe837
2 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,6 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Andrew Lukoshko <alukoshko@almalinux.org>
Date: Wed, 12 Aug 2026 00:00:00 +0000
Subject: [PATCH] go.mod: update osbuild/images to v0.245.1
Adds the PQC keys to rolling distribution repository configs (rhel-9 and
@ -7,9 +10,10 @@ Produced with: go get github.com/osbuild/images@v0.245.1 && go mod tidy &&
go mod vendor, against the public Go module proxy.
---
diff --git a/go.mod b/go.mod
index 380162a..e338fa0 100644
--- a/go.mod
+++ b/go.mod
@@ -32,7 +32,7 @@
@@ -32,7 +32,7 @@ require (
github.com/oapi-codegen/runtime v1.2.0
github.com/openshift-online/ocm-sdk-go v0.1.497
github.com/osbuild/blueprint v1.23.0
@ -19,9 +23,10 @@ diff --git a/go.mod b/go.mod
github.com/prometheus/client_golang v1.23.2
github.com/segmentio/ksuid v1.0.4
diff --git a/go.sum b/go.sum
index c06f3d4..b426dda 100644
--- a/go.sum
+++ b/go.sum
@@ -520,8 +520,8 @@
@@ -520,8 +520,8 @@ github.com/oracle/oci-go-sdk/v54 v54.0.0 h1:CDLjeSejv2aDpElAJrhKpi6zvT/zhZCZuXch
github.com/oracle/oci-go-sdk/v54 v54.0.0/go.mod h1:+t+yvcFGVp+3ZnztnyxqXfQDsMlq8U25faBLa+mqCMc=
github.com/osbuild/blueprint v1.23.0 h1:HGMuRKpYg2xBy1QnAQDaIM6xnmzXh4QBrjic86C6Xr8=
github.com/osbuild/blueprint v1.23.0/go.mod h1:HPlJzkEl7q5g8hzaGksUk7ifFAy9QFw9LmzhuFOAVm4=
@ -33,6 +38,7 @@ diff --git a/go.sum b/go.sum
github.com/osbuild/osbuild-composer/pkg/splunk_logger v0.0.0-20240814102216-0239db53236d/go.mod h1:zR1iu/hOuf+OQNJlk70tju9IqzzM4ycq0ectkFBm94U=
github.com/perimeterx/marshmallow v1.1.5 h1:a2LALqQ1BlHM8PZblsDdidgv1mWi1DgC2UmX50IvK2s=
diff --git a/vendor/github.com/osbuild/images/data/repositories/rhel-10.json b/vendor/github.com/osbuild/images/data/repositories/rhel-10.json
index 812ae44..a26ce0c 100644
--- a/vendor/github.com/osbuild/images/data/repositories/rhel-10.json
+++ b/vendor/github.com/osbuild/images/data/repositories/rhel-10.json
@@ -3,14 +3,14 @@
@ -104,6 +110,7 @@ diff --git a/vendor/github.com/osbuild/images/data/repositories/rhel-10.json b/v
"check_gpg": true
},
diff --git a/vendor/github.com/osbuild/images/data/repositories/rhel-9.json b/vendor/github.com/osbuild/images/data/repositories/rhel-9.json
index 110cc79..5c09fb6 100644
--- a/vendor/github.com/osbuild/images/data/repositories/rhel-9.json
+++ b/vendor/github.com/osbuild/images/data/repositories/rhel-9.json
@@ -3,14 +3,14 @@
@ -175,9 +182,10 @@ diff --git a/vendor/github.com/osbuild/images/data/repositories/rhel-9.json b/ve
"check_gpg": true
},
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 1f5eb1c..9866652 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -974,7 +974,7 @@
@@ -974,7 +974,7 @@ github.com/oracle/oci-go-sdk/v54/workrequests
## explicit; go 1.23.9
github.com/osbuild/blueprint/internal/common
github.com/osbuild/blueprint/pkg/blueprint

View File

@ -25,7 +25,7 @@ It is compatible with composer-cli and cockpit-composer clients.
}
Name: osbuild-composer
Release: 3%{?dist}.1.alma.2
Release: 3%{?dist}.1.alma.3
Summary: An image building service based on osbuild
# osbuild-composer doesn't have support for building i686 and armv7hl images
@ -451,7 +451,7 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
%endif
%changelog
* Wed Aug 12 2026 Eduard Abdullin <eabdullin@almalinux.org> - 165.1-3.1.alma.2
* Wed Aug 12 2026 Eduard Abdullin <eabdullin@almalinux.org> - 165.1-3.1.alma.3
- Add AlmaLinux repositories
- Add AlmaLinux and AlmaLinux Kitten x86_64_v2 support