- Add mock-specific build artifacts (chroot/, mock-*, mockroot/) - Include package build files (*.deb, *.changes, *.buildinfo) - Add development tools (.coverage, .pytest_cache, .tox) - Include system files (.DS_Store, Thumbs.db, ._*) - Add temporary and backup files (*.tmp, *.bak, *.backup) - Include local configuration overrides (config.local.yaml, .env.local) - Add test artifacts and documentation builds - Comprehensive coverage for Python build system project This ensures build artifacts, chroot environments, and development tools are properly ignored in version control.
1.2 KiB
1.2 KiB
| layout | title |
|---|---|
| default | Release Notes 1.4.3 |
This is bug fix release, we fixed following issues:
--nocheckmacro was not properly escaped [RHBZ#1473359].- Use python3 and dnf module on Fedoras to guess architecture in
%postscriptlet [RHBZ#1462310]. - enhanced detection of RHEL [RHBZ#1470189].
- scm: define
_sourcedirto checkout directory [PR#98]. - Mageia Cauldron
releaseveris now 7 [PR#95] - Create
/devnodes even when usingnspawn[RHBZ#1467299]. - SELinux: do not try to import yum when PM is dnf [RHBZ#1474513].
- When you have hundreds of volumes in LVM you can tell mock to wait longer using
config_opts['plugin_conf']['lvm_root_opts']['sleep_time'] = 1.
Thanks to following contributors:
- Igor Gnatenko
- Jonathan Lebon
- Mikolaj Izdebski
- Neal Gompa
- Ville Skyttä
- pixdrift