↵ Return to the main page of mock-scm
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2021-01-26 | Fedora Release Engineering <releng at fedoraproject dot org> - 2.9-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |
2021-01-18 | Pavel Raiskup <praiskup at redhat dot com> 2.9-1 | - rpkg_preprocessor: Add a force_enable option (tstellar@redhat.com) - use TemplatedDictionary as standalone module (msuchy@redhat.com) |
2020-12-15 | Pavel Raiskup <praiskup at redhat dot com> 2.8-1 | - fix use of nspawn (#678) (awilliam@redhat.com) - file_util: Improve an error message (tbaeder@redhat.com) |
2020-11-30 | Pavel Raiskup <praiskup at redhat dot com> 2.7-1 | - bootstrap: copy-in katello CA pem file if exists - early error when bootstrap is off and external buildrequires are detected (msuchy@redhat.com) - hotfix preexec_fn traceback on RHEL 8 s390x (issue 653) - introduce external buildrequires (msuchy@redhat.com) - add rpkg spec preprocessing capability (clime@fedoraproject.org) - sign plugin: don't ignore signing command failure - don't setsid() twice with --shell - better logging when dynamic BR detected (msuchy@redhat.com) - do not TB if rpmbuild fails with exit code 11 (msuchy@redhat.com) - fix addrepo when repo is missing (markus.linnala@gmail.com) - own the cheat directory - Allow percent-sign in config_opts['resultdir'] - add a new "postupdate" hook (dturecek@redhat.com) - log mock's NVR |
2020-09-15 | Pavel Raiskup <praiskup at redhat dot com> 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 (msuchy@redhat.com) - dump the reason for particular package build fail in --chain - raise PkgError when the source RPM can not be installed |
2020-09-03 | Pavel Raiskup <praiskup at redhat dot com> 2.5-2 | - because of the mock-filesystem change, we need to enforce upgrade of the old mock-core-configs package |
2020-09-03 | Pavel Raiskup <praiskup at redhat dot com> 2.5-1 | - set the DNF user_agent in dnf.conf (msuchy@redhat.com) - introduce mock-filesystem subpackage (msuchy@redhat.com) - add showrc plugin to record the output of rpm --showrc (riehecky@fnal.gov) - document which packages we need in buildroot (msuchy@redhat.com) - macros without leading '%' like config_opts['macros']['macroname'] work fine again (issue#605) |
2020-07-21 | Miroslav Suchý <msuchy at redhat dot com> 2.4-1 | - mockbuild/buildroot: Make btrfs-control available if host supports it (ngompa13@gmail.com) - Add `module_setup_commands` configuration option (praiskup@redhat.com) - Use a different .rpmmacros for install/build time (praiskup@redhat.com) - lvm: don't recall set_current_snapshot unnecessarily (praiskup@redhat.com) - mock: copy source CA certificates (kdreyer@redhat.com) |
2020-05-22 | Pavel Raiskup <praiskup at redhat dot com> 2.3-1 | - bindmount resultdir to bootstrap chroot so we can --postinstall from bootstrap (issue #564) - fix mount.py plugin configuration (issue #578) - better error for dynamic_buildrequires %prep failure (issue #570) - mock: pre-create directory for file bind-mounts (rhbz#1816696) - fix doChroot() traceback for getresuid() (issue #571) - fix --rootdir option with bootstrap (issue #560) - avoid using host rpm _show_installed_packages() (pmatilai@redhat.com, PR#568) - expand braced dnf variables in repo url (dmarshall@gmail.com, PR#577) |
2020-04-01 | Pavel Raiskup <praiskup at redhat dot com> 2.2-1 | - depend on mock-configs, not mock-core-configs so users can pick an alternative package with configuration - bind-mounting stuff below /tmp into bootstrap is fixed with nspawn (GH#502) - don't do util.getAddtlReqs when 'more_buildreqs' not specified - implement doOutChroot() abstraction which runs commands either in bootstrap or on host, depending on isolation={nspawn|simple} - use doOutChroot() for package_state plugin (GH#525) - fix for "mock --chroot -- cmd arg1 arg2" use-case - site-defaults.cfg moved from /etc to %doc, and the config file is now provided by mock-core-configs (GH#555) - bootstrap: expand dnf vars in local repo bind-mounts (rhbz#1815703) - bootstrap: bindmount local metalink/mirrorlist (rhbz#1816696) - config_opts['isolation'] option invented, replaces 'use_nspawn' - 'isolation' is now set to 'auto' (means 'nspawn' with fallback to 'simple', (GH#337, otaylor@fishsoup.net) - Fedora Toolbox && bootstrap - don't re-bind-mount dev files, and fix installation of filesystem.rpm from bootstrap to normal chroot (GH#550) - re-define %python3_pkgversion on el7 (GH#545) - docker use-case: use getpass.getuser() instead of os.getlogin() (GH#551) - set LANG to C.UTF-8 by default, even if host has different value (GH#451) - bootstrap: use configured yum commands (GH#518, paul@city-fan.org) - fixup doubled-logs by predictable bootstrap resultdir (GH#539, rhbz#1805631) - fix --chain --isolation=simple with external URLs (GH#542) - option --orphanskill fixed for --isolation=simple --bootstrap-chroot - orphan processes are now also killed "postyum", right after the installation trasactions are executed to also kill daemons started from scriptlets (GH#183) - EL7 fix - use 'private' mount option for <bootsrap_root>/<root>, not 'rprivate' - ceanup rpmdb before checking installed packages (fixes builds against target chroots that have different rpmdb backend, e.g. SQLite on F33+) |