TEST ONLY - DO NOT MERGE
Rename python3 subpackage to match PyPI name
This commit is contained in:
parent
4d3ab9df47
commit
9672835afc
1 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ Requires: python3-packit = %{version}-%{release}
|
|||
This project provides tooling and automation to integrate upstream open source
|
||||
projects into Fedora operating system.
|
||||
|
||||
%package -n python3-packit
|
||||
%package -n python3-packitos
|
||||
Summary: %{summary}
|
||||
# new-sources
|
||||
Requires: fedpkg
|
||||
|
|
@ -38,7 +38,7 @@ Requires: rsync
|
|||
|
||||
Recommends: osh-cli
|
||||
|
||||
%description -n python3-packit
|
||||
%description -n python3-packitos
|
||||
Python library for Packit,
|
||||
check out packit package for the executable.
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit
|
|||
%{_mandir}/man1/packit*.1*
|
||||
%{bash_completions_dir}/packit
|
||||
|
||||
%files -n python3-packit -f %{pyproject_files}
|
||||
%files -n python3-packitos -f %{pyproject_files}
|
||||
# Epel9 does not tag the license file in pyproject_files as a license. Manually install it in this case
|
||||
%if 0%{?el9}
|
||||
%license LICENSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue