Skip to content

Commit

Permalink
Release mock-core-configs 40.3
Browse files Browse the repository at this point in the history
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
FrostyX authored and praiskup committed Apr 8, 2024
1 parent 9bafe1a commit 0629858
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/mock-core-configs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
40.2-1 mock-core-configs/
40.3-1 mock-core-configs/
34 changes: 34 additions & 0 deletions docs/Release-Notes-Configs-40.3.md
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
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Versions in Linux distributions:


## Release Notes
* [Configs 40.3](Release-Notes-Configs-40.3) - Added C10s chroots, Dropped Fedora modular repositories, fix bootstrap from image for openSUSE
* [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.
Expand Down Expand Up @@ -352,4 +353,3 @@ If you use Mock, we'd love to hear from you and add you to this [wiki page](http
* [Increase Mock performance](http://miroslav.suchy.cz/blog/archives/2015/05/28/increase_mock_performance_-_build_packages_in_memory/index.html).
* [RPM Packaging Guide](https://rpm-packaging-guide.github.io/)
* [Modularity Features in Mock](http://frostyx.cz/posts/modularity-features-in-mock)

12 changes: 11 additions & 1 deletion mock-core-configs/mock-core-configs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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])

Expand Down
2 changes: 0 additions & 2 deletions releng/release-notes-next/c10s.config

This file was deleted.

3 changes: 0 additions & 3 deletions releng/release-notes-next/fedora-branched-no-modular.config

This file was deleted.

3 changes: 0 additions & 3 deletions releng/release-notes-next/fedora-rawhide-no-modular.config

This file was deleted.

6 changes: 0 additions & 6 deletions releng/release-notes-next/opensuse-repo-arch.config

This file was deleted.

0 comments on commit 0629858

Please sign in to comment.