Update mock-core-configs to 29.1-1
This commit is contained in:
parent
33b3b1aaa0
commit
8168293b3b
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/mock-core-configs-28.2.tar.gz
|
/mock-core-configs-28.2.tar.gz
|
||||||
/mock-core-configs-28.3.tar.gz
|
/mock-core-configs-28.3.tar.gz
|
||||||
/mock-core-configs-28.4.tar.gz
|
/mock-core-configs-28.4.tar.gz
|
||||||
|
/mock-core-configs-29.1.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global mockgid 135
|
%global mockgid 135
|
||||||
|
|
||||||
Name: mock-core-configs
|
Name: mock-core-configs
|
||||||
Version: 28.4
|
Version: 29.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Mock core config files basic chroots
|
Summary: Mock core config files basic chroots
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -17,7 +17,7 @@ Source: https://github.com/rpm-software-management/mock/releases/download/%{nam
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
# 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.21
|
Requires: distribution-gpg-keys >= 1.22
|
||||||
|
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
@ -42,6 +42,7 @@ Config files which allow you to create chroots for:
|
|||||||
* Epel
|
* Epel
|
||||||
* Mageia
|
* Mageia
|
||||||
* Custom chroot
|
* Custom chroot
|
||||||
|
* OpenSuse Tumbleweed and Leap
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -118,8 +119,11 @@ fi
|
|||||||
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg
|
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 28.4-2
|
* Mon Aug 13 2018 Miroslav Suchý <msuchy@redhat.com> 29.1-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- add fedora 29 configs and change rawhide to F30
|
||||||
|
- defattr is not needed since rpm 4.2
|
||||||
|
- Replace armv5tl with aarch64 for Mageia Cauldron (ngompa13@gmail.com)
|
||||||
|
- check gpg keys for rawhide
|
||||||
|
|
||||||
* Wed May 02 2018 Miroslav Suchý <msuchy@redhat.com> 28.4-1
|
* Wed May 02 2018 Miroslav Suchý <msuchy@redhat.com> 28.4-1
|
||||||
- requires distribution-gpg-keys with opensuse keys
|
- requires distribution-gpg-keys with opensuse keys
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mock-core-configs-28.4.tar.gz) = 2980e25ebf2460bb2a72da05f3cffae90fba1aa2250fddd5dc8d0cb0136f02c3200e72932584d4762b3800d4a2d2af1ca7ca77bf7d41f8a25360fd52d8ed4799
|
SHA512 (mock-core-configs-29.1.tar.gz) = ecce26dd4020a506dc4761610bfa957fe1896b9146b69ff8a36f72c66de6f2cf26e3909e18bdcc14a3f6c1e5678018f7bc0368f5279548736372dfe78d585cf9
|
||||||
|
Loading…
Reference in New Issue
Block a user