Skip to content

Commit 2fa2dbd

Browse files
committed
Bug-fix release v5.9 + configs v41.4
1 parent 516144a commit 2fa2dbd

File tree

8 files changed

+36
-8
lines changed

8 files changed

+36
-8
lines changed

.tito/packages/mock

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

.tito/packages/mock-core-configs

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

docs/Release-Notes-5.9.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: default
3+
title: Release Notes - Mock 5.9 (+configs v41.4)
4+
---
5+
6+
## [Release 5.9](https://rpm-software-management.github.io/mock/Release-Notes-5.9) - 2024-09-30
7+
8+
### Bugfixes
9+
10+
- A fix for the DNF → DNF4 fallback has been applied. Now Mock correctly
11+
selects DNF4, even when the `--no-bootstrap-chroot` command is used. See
12+
[issue#1475][] for more info.
13+
14+
### Mock Core Configs changes
15+
16+
- The Fedora ELN configuration has been updated to download repositories using
17+
mirrors from the Fedora MirrorManager system.
18+
19+
#### Following contributors contributed to this release:
20+
21+
- Yaakov Selkowitz
22+
23+
Thank you!
24+
25+
[issue#1475]: https://github.com/rpm-software-management/mock/issues/1475

docs/index.md

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

7070

7171
## Release Notes
72+
* [5.9 and Configs 41.4](Release-Notes-5.9) - A --no-bootstrap-chroot regression with DNF4 chroots fixed.
7273
* [5.8](Release-Notes-5.8) - Bug-fixed regression in `chroot_scan` plugin.
7374
* [5.7 and Configs 41.3](Release-Notes-5.7) - Support for isolated builds added. DNF4 = DNF. Option `--scrub-all-chroots` added.
7475
* [Configs 41.1 (and 41.2)](Release-Notes-Configs-41.1) - EL7 configs EOL. F38 EOL. F41 branched.

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

Lines changed: 4 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: 41.3
6+
Version: 41.4
77
Release: 1%{?dist}
88
Summary: Mock core config files basic chroots
99

@@ -149,6 +149,9 @@ fi
149149
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg
150150

151151
%changelog
152+
* Mon Sep 30 2024 Pavel Raiskup <[email protected]> 41.4-1
153+
- update ELN repos ([email protected])
154+
152155
* Thu Sep 26 2024 Pavel Raiskup <[email protected]> 41.3-1
153156
- move anolis-7 to eol directory ([email protected])
154157
- move opensuse-leap-15.4 to eol directory ([email protected])

mock/mock.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Summary: Builds packages inside chroots
88
Name: mock
9-
Version: 5.8
9+
Version: 5.9
1010
Release: 1%{?dist}
1111
License: GPL-2.0-or-later
1212
# Source is created by
@@ -313,6 +313,9 @@ pylint-3 py/mockbuild/ py/*.py py/mockbuild/plugins/* || :
313313
%config(noreplace) %{_sysusersdir}/mock.conf
314314

315315
%changelog
316+
* Mon Sep 30 2024 Pavel Raiskup <[email protected]> 5.9-1
317+
- fix the DNF4 fallback for --no-bootstrap-chroot
318+
316319
* Fri Sep 27 2024 Pavel Raiskup <[email protected]> 5.8-1
317320
- chroot_scan: make sure the tarball is owned by non-priv user
318321
- chroot_scan: use util.do to display command in --verbose

releng/release-notes-next/dnf-to-dnf4-fallback-fix.bugfix

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

releng/release-notes-next/eln-repo-update.bugfix

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

0 commit comments

Comments
 (0)