Merge branch 'epel8' into epel7
This commit is contained in:
commit
8756e9b493
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/mock-core-configs-30.3.tar.gz
|
||||
/mock-core-configs-30.4.tar.gz
|
||||
/mock-core-configs-30.5.tar.gz
|
||||
/mock-core-configs-31.1.tar.gz
|
||||
|
@ -1,42 +1,42 @@
|
||||
# mock group id allocate for Fedora
|
||||
%global mockgid 135
|
||||
|
||||
Name: mock-core-configs
|
||||
Version: 30.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock core config files basic chroots
|
||||
Name: mock-core-configs
|
||||
Version: 31.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock core config files basic chroots
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://github.com/rpm-software-management/mock/
|
||||
License: GPLv2+
|
||||
URL: https://github.com/rpm-software-management/mock/
|
||||
# Source is created by
|
||||
# git clone https://github.com/rpm-software-management/mock.git
|
||||
# cd mock/mock-core-configs
|
||||
# git reset --hard %{name}-%{version}
|
||||
# tito build --tgz
|
||||
Source: https://github.com/rpm-software-management/mock/releases/download/%{name}-%{version}-1/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
Source: https://github.com/rpm-software-management/mock/releases/download/%{name}-%{version}-1/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
# distribution-gpg-keys contains GPG keys used by mock configs
|
||||
Requires: distribution-gpg-keys >= 1.29
|
||||
Requires: distribution-gpg-keys >= 1.29
|
||||
|
||||
Requires(post): coreutils
|
||||
%if 0%{?fedora} > 29 || 0%{?rhel} > 8
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: systemd-rpm-macros
|
||||
%endif
|
||||
%if 0%{?fedora} || 0%{?mageia} || 0%{?rhel} > 7
|
||||
# to detect correct default.cfg
|
||||
Requires(post): python3-dnf
|
||||
Requires(post): python3-hawkey
|
||||
Requires(post): system-release
|
||||
Requires(post): python3
|
||||
Requires(post): sed
|
||||
Requires(post): python3-dnf
|
||||
Requires(post): python3-hawkey
|
||||
Requires(post): system-release
|
||||
Requires(post): python3
|
||||
Requires(post): sed
|
||||
%endif
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||
Requires(pre): shadow-utils
|
||||
Requires(pre): shadow-utils
|
||||
# to detect correct default.cfg
|
||||
Requires(post): python
|
||||
Requires(post): yum
|
||||
Requires(post): /etc/os-release
|
||||
Requires(post): python
|
||||
Requires(post): yum
|
||||
Requires(post): /etc/os-release
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -137,6 +137,14 @@ fi
|
||||
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg
|
||||
|
||||
%changelog
|
||||
* Mon Aug 19 2019 Miroslav Suchý <msuchy@redhat.com> 31.1-1
|
||||
- add fedora 31 configs and rawhide is now 32
|
||||
- Add local-source repo definition to Fedora Rawhide (miro@hroncok.cz)
|
||||
|
||||
* Mon Aug 19 2019 Miroslav Suchý <msuchy@redhat.com>
|
||||
- add fedora 31 configs and rawhide is now 32
|
||||
- Add local-source repo definition to Fedora Rawhide (miro@hroncok.cz)
|
||||
|
||||
* Thu Aug 08 2019 Miroslav Suchý <msuchy@redhat.com> 30.5-1
|
||||
- disable updates-modulare repos for now
|
||||
- buildrequire systemd-srpm-macros to get _sysusersdir
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mock-core-configs-30.5.tar.gz) = 218440fb9b8b9ea1b7c9a4c61deb3d6f9bec9ff01d6b87fadb1c54c9f9a1ef71b0169e997ae59064e1c5967bd4af52e6331c227e752dbbb5b0ba778bc8ab509f
|
||||
SHA512 (mock-core-configs-31.1.tar.gz) = 5d1effa53b358627ebba179ad633f577a14e941e323e2eee455ef38c56fbef1f50be7ad3caa1193c925d4ec3971b128591755fad159da6c7bb6913d25eadb3a1
|
||||
|
Loading…
Reference in New Issue
Block a user