explicitly BR: python3-setuptools
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
8b519ac19d
commit
ac9f9ffb40
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: python-rpmautospec
|
Name: python-rpmautospec
|
||||||
Version: 0.1.3
|
Version: 0.1.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Package and CLI tool to generate release fields and changelogs
|
Summary: Package and CLI tool to generate release fields and changelogs
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -22,6 +22,7 @@ Source0: https://releases.pagure.org/Fedora-Infra/rpmautospec/rpmautospec
|
|||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python3-devel >= 3.6.0
|
BuildRequires: python3-devel >= 3.6.0
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
%if %{with epel_le_7}
|
%if %{with epel_le_7}
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
%endif
|
%endif
|
||||||
@ -181,6 +182,9 @@ install -m 644 rpm/macros.d/macros.rpmautospec %{buildroot}%{rpmmacrodir}/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 13 2020 Nils Philippsen <nils@redhat.com> - 0.1.3-4
|
||||||
|
- explicitly BR: python3-setuptools
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-3
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user