|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: mock-core-configs
|
|
|
|
|
Version: 38.6
|
|
|
|
|
Version: 39.3
|
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
|
Summary: Mock core config files basic chroots
|
|
|
|
|
|
|
|
|
@ -26,9 +26,9 @@ BuildArch: noarch
|
|
|
|
|
Provides: mock-configs
|
|
|
|
|
|
|
|
|
|
# distribution-gpg-keys contains GPG keys used by mock configs
|
|
|
|
|
Requires: distribution-gpg-keys >= 1.85
|
|
|
|
|
Requires: distribution-gpg-keys >= 1.98
|
|
|
|
|
# specify minimal compatible version of mock
|
|
|
|
|
Requires: mock >= 4.0
|
|
|
|
|
Requires: mock >= 5.0
|
|
|
|
|
Requires: mock-filesystem
|
|
|
|
|
|
|
|
|
|
Requires(post): coreutils
|
|
|
|
@ -130,6 +130,12 @@ almalinux)
|
|
|
|
|
esac
|
|
|
|
|
cfg=$distro_id+epel-$ver-$mock_arch.cfg
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?eln}
|
|
|
|
|
# overrides rhel value which resolves in fedora+epel-rawhide-$mock_arch.cfg
|
|
|
|
|
cfg=fedora-eln-$mock_arch.cfg
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?mageia}
|
|
|
|
|
cfg=mageia-$ver-$mock_arch.cfg
|
|
|
|
|
%endif
|
|
|
|
@ -153,6 +159,28 @@ fi
|
|
|
|
|
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 11 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 39.3-1.inferit
|
|
|
|
|
- Updated version to 39.3-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Fri Dec 01 2023 Pavel Raiskup <praiskup@redhat.com> 39.3-1
|
|
|
|
|
- Fedora 40+ to use DNF5 for building
|
|
|
|
|
- Mandriva provides python-* not python3-* packages, use them
|
|
|
|
|
- mark ELN bootstrap image as "ready" to speedup bootstrap preparation
|
|
|
|
|
|
|
|
|
|
* Thu Oct 19 2023 Pavel Raiskup <praiskup@redhat.com> 39.2-1
|
|
|
|
|
- Switch ELN to use a native bootstrap container image
|
|
|
|
|
- Use the correct openSUSE Backports key for Leap 15.5 (neal@gompa.dev)
|
|
|
|
|
- Properly handle /etc/mock/default.cfg on Fedora ELN (sbonazzo@redhat.com)
|
|
|
|
|
|
|
|
|
|
* Fri Sep 15 2023 Pavel Raiskup <praiskup@redhat.com> 39.1-1
|
|
|
|
|
- Add openSUSE Leap 15.5 (neal@gompa.dev)
|
|
|
|
|
- Move openSUSE Leap 15.3 to EOL (neal@gompa.dev)
|
|
|
|
|
- Mageia 9 branched, Mageia Cauldron retargeted to Mageia 10 (neal@gompa.dev)
|
|
|
|
|
|
|
|
|
|
* Wed Aug 09 2023 Pavel Raiskup <praiskup@redhat.com> 39-1
|
|
|
|
|
- new upstream release, per https://rpm-software-management.github.io/mock/Release-Notes-5.0
|
|
|
|
|
|
|
|
|
|
* Thu Jul 06 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 38.6-1.inferit
|
|
|
|
|
- Add MSVSphere and MSVSphere+EPEL mock configs
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|