-
Notifications
You must be signed in to change notification settings - Fork 236
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 [1.4.9-1].
Created by command: /usr/bin/tito tag
- Loading branch information
Showing
2 changed files
with
27 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 @@ | ||
1.4.8-1 mock/ | ||
1.4.9-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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
Summary: Builds packages inside chroots | ||
Name: mock | ||
Version: 1.4.8 | ||
Version: 1.4.9 | ||
Release: 1%{?dist} | ||
License: GPLv2+ | ||
# Source is created by | ||
|
@@ -230,6 +230,31 @@ pylint-3 py/mockbuild/ py/*.py py/mockbuild/plugins/* || : | |
%endif | ||
|
||
%changelog | ||
* Mon Feb 12 2018 Miroslav Suchý <[email protected]> 1.4.9-1 | ||
- "setup_cmd" of bootstrap container is the actuall $pm_install_command from | ||
the main container [RHBZ#1540813] | ||
- do not produce warning when we are using different PM for bootstrap container | ||
- Honor the "cwd" flag when nspawn is being used and "chrootPath" is not set | ||
([email protected]) | ||
- do not run ccache in bootstrap chroot [RHBZ#1540813] | ||
- use DNF on EL7 when bootstrap is used [RHBZ#1540813] | ||
- site-defaults: fix quoting in sign_opts example [RHBZ#1537797] | ||
([email protected]) | ||
- Detect if essential mounts are already mounted ([email protected]) | ||
- Update Python 2 dependency declarations to new packaging standards | ||
- improvement code/docs for opstimeout ([email protected]) | ||
- simplifying of utils.do() ([email protected]) | ||
- New config option 'opstimeout' has been added. (Mikhail_Campos- | ||
[email protected]) | ||
- Don't setup user mounts in the bootstrap buildroot ([email protected]) | ||
- el5 is sensitive to order of params | ||
- Default for config_opts['dnf_warning'] according to docs | ||
([email protected]) | ||
- Avoid manual interpolation in logging of BUILDSTDERR (Mikhail_Campos- | ||
[email protected]) | ||
- Splitting stdout and stderr in build.log. All stderr output lines are | ||
prefixed by 'BUILDSTDERR:' ([email protected]) | ||
|
||
* Fri Dec 22 2017 Miroslav Suchý <[email protected]> 1.4.8-1 | ||
- orphanskill: send SIGKILL when SIGTERM is not enough [RHBZ#1495214] | ||
- pass --non-unique to usermod because of old targets | ||
|