From 34aeedbdf98760386247267f9e86ccf415a01559 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 15 Jun 2024 13:06:43 +0200 Subject: [PATCH] configs: release v40.6 Created by command: /usr/bin/tito tag --- .tito/packages/mock-core-configs | 2 +- docs/Release-Notes-Configs-40.6.md | 13 +++++++++++++ docs/index.md | 1 + mock-core-configs/mock-core-configs.spec | 5 ++++- releng/release-notes-next/c10s-compose.config | 2 -- 5 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 docs/Release-Notes-Configs-40.6.md delete mode 100644 releng/release-notes-next/c10s-compose.config diff --git a/.tito/packages/mock-core-configs b/.tito/packages/mock-core-configs index ea52a2bb7..116184e4f 100644 --- a/.tito/packages/mock-core-configs +++ b/.tito/packages/mock-core-configs @@ -1 +1 @@ -40.5-1 mock-core-configs/ +40.6-1 mock-core-configs/ diff --git a/docs/Release-Notes-Configs-40.6.md b/docs/Release-Notes-Configs-40.6.md new file mode 100644 index 000000000..c319c1aab --- /dev/null +++ b/docs/Release-Notes-Configs-40.6.md @@ -0,0 +1,13 @@ +--- +layout: default +title: Release Notes - Mock Configs 40.6 +--- + +## [Release Configs 40.6](https://rpm-software-management.github.io/mock/Release-Notes-Configs-40.6) - 2024-06-15 + + +### Mock Core Configs changes + +- Mock chroots for CentOS Stream 10 now use the mirrored metalinks. + The Koji buildroot is still available with `--enablerepo=local`. + diff --git a/docs/index.md b/docs/index.md index d270ee877..adc908ea5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -69,6 +69,7 @@ Versions in Linux distributions: ## Release Notes +* [Configs 40.6](Release-Notes-Configs-40.6) - CentOS Stream 10 uses mirrored repositories. * [Configs 40.5](Release-Notes-Configs-40.5) - Fedora 38 moved to EOL. CentOS Stream 8 moved to vault. * [5.6](Release-Notes-5.6) - Improved performance of bash completion, don't use `--allowerasing` for commands that doesn't provide it, fixed "no space left" tracebacks, new Circle Linux 9 configs, Mageia Cauldron i686, fixed Fedora ELN. * [Configs 40.3](Release-Notes-Configs-40.3) - Added C10s chroots, Dropped Fedora modular repositories, fix bootstrap from image for openSUSE diff --git a/mock-core-configs/mock-core-configs.spec b/mock-core-configs/mock-core-configs.spec index 85b20dd09..9bcd700f1 100644 --- a/mock-core-configs/mock-core-configs.spec +++ b/mock-core-configs/mock-core-configs.spec @@ -3,7 +3,7 @@ %endif Name: mock-core-configs -Version: 40.5 +Version: 40.6 Release: 1%{?dist} Summary: Mock core config files basic chroots @@ -151,6 +151,9 @@ fi %ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg %changelog +* Sat Jun 15 2024 Pavel Raiskup 40.6-1 +- c10s config use mirrored metalinks + * Wed Jun 05 2024 Miroslav Suchý 40.5-1 - CentOS Stream 8 is EOL (andykimpe@gmail.com) - configs: Fedora 38 goes EOL (praiskup@redhat.com) diff --git a/releng/release-notes-next/c10s-compose.config b/releng/release-notes-next/c10s-compose.config deleted file mode 100644 index 6a94f285b..000000000 --- a/releng/release-notes-next/c10s-compose.config +++ /dev/null @@ -1,2 +0,0 @@ -Mock chroots for CentOS Stream 10 now use the composed repositories. -The Koji buildroot is still available with `--enablerepo=local`.