SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for mock-filesystem-2.9-2.fc34.noarch.rpm :

* Tue Jan 26 2021 Fedora Release Engineering - 2.9-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* 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)
* Tue Jul 21 2020 Miroslav Suchý 2.4-1- mockbuild/buildroot: Make btrfs-control available if host supports it (ngompa13AATTgmail.com)- Add `module_setup_commands` configuration option (praiskupAATTredhat.com)- Use a different .rpmmacros for install/build time (praiskupAATTredhat.com)- lvm: don\'t recall set_current_snapshot unnecessarily (praiskupAATTredhat.com)- mock: copy source CA certificates (kdreyerAATTredhat.com)
* Fri May 22 2020 Pavel Raiskup 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() (pmatilaiAATTredhat.com, PR#568)- expand braced dnf variables in repo url (dmarshallAATTgmail.com, PR#577)
* Wed Apr 01 2020 Pavel Raiskup 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, otaylorAATTfishsoup.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, paulAATTcity-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 /, not \'rprivate\'- ceanup rpmdb before checking installed packages (fixes builds against target chroots that have different rpmdb backend, e.g. SQLite on F33+)
* Wed Mar 11 2020 Pavel Raiskup 2.1-1- depend on mock-core-configs >= 32.4- new build-time testsuite- accept return code 0 from rpmbuild -br (thrnciarAATTredhat.com)- bootstrap: bind-mount the inner root mount with rprivate- new ssl_ca_bundle_path option- chain: don\'t run buildroot.finalize() for each package- don\'t fail when /etc/pki certs are not found (frostyxAATTemail.cz)- lvm_root: fix --scrub=all- exclude plugin compiled stuff packaged in sub-packages- keep trailing newlines in jinja expand- sign-plugin: use %(rpms) variable expansion again- bootstrap: bind-mount also baseurl=/absolute/dir repos- \'dnf.conf\' config is now equivalent to \'yum.conf\'- don\'t emit unneeded warning for missing yum (remiAATTremirepo.net)- allow --install /usr/bin/time [GH#474] (miroslavAATTsuchy.cz)
* Fri Feb 07 2020 Pavel Raiskup 2.0-2- solve yum.conf vs. dnf.conf inconsistency in code and config- fix mockchain with --bootstrap-chroot (issue/469)- document \'mock --chain -c\' in man page
* Thu Feb 06 2020 Pavel Raiskup 2.0-1- log reasons why src.rpm can not be installed into chroot- nspawn: non-interactive commands in chroot are executed with --pipe- bind mount local repos to bootstrap chroot (dturecekAATTredhat.com)- expand the generated config (includes) completely before passing it to eval() (sergioAATTserjux.com)- do not ignore cleanup_on_success when post_install is True (logansAATTcottsay.net)- fix fd resource-leak in \'mock --chain\' (jcajkaAATTredhat.com)- the --debug-config option only shows the differences from the mock\'s default configuration- do not expand jinja for --debug-config- don\'t use chroot.pkg_manager in podman case, we need to install from within the container- --use-bootstrap-image implies --bootstrap-chroot- drop python2 support from spec file, and code too- ammend man page and state that --dnf is the default now- rename --{old,new}-chroot to --isolation- turn ON the jinja rendering a bit earlier- pre-populate loop devices in nspawn chroot as with --isolation=chroot- deepcopy the plugin_conf options from chroot to bootstrap_chroot- simplified implementation of include() config option, accept relative files (jkadlcikAATTredhat.com, sergioAATTserjux.com)- pass proxy environment to exec of Podman (RHBZ#1772598)- lvm_root: fix volume removal in --scrub- bootstrap: don\'t install shadow-utils, and distribution-gpg-keys- make --sources optional for --buildsrpm mode (sisi.chlupovaAATTgmail.com)- bootstrap: bind-mount normal chroot into bootstrap chroot recursively- add --scrub=bootstrap parameter (frostyxAATTemail.cz)- don\'t clean bootstrap with --clean- do not call traceLog decorator when no tracing- pre-create builddir before changing it\'s owner, and when we have proper process privileges- copy /etc/pki/ca-trust/extracted into chroot [GH#397]- change default of \'package_manager\' to \'dnf\'- always copy distribution-gpg-keys into chroot [GH#308]- support DNF vars added [GH#346]- use jinja macros instead of python variable expansion- get the text representation of error code- --scrub=all also does --scrub=bootstrap (jkadlcikAATTredhat.com)- success/fail aren\'t created root-owned- compress_logs: setup defaults to \'gzip\'- raise error for --localrepo without --chain- detect that forcearch can not work, and raise obvious error- drop unnecessary privilege escalations which only make unnecessary root-owned files
* Fri Oct 04 2019 Miroslav Suchý 1.4.20-1- /bin/mockchain wrapper around \'mock --chain\' (praiskupAATTredhat.com)- mock: options for retrying packager managers\' actions (praiskupAATTredhat.com)- remove mockchain [RHBZ#1757388]- chain: don\'t skip local repository (praiskupAATTredhat.com)- chain: propagate local repository to bootstrap chroot (praiskupAATTredhat.com)- hw_info: don\'t create root-owned files (praiskupAATTredhat.com)- ignore ./var/log when creating root_cache - fixes #309 (jiri.novakAATTghorland.net)- mock: don\'t create root files if possible (praiskupAATTredhat.com)- add commandline options for using bootstrap image (frostyxAATTemail.cz)- Use podman to pull and export an image as a bootstrap chroot (dmachAATTredhat.com)
* Tue Sep 10 2019 Miroslav Suchý 1.4.19-1- results should be owned by unpriv user [GH#322]- do not build with tests by default- Resultdir variable is missing in config. (sisi.chlupovaAATTgmail.com)
* Tue Aug 27 2019 Miroslav Suchý 1.4.18-1- use forcearch even when --forcearch is not specified (turecek.dominikAATTgmail.com)- requires systemd-container on rhel8 [RHBZ#1744538]- mock: only make /sys and /proc mounts rprivate (praiskupAATTredhat.com)- Add Red Hat subscription-manager support (praiskupAATTredhat.com)- Turn jinja ON a bit later, once configs are loaded (praiskupAATTredhat.com)- bootstrap-chroot: always explicitly install shadow-utils (praiskupAATTredhat.com)- Add procenv plugin for more detailed buildtime information (rieheckyAATTfnal.gov)- enable selinux plugin for nspawn [RHBZ#1740421]- Added signals handling by calling orphansKill for signals: SIGTERM, SIGPIPE and SIGHUP (janbuchmaierAATTseznam.cz)- Mention user configuration file in a man page (jkonecnyAATTredhat.com)
* Thu Aug 08 2019 Miroslav Suchý 1.4.17-1- change of exit code during transition from mockchain to mock --chain- support run in Fedora Toolbox (otaylorAATTfishsoup.net)- add cheat sheet- Adding tool for parsing build.log (sisi.chlupovaAATTgmail.com)- load secondary groups [RHBZ#1264005]- pass --allowerasing by default to DNF [GH#251]- make include() functional for --chain [GH#263]- Removing buildstderr from log - configurable via _mock_stderr_line_prefix (sisi.chlupovaAATTgmail.com)- Fixup: Use rpm -qa --root instead of running rpm -qa in chroot (miroAATThroncok.cz)- DynamicBuildrequires: Detect when no new packages were installed (miroAATThroncok.cz)- Allow more loop devices (sisi.chlupovaAATTgmail.com)- Fix binary locations in /bin for split-usr setups (beroAATTlindev.ch)- describe behaviour of resultdir together with --chain [GH#267]- repeat dynamic requires if needed [GH#276]- Fix compatibility with pre-4.15 RPM versions with DynamicBuildRequires (i.gnatenko.brainAATTgmail.com)- Enable dynamic BuildRequires by default (i.gnatenko.brainAATTgmail.com)- bootstrap: independent network configuration (praiskupAATTredhat.com)- Update the man page about ~/.config/mock/FOO.cfg (miroAATThroncok.cz)- explicitely convert releasever to string [GH#270]- grant anyone access to bind-mounted /etc/resolv.conf (praiskupAATTredhat.com)- -r FOO will try to read first ~/.mock/FOO.cfg if exists- enhance man page of mock about --chain- bash completion for --chain- respect use_host_resolv config even with use_nspawn (praiskupAATTredhat.com)- Fix crash on non-ascii dnf log messages (bkorrenAATTredhat.com)- add deprecation warning to mockchain- replace mockchain with `mock --chain` command (necas.martyAATTgmail.com)- switch to python3 on el7 (msuchyAATTredhat.com)
* Wed May 22 2019 Miroslav Suchý 1.4.16-1- switch to python3 on el7- respect use_host_resolv config even with use_nspawn (praiskupAATTredhat.com)- Fix crash on non-ascii dnf log messages (bkorrenAATTredhat.com)
* Mon Apr 22 2019 Miroslav Suchý 1.4.15-1- ignore weird distro.version() [RHBZ#1690374]- switch to string rpm\'s API [RHBZ#1693759]- FileNotFoundError is not defined in Python 2 [RHBZ#1696234]- Fix python2-devel build require- temporary do not make errors from createrepo_c fatal [GH#249]- allow to configure disabled DNF plugins [GH#210]- print warning when user is not in the mock group [GH#244]- implement Dynamic Build Dependencies (msuchyAATTredhat.com)- Allow mock to be built for epel 8, and without tests (vanmeeuwenAATTkolabsys.com)- Add debug logging for systemd-nspawn and related args (rieheckyAATTfnal.gov)- Fix mock for non-ascii paths on python2 (a.badgerAATTgmail.com)- require python-jinja2 rather than python2-jinja2- Fix --enable-network documentation in man page (directhexAATTapebox.org)
* Tue Feb 19 2019 Miroslav Suchý 1.4.14-1- config[\'decompress_program\'] default (praiskupAATTredhat.com)- add example for jinja templates- implement templated configs using jinja2- move live defaults from site-defaults.cfg to utils.py- introduce \"decompress_program\" option for root_cache for bsdtar- fix exclude patter for bsdtar- delete old changelog entries- use f29 for tests- update the default in sitec-defaults.cfg- Recommend dnf-utils (fzatloukAATTredhat.com)- ignore useless-object-inheritance pylint warning- add scientific linux on list of rhel clones [GH#228]- Use 32-bit personality for armv7
*/armv8
* builds (beroAATTlindev.ch)- create custom error message for dnf-utils not being installed (pjunak)
 
ICM