- 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,010 B
| layout | title |
|---|---|
| default | Release Notes 2.9 |
Released on - 2021-01-18.
Mock 2.9 new features:
-
The
rpkg_preprocessorplugin got newforce_enableoption. This option tells rpkg_preprocessor to ignore rpkg.conf and always preprocess the spec file. This is useful for testing mass package changes where it's not practical to add an rpkg.conf to every package. -
The configuration mechanism was cut-out from mock, and is now newly provided as new package
python3-templated-dictionarythat mock package depends on.
Mock-core-configs v33.5 fixes:
-
EPEL 6 configuration was marked EOL (moved to eol/ subdirectory).
-
Fedora 31 configuration is EOL, too.
-
Fixed bootstrap of Fedora on Enterprise Linux 7 boxes.
-
Bootstrap images defined for OpenSUSE Tumbleweed.
-
RepoIDs renamed for EL8 chroots, according to real repoIDs in normal repo files.
The following contributors contributed to this release:
- Miroslav Suchý
- Neal Gompa
- Tom Stellard
Thank you!