-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://rpm-software-management.github.io/mock/Releasing-Mock Created by: ./releng/generate-release-notes --config-only --use-version 40.3 tito tag --use-version 40.3
- Loading branch information
Showing
8 changed files
with
47 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
40.2-1 mock-core-configs/ | ||
40.3-1 mock-core-configs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
layout: default | ||
title: Release Notes - Mock 40.3 | ||
--- | ||
|
||
## [Release 40.3](https://rpm-software-management.github.io/mock/Release-Notes-40.3) - 2024-04-05 | ||
|
||
|
||
### Mock Core Configs changes | ||
|
||
- Mock chroots for CentOS Stream 10 were added. | ||
They only use the Koji buildroot for now. | ||
- The modular repositories have been dropped from Fedora releases, | ||
as Fedora Modularity has been retired, and these repositories | ||
are no longer maintained. ([PR#1340][]) | ||
- The modular repositories have been dropped from Fedora Rawhide, | ||
as Fedora Modularity has been retired, and these repositories | ||
are no longer maintained. ([PR#1340][]) | ||
- The openSUSE config files have been updated to use the [new `repo_arch` Jinja | ||
template](Release-Notes-5.5) instead of `target_arch`. This change ensures that | ||
the bootstrap-from-image feature works correctly, always choosing the native | ||
architecture (regardless of multilib or forcearch builds). It also ensures that | ||
multilib bootstrap installation works correctly even when the bootstrap image is | ||
OFF. | ||
|
||
|
||
#### Following contributors contributed to this release: | ||
|
||
- Miro Hrončok | ||
- Neal Gompa | ||
- Pavel Raiskup | ||
|
||
|
||
[PR#1340]: https://github.com/rpm-software-management/mock/pull/1340 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
%endif | ||
|
||
Name: mock-core-configs | ||
Version: 40.2.post1 | ||
Version: 40.3 | ||
Release: 1%{?dist} | ||
Summary: Mock core config files basic chroots | ||
|
||
|
@@ -151,6 +151,16 @@ fi | |
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg | ||
|
||
%changelog | ||
* Fri Apr 05 2024 Jakub Kadlcik <[email protected]> 40.3-1 | ||
- Add initial c10s mock configs (Koji BUILDROOT only) ([email protected]) | ||
- configs: use repo_arch, not target_arch with openSUSE ([email protected]) | ||
- configs: Drop modular repositories from Fedora Branched | ||
([email protected]) | ||
- configs: Drop modular repositories from Fedora Rawhide | ||
([email protected]) | ||
- Configs 40.2 release notes && post-release administrivia | ||
([email protected]) | ||
|
||
* Fri Feb 16 2024 Pavel Raiskup <[email protected]> 40.2-1 | ||
- Use dnf5 on Fedora 40+ ([email protected]) | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.