Changelog for
mock-filesystem-3.1-1.fc37.noarch.rpm :
* Fri Jul 22 2022 Pavel Raiskup
3.1-1- let rpmbuild know that it should not clean up after itself (msuchyAATTredhat.com)- typo in the subscription error message- root_cache: simplify decompressing with BSD tar- switch from /bin/gtar to /bin/tar by default
* Wed Apr 06 2022 Pavel Raiskup 3.0-1- mock v3 contains several Python 2.7 (EL7) incompatibilites https://github.com/rpm-software-management/mock/issues/755- disable SECCOMP for Podman by default- opt in for SECCOMP invented- create simple_load_config() for use in 3rd party SW (msuchyAATTredhat.com)- implement --list-chroots command (msuchyAATTredhat.com)- add cachedir to output of hw_info plugin (msuchyAATTredhat.com)- mock: copy /usr/share/pki source CA certificates (dereksAATTlifeofadishwasher.com)- add missing args for --scrub and --short-circuit into bash completion (didiksupriadi41AATTfedoraproject.org)- remove el7 specific parts from the spec file (msuchyAATTredhat.com)
* Thu Dec 16 2021 Pavel Raiskup 2.16-1- disable system call filtering- pass env to podman run (daniAATTlapiole.org)- give user alternative help for missing \'epel-8-
*\' configs- podman, explictily specify stdin as tar source (vreeland.justinAATTgmail.com)- add a new \'ssl_extra_certs\' option (patrickAATTlaimbock.com)
* Thu Nov 18 2021 Pavel Raiskup 2.15-1- argparse: handle old-style commands
*before
* ignoring \"--\" (awilliamAATTredhat.com)- Update mock.1 (cheeseAATTnosuchhost.net)
* Thu Nov 04 2021 Pavel Raiskup 2.14-1- fixed broken --enablerepo/--disablerepo options
* Mon Nov 01 2021 Pavel Raiskup 2.13-1- local repositories to use gpgcheck=0 by default- A new option --additional-package (for --rebuild)- external-deps: install pip packages to /usr- Install external deps into build chroot, not bootstrap- Migrate from optparse to argparse- mock: don\'t specify SOURCE when remounting bind-mounts- mock: add option --debug-config-expanded (sergioAATTserjux.com)- Fix use of deprecated function (xfgustaAATTgmail.com)- lvm_root: fix copy/paste error in a warning message (kdudkaAATTredhat.com)
* Mon Jul 19 2021 Pavel Raiskup 2.12-1- don\'t set --cwd for --shell when we know it will fail (el7)- explicitly convert macro values to str (logansAATTcottsay.net)- disable versionlock DNF plugin by default (igor.raitsAATTgmail.com)- move Requires of shadow-utils from mock-core-configs to mock-filesystem (msuchyAATTredhat.com)
* Tue Jun 08 2021 Pavel Raiskup 2.11-1- mock: fix broken --help output- compress_logs: compress also after repo failures- move to libera.chat (msuchyAATTredhat.com)- Define _platform_multiplier macro (msuchyAATTredhat.com)- allow to --install external:
* (msuchyAATTredhat.com)- move installation of external:
* to separate function (msuchyAATTredhat.com)- honor --cwd for --shell (msuchyAATTredhat.com)
* Tue Apr 27 2021 Pavel Raiskup 2.10-1- do not allocate tty for podman (msuchyAATTredhat.com)- work-around bug setting propagation for recursive bind-mounts (david.wardAATTll.mit.edu)- fix handling of essential mountpoints (david.wardAATTll.mit.edu)- pre-create the dest directory in _copy_config
* Mon Jan 18 2021 Pavel Raiskup 2.9-1- rpkg_preprocessor: Add a force_enable option (tstellarAATTredhat.com)- use TemplatedDictionary as standalone module (msuchyAATTredhat.com)
* Tue Dec 15 2020 Pavel Raiskup 2.8-1- fix use of nspawn (#678) (awilliamAATTredhat.com)- file_util: Improve an error message (tbaederAATTredhat.com)
* Mon Nov 30 2020 Pavel Raiskup 2.7-1- bootstrap: copy-in katello CA pem file if exists- early error when bootstrap is off and external buildrequires are detected (msuchyAATTredhat.com)- hotfix preexec_fn traceback on RHEL 8 s390x (issue 653)- introduce external buildrequires (msuchyAATTredhat.com)- add rpkg spec preprocessing capability (climeAATTfedoraproject.org)- sign plugin: don\'t ignore signing command failure- don\'t setsid() twice with --shell- better logging when dynamic BR detected (msuchyAATTredhat.com)- do not TB if rpmbuild fails with exit code 11 (msuchyAATTredhat.com)- fix addrepo when repo is missing (markus.linnalaAATTgmail.com)- own the cheat directory- Allow percent-sign in config_opts[\'resultdir\']- add a new \"postupdate\" hook (dturecekAATTredhat.com)- log mock\'s NVR
* Tue Sep 15 2020 Pavel Raiskup 2.6-1- the --recurse option implies --continue- fix --chain --continue option- fail when --continue/--recurse is used without --chain- fix _copy_config() for broken symlinks in dst= (rhbz#1878924)- auto-download the source RPMs from web with --rebuild- handle exceptions from command_parse() method- fail verbosely for --chain & --resultdir combination- allow using -a|--addrepo with /absolute/path/argument- add support for -a/--addrepo in normal --rebuild mode- use systemd-nspawn --resolv-conf=off- create /etc/localtime as symlink even with isolation=simple (msuchyAATTredhat.com)- dump the reason for particular package build fail in --chain- raise PkgError when the source RPM can not be installed
* Thu Sep 03 2020 Pavel Raiskup 2.5-2- because of the mock-filesystem change, we need to enforce upgrade of the old mock-core-configs package
* Thu Sep 03 2020 Pavel Raiskup 2.5-1- set the DNF user_agent in dnf.conf (msuchyAATTredhat.com)- introduce mock-filesystem subpackage (msuchyAATTredhat.com)- add showrc plugin to record the output of rpm --showrc (rieheckyAATTfnal.gov)- document which packages we need in buildroot (msuchyAATTredhat.com)- macros without leading \'%\' like config_opts[\'macros\'][\'macroname\'] work fine again (issue#605)