Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- rhel-10-x86_64
- rhel-10-aarch64
# fedora is like an even farther future preview.
- fedora-42-x86_64
- fedora-42-aarch64
- fedora-43-x86_64
- fedora-43-aarch64

- job: copr_build
trigger: commit
Expand Down
7 changes: 6 additions & 1 deletion qpc.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
%if 0%{?fedora} >= 41
%if 0%{?fedora} >= 43
# Use the default %{python3_pkgversion} macro which should just be '3'.
%elif 0%{?fedora} >= 41
# Fedora 41 with Python 3.13
# When will RHEL have 3.13? TBD
# Add condition like this when necessary:
Expand Down Expand Up @@ -68,6 +70,9 @@ sed \
%{python3_sitelib}/qpc-*.egg-info/

%changelog
* Tue May 12 2026 Brad Smith <brasmith@redhat.com> - 0:2.5.0-2
- Fix broken Python package names on Fedora >= 43.

* Fri Apr 4 2025 Brad Smith <brasmith@redhat.com> - 0:1.13.1-1
- Pattern replace build bin name more consistently.

Expand Down
Loading