stable

mock-1.4.7-2.fc26

FEDORA-2017-8a0e7f58da created by msuchy 7 years ago for Fedora 26
  • There is a new option in config config_opts['chrootgroup'], which allows you to change name of group inside of chroot.
  • Any key for 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.
  • There are three new default: config_opts['bootstrap_chroot_additional_packages'] = [] config_opts['bootstrap_module_enable'] = [] config_opts['bootstrap_module_install'] = [] This will not install any additional packages or modules into bootstrap chroot.
  • Mock now recognize DeskOS.
  • Previously when 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:

  • Delete rootdir as well when calling clean. In case one overrides the rootdir option, and the rootdir is located outside of basedir, it was not cleaned up when calling --clean. Fix this case by checking if the rootdir is outside basedir. If that is the case, run an extra rmtree() on it.
  • Choose good symbolic link of default.cfg on Mageia.
  • Ccache is now mounted to /var/tmp as /tmp gets over-mounted with tmpfs when system-nspawn is used.
  • Output of --debug-config is now sorted.
  • Use primary key for Fedora 27+ on s390x.

How to install

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

This update has been submitted for testing by msuchy.

7 years ago

This update has been pushed to testing.

7 years ago
User Icon sassam commented & provided feedback 7 years ago
karma

Works for me.

User Icon pwalter commented & provided feedback 7 years ago
karma

Works

This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes

7 years ago

This update has been submitted for batched by msuchy.

7 years ago

This update has been submitted for stable by bodhi.

7 years ago

This update has been pushed to stable.

7 years ago

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.


Please login to add feedback.

Metadata
Type
bugfix
Karma
2
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-3
Stable by Karma
3
Stable by Time
disabled
Dates
submitted
7 years ago
in testing
7 years ago
in stable
7 years ago

Automated Test Results