mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
do not require obsoleted fedora-cert
fedora-cert does not exists on Fedora 31+ It has been obsoleted by fedora-packager, but not provided https://src.fedoraproject.org/rpms/fedora-packager/blob/master/f/fedora-packager.spec#_23 This make tito uninstallable on Fedora 31+.
This commit is contained in:
parent
8bd9c721de
commit
f1bcf5c261
1 changed files with 2 additions and 0 deletions
|
@ -64,7 +64,9 @@ BuildRequires: rpm-python3
|
|||
Requires: rpm-build
|
||||
Requires: rpmlint
|
||||
Requires: fedpkg
|
||||
%if 0%{?fedora} && 0%{?fedora} < 31
|
||||
Requires: fedora-cert
|
||||
%endif
|
||||
Requires: fedora-packager
|
||||
Requires: rpmdevtools
|
||||
# Cheetah doesn't exist for Python 3, but it's what Mead uses. We
|
||||
|
|
Loading…
Add table
Reference in a new issue