-
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 [2.7-1].
Created by command: /usr/bin/tito tag
- Loading branch information
Showing
2 changed files
with
18 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 @@ | ||
2.6-1 mock/ | ||
2.7-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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
Summary: Builds packages inside chroots | ||
Name: mock | ||
Version: 2.6 | ||
Version: 2.7 | ||
Release: 1%{?dist} | ||
License: GPLv2+ | ||
# Source is created by | ||
|
@@ -274,6 +274,22 @@ pylint-3 py/mockbuild/ py/*.py py/mockbuild/plugins/* || : | |
%dir %{_datadir}/cheat | ||
|
||
%changelog | ||
* Mon Nov 30 2020 Pavel Raiskup <[email protected]> 2.7-1 | ||
- bootstrap: copy-in katello CA pem file if exists | ||
- early error when bootstrap is off and external buildrequires are detected ([email protected]) | ||
- hotfix preexec_fn traceback on RHEL 8 s390x (issue 653) | ||
- introduce external buildrequires ([email protected]) | ||
- add rpkg spec preprocessing capability ([email protected]) | ||
- sign plugin: don't ignore signing command failure | ||
- don't setsid() twice with --shell | ||
- better logging when dynamic BR detected ([email protected]) | ||
- do not TB if rpmbuild fails with exit code 11 ([email protected]) | ||
- fix addrepo when repo is missing ([email protected]) | ||
- own the cheat directory | ||
- Allow percent-sign in config_opts['resultdir'] | ||
- add a new "postupdate" hook ([email protected]) | ||
- log mock's NVR | ||
|
||
* Tue Sep 15 2020 Pavel Raiskup <[email protected]> 2.6-1 | ||
- the --recurse option implies --continue | ||
- fix --chain --continue option | ||
|