Compare commits

...

15 Commits
i10e ... epel9

@ -3,7 +3,7 @@
%endif %endif
Name: mock-core-configs Name: mock-core-configs
Version: 39.3 Version: 41.5
Release: 1%{?dist} Release: 1%{?dist}
Summary: Mock core config files basic chroots Summary: Mock core config files basic chroots
@ -22,9 +22,9 @@ BuildArch: noarch
Provides: mock-configs Provides: mock-configs
# distribution-gpg-keys contains GPG keys used by mock configs # distribution-gpg-keys contains GPG keys used by mock configs
Requires: distribution-gpg-keys >= 1.98 Requires: distribution-gpg-keys >= 1.105
# specify minimal compatible version of mock # specify minimal compatible version of mock
Requires: mock >= 5.0 Requires: mock >= 5.4.post1
Requires: mock-filesystem Requires: mock-filesystem
Requires(post): coreutils Requires(post): coreutils
@ -37,7 +37,7 @@ Requires(post): sed
%description %description
Mock configuration files which allow you to create chroots for Alma Linux, Mock configuration files which allow you to create chroots for Alma Linux,
Amazon Linux, CentOS, CentOS Stream, EuroLinux, Fedora, Fedora EPEL, Mageia, Amazon Linux, CentOS, CentOS Stream, Circle Linux, EuroLinux, Fedora, Fedora EPEL, Mageia,
Navy Linux, OpenMandriva Lx, openSUSE, Oracle Linux, Red Hat Enterprise Linux, Navy Linux, OpenMandriva Lx, openSUSE, Oracle Linux, Red Hat Enterprise Linux,
Rocky Linux and various other specific or combined chroots. Rocky Linux and various other specific or combined chroots.
@ -50,8 +50,6 @@ Rocky Linux and various other specific or combined chroots.
%install %install
mkdir -p %{buildroot}%{_sysusersdir}
mkdir -p %{buildroot}%{_sysconfdir}/mock/eol/templates mkdir -p %{buildroot}%{_sysconfdir}/mock/eol/templates
mkdir -p %{buildroot}%{_sysconfdir}/mock/templates mkdir -p %{buildroot}%{_sysconfdir}/mock/templates
cp -a etc/mock/*.cfg %{buildroot}%{_sysconfdir}/mock cp -a etc/mock/*.cfg %{buildroot}%{_sysconfdir}/mock
@ -147,9 +145,84 @@ fi
%files -f %{name}.cfgs %files -f %{name}.cfgs
%license COPYING %license COPYING
%doc README
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg %ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg
%changelog %changelog
* Thu Dec 19 2024 Pavel Raiskup <praiskup@redhat.com> 41.5-1
- Fedora 39 EOL
- fix openSUSE-tumbleweed update failure during the second build (duli4868@gmail.com)
- use non development bootstrap image for CentOS Stream 10 (romain.geissler@amadeus.com)
- remove ELN ResilientStorage repos (yselkowi@redhat.com)
- update ELN bootstrap image (yselkowi@redhat.com)
- Add epel and epel-testing repos to the EPEL 10 config (carlwgeorge@gmail.com)
* Mon Sep 30 2024 Pavel Raiskup <praiskup@redhat.com> 41.4-1
- update ELN repos (yselkowi@redhat.com)
* Thu Sep 26 2024 Pavel Raiskup <praiskup@redhat.com> 41.3-1
- move anolis-7 to eol directory (msuchy@redhat.com)
- move opensuse-leap-15.4 to eol directory (msuchy@redhat.com)
- configs: the stream9 image is "ready" for Mock bootstrap
- enable bootstrap container for CentOS Stream 10 (carlwgeorge@gmail.com)
- configs: replace `powerpc64le` with `ppc64le` in the `%%_host_cpu` macro
- fix EOL template locations for CentOS7/EPEL7 (thomas.mendorf@ebf.com)
* Thu Aug 15 2024 Pavel Raiskup <praiskup@redhat.com> 41.2-1
- fix centos-stream+epel-10-s390x /bin/sed typo
* Wed Aug 14 2024 Pavel Raiskup <praiskup@redhat.com> 41.1-1
- branch F41 from Rawhide (frostyx@email.cz)
- added centos-stream+epel-10 configs
- Enable RPM sysusers integration (j1.kyjovsky@gmail.com)
- Rawhide to accept GPG key from future Fedora Rawhide+1
- openEuler 24.03 LTS (nucleo@fedoraproject.org)
- drop fedora-eln-i386 (yselkowi@redhat.com)
- Switch CentOS 7 to vault.centos.org (robert@fedoraproject.org)
- Fix GPG keys for CentOS Stream 10 repositories (daan.j.demeyer@gmail.com)
- EOL epel-7 configuration
- CentOS 7 is EOL
- Fedora 41+ configuration images are "dnf5 ready"
- Use metalinks for c10s {baseos,appstream,crb}-{source,debuginfo} (miro@hroncok.cz)
* Sat Jun 15 2024 Pavel Raiskup <praiskup@redhat.com> 40.6-1
- c10s config use mirrored metalinks
* Wed Jun 05 2024 Miroslav Suchý <msuchy@redhat.com> 40.5-1
- CentOS Stream 8 is EOL (andykimpe@gmail.com)
- configs: Fedora 38 goes EOL (praiskup@redhat.com)
* Tue May 14 2024 Jakub Kadlcik <frostyx@email.cz> 40.4-1
- configs: BuildWithDNF5 for ELN (praiskup@redhat.com)
- Add Circle Linux 9 configs (bella@cclinux.org)
- configs: Replace Mageia 10 and Cauldron i586 configs with i686
(wally@mageia.org)
- Post-release administrivia (frostyx@email.cz)
* Fri Apr 05 2024 Jakub Kadlcik <frostyx@email.cz> 40.3-1
- Add initial c10s mock configs (Koji BUILDROOT only) (miro@hroncok.cz)
- configs: use repo_arch, not target_arch with openSUSE (praiskup@redhat.com)
- configs: Drop modular repositories from Fedora Branched
(ngompa@fedoraproject.org)
- configs: Drop modular repositories from Fedora Rawhide
(ngompa@fedoraproject.org)
- Configs 40.2 release notes && post-release administrivia
(praiskup@redhat.com)
* Fri Feb 16 2024 Pavel Raiskup <praiskup@redhat.com> 40.2-1
- Use dnf5 on Fedora 40+ (miro@hroncok.cz)
* Wed Feb 14 2024 Pavel Raiskup <praiskup@redhat.com> 40.1-1
- new '{{ repo_arch }}' template variable used for Mageia
- Mageia 7 is EOL (wally@mageia.org)
- OpenMandriva i686 is EOL (frostyx@email.cz)
- Fedora 40 branched
* Thu Jan 11 2024 Pavel Raiskup <praiskup@redhat.com> 39.4-1
- configure system_cachedir for dnf5
- configs: EOL Fedora 37
- config: add README.md with maintainers and issue trackers (frostyx@email.cz)
* Fri Dec 01 2023 Pavel Raiskup <praiskup@redhat.com> 39.3-1 * Fri Dec 01 2023 Pavel Raiskup <praiskup@redhat.com> 39.3-1
- Fedora 40+ to use DNF5 for building - Fedora 40+ to use DNF5 for building
- Mandriva provides python-* not python3-* packages, use them - Mandriva provides python-* not python3-* packages, use them

@ -1 +1 @@
SHA512 (mock-core-configs-39.3.tar.gz) = e498fe50426bf4d2b4f278ebc97f409dd5b61bcfdeb16346aaff4dba347647e33dd2e48c4b3cb29be6317e01a9c8690b23e6edc892c385c4979d9bf4ff99d613 SHA512 (mock-core-configs-41.5.tar.gz) = e148ee290a11d3eacedb6a9875ab664b1606d95613d736d6d6c91c50c3ae08ee5511efccd41b1b939492437dd7e32c381ac0eb29e1ac14d36ac68897fb20779d

Loading…
Cancel
Save