Bug 2446746 - Please get a build of qbittorrent back into EPEL 10
Summary: Please get a build of qbittorrent back into EPEL 10
Keywords:
Status: CLOSED DUPLICATE of bug 2420428
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: qbittorrent
Version: epel10
Hardware: Unspecified
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Jonathan Wright
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-03-11 19:45 UTC by sponix2ipfw
Modified: 2026-05-07 15:52 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2026-05-07 15:52:31 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
build commands used (555 bytes, text/plain)
2026-03-11 19:45 UTC, sponix2ipfw
no flags Details
qbittorrent commands used for source build on CentOS Stream 10 and RHEL Compatible 10.1 systems (534 bytes, text/plain)
2026-03-12 05:59 UTC, sponix2ipfw
no flags Details
qbittorrent RPM spec file to build for RHEL10 (45.28 KB, text/plain)
2026-03-12 09:27 UTC, sponix2ipfw
no flags Details

Description sponix2ipfw 2026-03-11 19:45:41 UTC
Created attachment 2133007 [details]
build commands used

Description of problem:

Getting qbittorrent 5.1.4 (current) back into EPEL for the EPEL 10

Version-Release number of selected component (if applicable):

How reproducible:

For RHEL10 builds of qbittorrent openssl-devel-engine package name for the dependency should just be openssl-devel

Actual results:

Built for me with the commands listed below

Expected results:

For qbittorrent GUI and qbittorrent-nox builds to get in EPEL 10

Additional info:

Will help to make this happen as much as possible...

I was able to build qbittorrent with the GUI on Alma Linux 10.1 with EPEL 10.1 enabled by doing the following commands:

sudo dnf groupinstall "Development Tools"
sudo dnf install git zlib-devel zlib-ng-compat-static openssl-devel libicu-devel pkgconfig
sudo dnf install boost-devel rb_libtorrent-devel
sudo dnf install qt6-qtbase-devel qt6-qtbase-private-devel qt6-qtsvg-devel qt6-qttools-devel
wget -c https://github.com/qbittorrent/qBittorrent/archive/refs/tags/release-5.1.4.tar.gz
tar zxvf release-5.1.4.tar.gz
cd qBittorrent-release-5.1.4
cmake -B build -DCMAKE_BUILD_TYPE=Release
make --build build --parallel $(nproc)
sudo cmake --install build

#This puts qbittorrent in /usr/local/bin
It launches and runs fine for me.

Comment 1 sponix2ipfw 2026-03-12 05:59:50 UTC
Created attachment 2133036 [details]
qbittorrent commands used for source build on CentOS Stream 10 and RHEL Compatible 10.1 systems

Comment 2 sponix2ipfw 2026-03-12 09:27:47 UTC
Created attachment 2133039 [details]
qbittorrent RPM spec file to build for RHEL10

Comment 3 Xavier Bachelot 2026-05-07 15:52:31 UTC

*** This bug has been marked as a duplicate of bug 2420428 ***


Note You need to log in before you can comment on or make changes to this bug.