From 9672835afcee7d804a7582883c6f4cc1ec0077f0 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Thu, 9 Apr 2026 13:21:39 +0200 Subject: [PATCH] TEST ONLY - DO NOT MERGE Rename python3 subpackage to match PyPI name --- packit.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packit.spec b/packit.spec index c7310af..5f801d4 100644 --- a/packit.spec +++ b/packit.spec @@ -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