Skip to content

Commit dba0053

Browse files
committed
releng: new Mock+Configs release
./releng/generate-release-notes --use-version 6.2 /usr/bin/tito tag (in ./mock) /usr/bin/tito tag (in ./mock-core-configs)
1 parent eaf216d commit dba0053

13 files changed

+72
-21
lines changed

.tito/packages/mock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1-1 mock/
1+
6.2-1 mock/

.tito/packages/mock-core-configs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
42.2-1 mock-core-configs/
1+
42.3-1 mock-core-configs/

docs/Release-Notes-6.2.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
layout: default
3+
title: Release Notes - Mock 6.2
4+
---
5+
6+
## [Release 6.2](https://rpm-software-management.github.io/mock/Release-Notes-6.2) - 2025-05-22
7+
8+
9+
### New features
10+
11+
- Disables copying /etc/pki/ca-trust and /usr/share/pki/ca-trust-source on
12+
Azure Linux 3.0 via a new config options ('ssl_copied_ca_trust_dirs').
13+
This avoids file ownership conflicts with a symlink installed by the
14+
ca-certificates-shared packages on that distro. Behavior should be unchanged
15+
for other configurations.
16+
17+
### Bugfixes
18+
19+
- Mock will now fall back smoothly to chroot installation by DNF if Podman
20+
image pull fails entirely.
21+
22+
23+
### Mock Core Configs changes
24+
25+
- Mock chroots for RHEL 10 and RHEL+EPEL 10 have been added.
26+
27+
- Fedora 40 is now
28+
[EOL](https://fedorapeople.org/groups/schedule/f-40/f-40-key-tasks.html), and
29+
we marked Fedora 40 configuration EOL, too.
30+
31+
- The EPEL 10 configuration has been updated to have separate templates
32+
available for use on CentOS Stream 10 (epel-10.tpl) and RHEL 10
33+
(epel-z-10.tpl). Relates to [issue#1427][].
34+
35+
- Update the list of packages installed by default in the Azure Linux 2 & 3
36+
chroot to include shadow-utils. Due to recent changes, the useradd/groupadd
37+
commands are required by other packages in the list, but the requirements are
38+
not specified correctly. Add %dist macro to the Azure Linux 3 template.
39+
40+
- The openSuse Leap 15.6 is now correctly using a bootstrap image of Leap 15.6.
41+
The Leap configurations now refer to bootstrap images using the $releasever
42+
value, instead of hardcoding, to avoid potential misalignment in the future.
43+
44+
45+
#### The following contributors have contributed to this release:
46+
47+
- Adam Williamson
48+
- Carl George
49+
- Reuben Olinsky
50+
- Simone Caronni
51+
52+
Thank You!
53+
54+
[issue#1427]: https://github.com/rpm-software-management/mock/issues/1427

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Versions in Linux distributions:
7070

7171

7272
## Release Notes
73+
* [6.2 and Configs 42.2](Release-Notes-6.2) (2025-05-22) - RHEL 10 configuration, configurable ca-trust paths that Mock copies to chroots.
7374
* [6.1 and Configs 42.1](Release-Notes-6.1) (2025-02-27) - more hermetic-build improvements, AlmaLinux Kitten 10, Azure Linux 2.0 and 3.0, Kylin 10, Navy Linux 8, openSUSE Leap 15.6
7475
* [Configs 42.1](Release-Notes-Configs-42.1) (2025-01-16) - Fedora 42 branched.
7576
* [6.0 and Configs 41.5](Release-Notes-6.0) (2024-12-19) - New OCI image support for buildroot, hermetic build mode fixes, Fedora 39 EOL.

mock-core-configs/mock-core-configs.spec

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%endif
44

55
Name: mock-core-configs
6-
Version: 42.2
6+
Version: 42.3
77
Release: 1%{?dist}
88
Summary: Mock core config files basic chroots
99

@@ -153,6 +153,15 @@ fi
153153
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg
154154

155155
%changelog
156+
* Thu May 22 2025 Pavel Raiskup <[email protected]> 42.3-1
157+
- Fedora 40 EOL
158+
- Add RHEL 10 template and configs ([email protected])
159+
- disable copying ca-trust dirs with Azure Linux 3 ([email protected])
160+
- Add epel-z-10 template ([email protected])
161+
- Update Azure Linux configurations ([email protected])
162+
- make opensuse-leap-15.5.tpl eol
163+
- fix the leap image reference to 15.6
164+
156165
* Thu Feb 27 2025 Miroslav Suchý <[email protected]> 42.2-1
157166
- fix: expand Oracle Linux distro_id from ol to oraclelinux
158167

mock/mock.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
Summary: Builds packages inside chroots
2020
Name: mock
21-
Version: 6.1
21+
Version: 6.2
2222
Release: 1%{?dist}
2323
License: GPL-2.0-or-later
2424
# Source is created by
@@ -330,6 +330,10 @@ pylint-3 py/mockbuild/ py/*.py py/mockbuild/plugins/* || :
330330
%config(noreplace) %{_sysusersdir}/mock.conf
331331

332332
%changelog
333+
* Thu May 22 2025 Pavel Raiskup <[email protected]> 6.2-1
334+
- disable copying ca-trust dirs with Azure Linux 3 ([email protected])
335+
- bail clearly when image pull fails ([email protected])
336+
333337
* Thu Feb 27 2025 Miroslav Suchý <[email protected]> 6.1-1
334338
- bootstrap: automatically bind-mount local --additional-package
335339

releng/release-notes-next/azure-linux-ca-trust.bugfix

Lines changed: 0 additions & 5 deletions
This file was deleted.

releng/release-notes-next/azure-linux.config

Lines changed: 0 additions & 2 deletions
This file was deleted.

releng/release-notes-next/epel10-separate-templates.config

Lines changed: 0 additions & 3 deletions
This file was deleted.

releng/release-notes-next/f40-eol.config

Lines changed: 0 additions & 2 deletions
This file was deleted.

releng/release-notes-next/leap-image-tepmlated.config

Lines changed: 0 additions & 3 deletions
This file was deleted.

releng/release-notes-next/podman-pull-fallback.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

releng/release-notes-next/rhel10.config

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)