Update mock-core-configs to 32.0-2
This commit is contained in:
parent
fb60c8551f
commit
323d021368
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/mock-core-configs-31.5.tar.gz
|
||||
/mock-core-configs-31.6.tar.gz
|
||||
/mock-core-configs-31.7.tar.gz
|
||||
/mock-core-configs-32.0.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global mockgid 135
|
||||
|
||||
Name: mock-core-configs
|
||||
Version: 31.7
|
||||
Version: 32.0
|
||||
Release: 2%{?dist}
|
||||
Summary: Mock core config files basic chroots
|
||||
|
||||
@ -17,7 +17,7 @@ Source: https://github.com/rpm-software-management/mock/releases/download/%{
|
||||
BuildArch: noarch
|
||||
|
||||
# distribution-gpg-keys contains GPG keys used by mock configs
|
||||
Requires: distribution-gpg-keys >= 1.29
|
||||
Requires: distribution-gpg-keys >= 1.36
|
||||
|
||||
Requires(post): coreutils
|
||||
%if 0%{?fedora} || 0%{?mageia} || 0%{?rhel} > 7
|
||||
@ -49,17 +49,33 @@ Config files which allow you to create chroots for:
|
||||
|
||||
|
||||
%build
|
||||
# nothing to do here
|
||||
cd etc/host-overrides
|
||||
HOST=none
|
||||
%if 0%{?fedora}
|
||||
HOST="fedora-%{fedora}"
|
||||
%endif
|
||||
%if 0%{?rhel}
|
||||
HOST="rhel-%{rhel}"
|
||||
%endif
|
||||
|
||||
if [ -d "$HOST" ]; then
|
||||
pushd "$HOST"
|
||||
for i in *.cfg; do
|
||||
cat "$i" >> "../../mock/$i"
|
||||
done
|
||||
popd
|
||||
fi
|
||||
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_sysusersdir}
|
||||
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/mock/eol
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/mock/eol/templates
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/mock/templates
|
||||
cp -a etc/mock/*.cfg %{buildroot}%{_sysconfdir}/mock
|
||||
cp -a etc/mock/templates/*.tpl %{buildroot}%{_sysconfdir}/mock/templates
|
||||
cp -a etc/mock/eol/*cfg %{buildroot}%{_sysconfdir}/mock/eol
|
||||
cp -a etc/mock/eol/templates/*.tpl %{buildroot}%{_sysconfdir}/mock/eol/templates
|
||||
|
||||
# generate files section with config - there is many of them
|
||||
echo "%defattr(0644, root, mock)" > %{name}.cfgs
|
||||
@ -127,8 +143,31 @@ fi
|
||||
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg
|
||||
|
||||
%changelog
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 31.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
* Fri Feb 07 2020 Pavel Raiskup <praiskup@redhat.com> 32.0-2
|
||||
- solve yum.conf vs. dnf.conf inconsistency in config and code
|
||||
|
||||
* Thu Feb 06 2020 Pavel Raiskup <praiskup@redhat.com> 32.0-1
|
||||
- add F32 configs and move rawhide to F33
|
||||
- make compatibility changes with mock 2.0
|
||||
- allow host overrides (build-time for now)
|
||||
- use jinja for gpgkey= in rawhide template
|
||||
- add rhel-{7,8}-s390x configs
|
||||
- drop rhel-8-ppc64, it was never supported
|
||||
- fix rhel-7 configs
|
||||
- update epel-8 config template to include modular repos as well as missing
|
||||
non-modular source repo (mmathesi@redhat.com)
|
||||
- drop for a long time useless epel-6-ppc64 config
|
||||
- use template for opensuse, openmandriva, mageia, epel, custom ...
|
||||
- fix epel-6.tpl config bug
|
||||
- set default podman image for centos-stream
|
||||
- remove aarch64 string from repo name in template [RHBZ#1780977]
|
||||
- EOL F29 configs
|
||||
- fix rhelepel configs
|
||||
- allow including configs and templates from relative path (frostyx@email.cz)
|
||||
- configs: drop cost=2000 from fedora-31+-i386
|
||||
- add missing metadata_expire=0 to epel configs
|
||||
- change default of 'package_manager' to 'dnf', and use 'dnf.conf'
|
||||
- remove rhelbeta-8-*
|
||||
|
||||
* Fri Nov 01 2019 Miroslav Suchý <msuchy@redhat.com> 31.7-1
|
||||
- Add configs for epel8-playground (mmathesi@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mock-core-configs-31.7.tar.gz) = 96701a149fe2c1af9a9d235dd486c86ebe9298080cd67663ca8bda4cdc5415f70de18731e488f7792582635363f322871b55592abc11609dd4a00ea094dae82d
|
||||
SHA512 (mock-core-configs-32.0.tar.gz) = 11de262b8bc796d0f51c2807b10cf150a8a25c2197b71ed31ee330679dff377336f5e850ae9e5622836eb24e87c54c42445f51d6f018b5731efc945da97bf58e
|
||||
|
Loading…
Reference in New Issue
Block a user