Thu, 02 May 2024 20:53:35 UTC | login

Information for build mock-3.1-1.fc37

ID204425
Package Namemock
Version3.1
Release1.fc37
Epoch
SummaryBuilds packages inside chroots
DescriptionMock takes an SRPM and builds it in a chroot.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 20 Sep 2022 00:31:27 UTC
CompletedTue, 20 Sep 2022 00:31:27 UTC
Tags
f37
RPMs
src
mock-3.1-1.fc37.src.rpm (info) (download)
noarch
mock-3.1-1.fc37.noarch.rpm (info) (download)
mock-filesystem-3.1-1.fc37.noarch.rpm (info) (download)
mock-lvm-3.1-1.fc37.noarch.rpm (info) (download)
mock-scm-3.1-1.fc37.noarch.rpm (info) (download)
Changelog * Fri Jul 22 2022 Pavel Raiskup <praiskup@redhat.com> 3.1-1 - let rpmbuild know that it should not clean up after itself (msuchy@redhat.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 <praiskup@redhat.com> 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 (msuchy@redhat.com) - implement --list-chroots command (msuchy@redhat.com) - add cachedir to output of hw_info plugin (msuchy@redhat.com) - mock: copy /usr/share/pki source CA certificates (dereks@lifeofadishwasher.com) - add missing args for --scrub and --short-circuit into bash completion (didiksupriadi41@fedoraproject.org) - remove el7 specific parts from the spec file (msuchy@redhat.com) * Thu Dec 16 2021 Pavel Raiskup <praiskup@redhat.com> 2.16-1 - disable system call filtering - pass env to podman run (dani@lapiole.org) - give user alternative help for missing 'epel-8-*' configs - podman, explictily specify stdin as tar source (vreeland.justin@gmail.com) - add a new 'ssl_extra_certs' option (patrick@laimbock.com) * Thu Nov 18 2021 Pavel Raiskup <praiskup@redhat.com> 2.15-1 - argparse: handle old-style commands *before* ignoring "--" (awilliam@redhat.com) - Update mock.1 (cheese@nosuchhost.net) * Thu Nov 04 2021 Pavel Raiskup <praiskup@redhat.com> 2.14-1 - fixed broken --enablerepo/--disablerepo options * Mon Nov 01 2021 Pavel Raiskup <praiskup@redhat.com> 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 (sergio@serjux.com) - Fix use of deprecated function (xfgusta@gmail.com) - lvm_root: fix copy/paste error in a warning message (kdudka@redhat.com) * Mon Jul 19 2021 Pavel Raiskup <praiskup@redhat.com> 2.12-1 - don't set --cwd for --shell when we know it will fail (el7) - explicitly convert macro values to str (logans@cottsay.net) - disable versionlock DNF plugin by default (igor.raits@gmail.com) - move Requires of shadow-utils from mock-core-configs to mock-filesystem (msuchy@redhat.com) * Tue Jun 08 2021 Pavel Raiskup <praiskup@redhat.com> 2.11-1 - mock: fix broken --help output - compress_logs: compress also after repo failures - move to libera.chat (msuchy@redhat.com) - Define _platform_multiplier macro (msuchy@redhat.com) - allow to --install external:* (msuchy@redhat.com) - move installation of external:* to separate function (msuchy@redhat.com) - honor --cwd for --shell (msuchy@redhat.com) * Tue Apr 27 2021 Pavel Raiskup <praiskup@redhat.com> 2.10-1 - do not allocate tty for podman (msuchy@redhat.com) - work-around bug setting propagation for recursive bind-mounts (david.ward@ll.mit.edu) - fix handling of essential mountpoints (david.ward@ll.mit.edu) - pre-create the dest directory in _copy_config * Mon Jan 18 2021 Pavel Raiskup <praiskup@redhat.com> 2.9-1 - rpkg_preprocessor: Add a force_enable option (tstellar@redhat.com) - use TemplatedDictionary as standalone module (msuchy@redhat.com) * Tue Dec 15 2020 Pavel Raiskup <praiskup@redhat.com> 2.8-1 - fix use of nspawn (#678) (awilliam@redhat.com) - file_util: Improve an error message (tbaeder@redhat.com) * Mon Nov 30 2020 Pavel Raiskup <praiskup@redhat.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 * Tue Sep 15 2020 Pavel Raiskup <praiskup@redhat.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 * Thu Sep 03 2020 Pavel Raiskup <praiskup@redhat.com> 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 <praiskup@redhat.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)