Skip to content

Commit

Permalink
Fix the packaging of the CLI script
Browse files Browse the repository at this point in the history
Do not create a new subpackage, include the CLI script in the existing
one.

Co-authored-by: Jakub Kadlcik <frostyx@email.cz>
Signed-off-by: Matej Focko <mfocko@redhat.com>
  • Loading branch information
mfocko and FrostyX committed Sep 24, 2024
1 parent 67d613a commit dc4afd8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fedora-distro-aliases.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ Summary: %{summary}
%{python3} -m pytest -vv


%files
%{_bindir}/resolve-fedora-aliases
%files -n python3-fedora-distro-aliases -f %{pyproject_files}
%license LICENSES/GPL-2.0-or-later.txt
%doc README.md
%{_bindir}/resolve-fedora-aliases

%files -n python3-fedora-distro-aliases -f %{pyproject_files}

%changelog
* Tue Aug 20 2024 Jakub Kadlcik <frostyx@email.cz> 1.4-1
Expand Down

0 comments on commit dc4afd8

Please sign in to comment.