config_opts['chrootgroup']
, which allows you to change name of group inside of chroot.config_opts
you specify with 'bootstrap_*' will be copied to bootstrap config e.g., config_opts['bootstrap_system_yum_command'] = '/usr/bin/yum-deprecated'
will become config_opts['system_yum_command'] = '/usr/bin/yum-deprecated'
for bootstrap config.config_opts['rpmbuild_networking']
was enabled we passed --private-network
to systemd-nspawn. However that lead there was no default route. And you cannot bind() UDP socket to all IP addresses and then join multicast group, without having default route. Now we do onot add --private-network
to systemd-nspawn, instead we setup network namespace ourselves and we also add default route pointing to loopback interface (only interface in the new namespace). This feature introduce new dependency on pyroute2.Bugfixes:
--debug-config
is now sorted.Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2017-8a0e7f58da
Please login to add feedback.
This update has been submitted for testing by msuchy.
This update has been pushed to testing.
Works for me.
Works
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for batched by msuchy.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.
There seems to be a new dependency, python3-pyroute2 that is not mentioned either in this update release notes or in rpm changelog. It looks like this was added in https://github.com/rpm-software-management/mock/commit/a1a3ddaa41c0a2b5d17b004bdf3b87a1337eaecc but it's not mentioned anywhere else that I could find.