mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
fix up tito spec file
This commit is contained in:
parent
c2c4c5308f
commit
ce5a12e9aa
1 changed files with 5 additions and 6 deletions
11
tito.spec
11
tito.spec
|
@ -35,7 +35,7 @@ Requires: python3-bugzilla
|
||||||
Requires: python3-blessings
|
Requires: python3-blessings
|
||||||
Requires: rpm-python3
|
Requires: rpm-python3
|
||||||
%else
|
%else
|
||||||
BuildRequires: python-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires: python-bugzilla
|
Requires: python-bugzilla
|
||||||
|
@ -54,7 +54,6 @@ BuildRequires: which
|
||||||
# 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: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-bugzilla
|
BuildRequires: python3-bugzilla
|
||||||
|
@ -64,13 +63,13 @@ BuildRequires: rpm-python3
|
||||||
Requires: rpm-build
|
Requires: rpm-build
|
||||||
Requires: rpmlint
|
Requires: rpmlint
|
||||||
Requires: fedpkg
|
Requires: fedpkg
|
||||||
Requires: fedora-cert
|
|
||||||
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 used not to exist for Python 3, but it's what Mead uses. We
|
||||||
# install it and call via the command line instead of importing the
|
# install it and call via the command line instead of importing the
|
||||||
# potentially incompatible code
|
# previously potentially incompatible code, as we have not yet got
|
||||||
Requires: python-cheetah
|
# around to changing this
|
||||||
|
Requires: /usr/bin/cheetah
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tito is a tool for managing tarballs, rpms, and builds for projects using
|
Tito is a tool for managing tarballs, rpms, and builds for projects using
|
||||||
|
|
Loading…
Add table
Reference in a new issue