deb-mock/docs/Release-Notes-1.4.21.md
robojerk 4c0dcb2522
Some checks failed
Build Deb-Mock Package / build (push) Successful in 54s
Lint Code / Lint All Code (push) Failing after 1s
Test Deb-Mock Build / test (push) Failing after 36s
enhance: Add comprehensive .gitignore for deb-mock project
- 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.
2025-08-18 23:37:49 -07:00

1.5 KiB

layout title
default Release Notes 1.4.21

Released on 2019-11-01.

Mock-core-configs 31.7

  • Added configs for epel8-playground
  • Added 3 base packages to epel-playground and epel buildroot RHBZ#1764445

Mock 1.4.21 bugfixes:

This is a bugfix-only release. There is already ongoing work on 1.5.0 version. I cherry-picked some commits, which resolves some painfull bugs:

There were some issue with initialization of "Container image for bootstrap" feature. GH#380. This is now fixed. As side effect there are two changes. Download of container image has been moved from root_cache plugin to main Mock code. As result you do not need to have root cache enabled to use this feature. Second, distribution-gpg-keys are always copied to bootstrap chroot if you use bootstrap container feature.

Commands --install and --installdeps now works with bootstrap RHBZ#1447627

There was an ugly bug, which involved systemd, CGroups v2 and SELinux and can lead to complete freeze of a system. This has been now resolved. RHBZ#1756972

Rarely you may hit bug with incorrect rpmbuildstate. This is now fixed. GH#349.

Following contributors contributed to this release:

  • Jakub Kadlcik
  • Merlin Mathesius
  • Pavel Raiskup

Thank you.