|
|
|
@ -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
|
|
|
|
|