diff --git a/docs/Release-Notes-Configs-40.2.md b/docs/Release-Notes-Configs-40.2.md new file mode 100644 index 000000000..88cd779ca --- /dev/null +++ b/docs/Release-Notes-Configs-40.2.md @@ -0,0 +1,21 @@ +--- +layout: default +title: Release Notes - Mock Core Configs 40.2 +--- + +## [Release 40.2](https://rpm-software-management.github.io/mock/Release-Notes-Configs-40.2) - 2024-02-16 + +### Mock Core Configs changes + +- Per the approved [Fedora 40 change](https://fedoraproject.org/wiki/Changes/BuildWithDNF5), + [we switched][PR#1332] the default `package_manager` configuration + for Fedora 40 or newer to `dnf5`. + This was previously done when Fedora 40 was Rawhide, + but it [regressed][rhbz#2264535] when Fedora 40 branched. + +**Following contributors contributed to this release:** + + * Miro HronĨok + +[PR#1332]: https://github.com/rpm-software-management/mock/pull/1332 +[rhbz#2264535]: https://bugzilla.redhat.com/2264535 diff --git a/docs/index.md b/docs/index.md index aa191f56b..ee75d1749 100644 --- a/docs/index.md +++ b/docs/index.md @@ -69,6 +69,7 @@ Versions in Linux distributions: ## Release Notes +* [Configs 40.2](Release-Notes-Configs-40.2) - Fixed Fedora 40 builds that regressed back to `dnf` (instead of expected `dnf5`). * [5.5](Release-Notes-5.5) (2024-02-14) - The `{{ repo_arch }}` support added, chroot_scan supports tarballs, ownership during `--init` fixed, fixed `root_cache` tarball invalidation problem. * [5.4](Release-Notes-5.4) (2024-01-04) - Bugfix the rpmautospec plugin. * [5.3](Release-Notes-5.3) (2023-12-13) - New "rpmautospec" plugin added, `%generate_buildrequries` fixes landed. diff --git a/mock-core-configs/mock-core-configs.spec b/mock-core-configs/mock-core-configs.spec index 3ecd05927..6f9110b8b 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.2 +Version: 40.2.post1 Release: 1%{?dist} Summary: Mock core config files basic chroots diff --git a/releng/release-notes-next/f40-dnf5.config b/releng/release-notes-next/f40-dnf5.config deleted file mode 100644 index 60b32ac21..000000000 --- a/releng/release-notes-next/f40-dnf5.config +++ /dev/null @@ -1,5 +0,0 @@ -Per the approved [Fedora 40 change](https://fedoraproject.org/wiki/Changes/BuildWithDNF5), -[we switched][PR#1332] the default `package_manager` configuration -for Fedora 40 or newer to `dnf5`. -This was previously done when Fedora 40 was Rawhide, -but it [regressed][rhbz#2264535] when Fedora 40 branched.