|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: mock-core-configs
|
|
|
|
Name: mock-core-configs
|
|
|
|
Version: 37.2
|
|
|
|
Version: 37.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Mock core config files basic chroots
|
|
|
|
Summary: Mock core config files basic chroots
|
|
|
|
|
|
|
|
|
|
|
@ -32,12 +32,11 @@ Requires(post): python3
|
|
|
|
Requires(post): sed
|
|
|
|
Requires(post): sed
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Config files which allow you to create chroots for:
|
|
|
|
Mock configuration files which allow you to create chroots for Alma Linux,
|
|
|
|
* Fedora
|
|
|
|
Amazon Linux, CentOS, CentOS Stream, EuroLinux, Fedora, Fedora EPEL, Mageia,
|
|
|
|
* Epel
|
|
|
|
Navy Linux, OpenMandriva Lx, openSUSE, Oracle Linux, Red Hat Enterprise Linux,
|
|
|
|
* Mageia
|
|
|
|
Rocky Linux and various other specific or combined chroots.
|
|
|
|
* Custom chroot
|
|
|
|
|
|
|
|
* OpenSuse Tumbleweed and Leap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
@ -141,6 +140,12 @@ fi
|
|
|
|
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg
|
|
|
|
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Apr 06 2022 Pavel Raiskup <praiskup@redhat.com> 37.3-1
|
|
|
|
|
|
|
|
- updated %%description field
|
|
|
|
|
|
|
|
- provide 'epel-9' symlinks for 'fedpkg mockbuild'
|
|
|
|
|
|
|
|
- allow n-2 gpg key for Fedora ELN (msuchy@redhat.com)
|
|
|
|
|
|
|
|
- added config "description" fields for --list-chroots (msuchy@redhat.com)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 03 2022 Pavel Raiskup <praiskup@redhat.com> 37.2-1
|
|
|
|
* Thu Mar 03 2022 Pavel Raiskup <praiskup@redhat.com> 37.2-1
|
|
|
|
- Update CentOS Stream 9 Extras repo to use correct key (ngompa@centosproject.org)
|
|
|
|
- Update CentOS Stream 9 Extras repo to use correct key (ngompa@centosproject.org)
|
|
|
|
- Add AlmaLinux+EPEL 8 for POWER (ppc64le) (ngompa13@gmail.com)
|
|
|
|
- Add AlmaLinux+EPEL 8 for POWER (ppc64le) (ngompa13@gmail.com)
|
|
|
|