deb-mock/docs/Release-Notes-Configs-40.3.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.2 KiB

layout title
default Release Notes - Mock 40.3

Release 40.3 - 2024-04-05

Mock Core Configs changes

  • Mock chroots for CentOS Stream 10 were added. They only use the Koji buildroot for now.
  • The modular repositories have been dropped from Fedora releases, as Fedora Modularity has been retired, and these repositories are no longer maintained. (PR#1340)
  • The modular repositories have been dropped from Fedora Rawhide, as Fedora Modularity has been retired, and these repositories are no longer maintained. (PR#1340)
  • The openSUSE config files have been updated to use the new repo_arch Jinja template instead of target_arch. This change ensures that the bootstrap-from-image feature works correctly, always choosing the native architecture (regardless of multilib or forcearch builds). It also ensures that multilib bootstrap installation works correctly even when the bootstrap image is OFF.

Following contributors contributed to this release:

  • Miro Hrončok
  • Neal Gompa
  • Pavel Raiskup