Merge and update to 39.2-1

i9ce changed/i9ce/mock-core-configs-39.2-1.el9
MSVSphere Packaging Team 1 year ago
commit 4fbd8df339

2
.gitignore vendored

@ -1 +1 @@
SOURCES/mock-core-configs-38.6.tar.gz SOURCES/mock-core-configs-39.2.tar.gz

@ -1 +1 @@
1541233489e0d6f8a534fb87213bbf800fe54461 SOURCES/mock-core-configs-38.6.tar.gz 2b2224775a3ace40e1c5d434f624cdcbde488dc9 SOURCES/mock-core-configs-39.2.tar.gz

@ -0,0 +1,6 @@
addFilter(r'macro-in-comment %{name}')
addFilter(r'macro-in-comment %{version}')
addFilter(r'specfile-error warning: Macro expanded in comment on line [0-9]*: %{name}-%{version}')
# SPELLING ERRORS
addFilter(r'spelling-error .* en_US (chroots|Config|chroot) ')

@ -3,7 +3,7 @@
%endif %endif
Name: mock-core-configs Name: mock-core-configs
Version: 38.6 Version: 39.2
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.85 Requires: distribution-gpg-keys >= 1.98
# specify minimal compatible version of mock # specify minimal compatible version of mock
Requires: mock >= 4.0 Requires: mock >= 5.0
Requires: mock-filesystem Requires: mock-filesystem
Requires(post): coreutils Requires(post): coreutils
@ -124,6 +124,12 @@ almalinux)
esac esac
cfg=$distro_id+epel-$ver-$mock_arch.cfg cfg=$distro_id+epel-$ver-$mock_arch.cfg
%endif %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} %if 0%{?mageia}
cfg=mageia-$ver-$mock_arch.cfg cfg=mageia-$ver-$mock_arch.cfg
%endif %endif
@ -144,6 +150,19 @@ fi
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg %ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg
%changelog %changelog
* 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 * Thu Jul 06 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 38.6-1
- Rebuilt for MSVSphere 9.2 - Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save