There are new features:
best=1
. This way DNF will always try to install latest package.
If its dependence cannot be satisfied DNF will report an error. Without this DNF may silently install some older
version which does not have broken deps.
This is fine for regular user, but not for buildsystems, where maintainers usually want to
use latest version.
Note that this change may result in sudden build failure, which previously silently succedded.
In this case, please check your BuildRequires and ask maintainers of those build deps to resolve broken dependency.
This option was not added to rawhide chroots as there are broken dependencied very often.
Additionaly option best=1
is used for repos passed to mockchain using -a
option.hostname
: config_opts['hostname'] = 'my.own.hostname'
This unconditionally calls sethostname(), however
variable use_container_host_hostname
or %_buildhost
macro can override this.tmp.mock.
prefix.There are some bugfixes:
Please login to add feedback.
This update has been submitted for testing by msuchy.
This update has been pushed to testing.
This update has reached 14 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by msuchy.
This update has been pushed to stable.
I get the following when performing a yum upgrade on CentOS 7:
Apparently mock is missing this https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-2d4b482b6f feel free to try that one and add karma there.