Update mock-core-configs to 33.5-1
This commit is contained in:
parent
a3fba8ae45
commit
bc63f1c491
@ -1,5 +1,5 @@
|
||||
Name: mock-core-configs
|
||||
Version: 33.4
|
||||
Version: 33.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock core config files basic chroots
|
||||
|
||||
@ -67,7 +67,7 @@ case $HOST in
|
||||
# RPM on EL7 doesn't link against libzstd, and newer Fedora is compressed
|
||||
# using ZSTD. We need to enable bootstrap image here to be able to
|
||||
# initialize the Fedora bootstrap chroot.
|
||||
for config in etc/fedora-*-*.cfg; do
|
||||
for config in etc/mock/fedora-*-*.cfg; do
|
||||
version=$(echo "$config" | cut -d- -f2)
|
||||
if test $version = rawhide || test $version -ge 31; then
|
||||
echo "config_opts['use_bootstrap_image'] = True" >> "$config"
|
||||
@ -150,6 +150,9 @@ fi
|
||||
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg
|
||||
|
||||
%changelog
|
||||
* Mon Jan 18 2021 Pavel Raiskup <praiskup@redhat.com> 33.5-1
|
||||
- fix typo in host-specific config generater
|
||||
|
||||
* Mon Jan 18 2021 Pavel Raiskup <praiskup@redhat.com> 33.4-1
|
||||
- fix bootstrapping of newer Fedora on EL7
|
||||
- efine a bootstrap image for openSUSE Tumbleweed (ngompa13@gmail.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mock-core-configs-33.4.tar.gz) = 0bf7355d94c43c7414420be93f9a413b0bb19d5ba3692a1d5e41c7fb6b5aea12573e1a6823d49de1a5b01dc835640fc02de547e65761e841e105a319f5d79cfe
|
||||
SHA512 (mock-core-configs-33.5.tar.gz) = 448511d13468cb9fb4ccfd1ce1aa358abe852de8c1082009ec423f475760199942abaf1c5eba43e016a8f3b05029cc08552ecfeb733dcf006b2894e5a099483e
|
||||
|
Loading…
Reference in New Issue
Block a user