Skip to content

Commit

Permalink
rpmbuild: depend on new, much faster python3-specfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Jul 24, 2023
1 parent bea57d8 commit e5d33ab
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions rpmbuild/copr-rpmbuild.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,14 @@ BuildRequires: %{python_pfx}-munch
BuildRequires: %{python}-requests
BuildRequires: %{python_pfx}-jinja2
BuildRequires: %{python_pfx}-simplejson
BuildRequires: %{python_pfx}-specfile
BuildRequires: python3-backoff >= 1.9.0

%if 0%{?rhel} == 8
BuildRequires: %{python_pfx}-specfile
%else
BuildRequires: %{python_pfx}-specfile >= 0.19.0
%endif

BuildRequires: /usr/bin/argparse-manpage
BuildRequires: python-rpm-macros

Expand All @@ -58,9 +63,14 @@ Requires: %{python_pfx}-jinja2
Requires: %{python_pfx}-munch
Requires: %{python}-requests
Requires: %{python_pfx}-simplejson
Requires: %{python_pfx}-specfile
Requires: python3-backoff >= 1.9.0

%if 0%{?rhel} == 8
Requires: %{python_pfx}-specfile
%else
Requires: %{python_pfx}-specfile >= 0.19.0
%endif

Requires: mock >= 2.0
Requires: git
Requires: git-svn
Expand Down

0 comments on commit e5d33ab

Please sign in to comment.