mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-24 04:32:46 +00:00
commit
e75b8d378f
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,7 @@ BuildRequires: tar
|
||||||
BuildRequires: which
|
BuildRequires: which
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
# todo: add %check to spec file in accordance with
|
# todo: add %%check to spec file in accordance with
|
||||||
# https://fedoraproject.org/wiki/QA/Testing_in_check
|
# https://fedoraproject.org/wiki/QA/Testing_in_check
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: python-bugzilla
|
BuildRequires: python-bugzilla
|
||||||
|
@ -64,7 +64,9 @@ BuildRequires: rpm-python3
|
||||||
Requires: rpm-build
|
Requires: rpm-build
|
||||||
Requires: rpmlint
|
Requires: rpmlint
|
||||||
Requires: fedpkg
|
Requires: fedpkg
|
||||||
|
%if 0%{?fedora} && 0%{?fedora} < 31
|
||||||
Requires: fedora-cert
|
Requires: fedora-cert
|
||||||
|
%endif
|
||||||
Requires: fedora-packager
|
Requires: fedora-packager
|
||||||
Requires: rpmdevtools
|
Requires: rpmdevtools
|
||||||
# Cheetah doesn't exist for Python 3, but it's what Mead uses. We
|
# Cheetah doesn't exist for Python 3, but it's what Mead uses. We
|
||||||
|
|
Loading…
Add table
Reference in a new issue