Fedora Account System
Red Hat Associate
Red Hat Customer
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.
Created attachment 2133036 [details] qbittorrent commands used for source build on CentOS Stream 10 and RHEL Compatible 10.1 systems
Created attachment 2133039 [details] qbittorrent RPM spec file to build for RHEL10
*** This bug has been marked as a duplicate of bug 2420428 ***