|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: mock-core-configs
|
|
|
|
|
Version: 40.6
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 41.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Mock core config files basic chroots
|
|
|
|
|
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
@ -22,7 +22,7 @@ BuildArch: noarch
|
|
|
|
|
Provides: mock-configs
|
|
|
|
|
|
|
|
|
|
# distribution-gpg-keys contains GPG keys used by mock configs
|
|
|
|
|
Requires: distribution-gpg-keys >= 1.104
|
|
|
|
|
Requires: distribution-gpg-keys >= 1.105
|
|
|
|
|
# specify minimal compatible version of mock
|
|
|
|
|
Requires: mock >= 5.4.post1
|
|
|
|
|
Requires: mock-filesystem
|
|
|
|
@ -50,8 +50,6 @@ Rocky Linux and various other specific or combined chroots.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
mkdir -p %{buildroot}%{_sysusersdir}
|
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/mock/eol/templates
|
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/mock/templates
|
|
|
|
|
cp -a etc/mock/*.cfg %{buildroot}%{_sysconfdir}/mock
|
|
|
|
@ -151,8 +149,19 @@ fi
|
|
|
|
|
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 40.6-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
* 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
|
|
|
|
|