-
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.
Automatic commit of package [mock] release [3.5-1].
Created by command: /usr/bin/tito tag
- Loading branch information
Showing
4 changed files
with
32 additions
and
2 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 @@ | ||
3.4-1 mock/ | ||
3.5-1 mock/ |
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,24 @@ | ||
--- | ||
layout: default | ||
title: Release Notes - Mock v3.5 | ||
--- | ||
|
||
Released on 2022-12-01. | ||
|
||
## News in Mock v3.5: | ||
|
||
- For cross-arch builds (see manual page for the `--forcearch` option), Mock | ||
tries to detect if the (potentially missing) `qemu-user-static` package is | ||
installed. Since Fedora 37, the package got split into a set of packages | ||
arch-specific packages (like `qemu-user-static-x86`, `qemu-user-static-ppc`, | ||
etc.). The Mock v3.4 does a better check, and raises more useful error if the | ||
package is missing. | ||
|
||
In Mock v3.5 we further enhanced the related error message(s). | ||
|
||
We also fixed a bug in the detection mechanism — mock no longer fails-hard for | ||
a missing architecture (not configured in | ||
`config_opts['qemu_user_static_mapping']`). Mock in such situation newly just | ||
tries its best and continues the build, even though failure is likely. | ||
|
||
[PR#1007]: https://github.com/rpm-software-management/mock/pull/1007 |
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
Summary: Builds packages inside chroots | ||
Name: mock | ||
Version: 3.4 | ||
Version: 3.5 | ||
Release: 1%{?dist} | ||
License: GPL-2.0-or-later | ||
# Source is created by | ||
|
@@ -261,6 +261,11 @@ pylint-3 py/mockbuild/ py/*.py py/mockbuild/plugins/* || : | |
%dir %{_datadir}/cheat | ||
|
||
%changelog | ||
* Thu Dec 01 2022 Pavel Raiskup <[email protected]> 3.5-1 | ||
- check for qemu-user-static raises InvalidArchitecture() | ||
- forcearch: map armv7hl to the /usr/bin/qemu-arm-static binary | ||
- more pedantic check for the qemu-*-static binaries | ||
|
||
* Tue Nov 15 2022 Pavel Raiskup <[email protected]> 3.4-1 | ||
- make device mapper control device available if supported ([email protected]) | ||
- check for target specific qemu-user-static ([email protected]) | ||
|