Bug 2373729

Summary: SoapySDR module not built/packaged
Product: [Fedora] Fedora Reporter: Thomas Foulds <tfoulds>
Component: sdrppAssignee: Richard Shaw <hobbes1069>
Status: CLOSED ERRATA QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: 41CC: hobbes1069
Target Milestone: ---Keywords: EasyFix
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: sdrpp-1.2.1-2.fc42 sdrpp-1.2.1-2.fc41 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-06-30 02:21:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Thomas Foulds 2025-06-18 18:38:41 UTC
The RPM spec file for this package includes a dependency on `SoapySDR-devel` but does not set the correct build option to build and enable the module. Line 33 of the upstream `CMakeLists.txt` is as follows:

```
option(OPT_BUILD_SOAPY_SOURCE "Build SoapySDR Source Module (Dependencies: soapysdr)" OFF)
```

The following should be added after line 137 of the `sdrpp.spec` file to enable building the SoapySDR module.

```
-DOPT_BUILD_SOAPY_SOURCE=ON \
```

Reproducible: Always

Steps to Reproduce:
1. Launch application from terminal.
2. Look for SoapySDR source module to load.
Actual Results:
The module does not exist and the source is not available in the application.

Expected Results:
SoapySDR sources are available in the application.

Comment 1 Fedora Update System 2025-06-21 02:14:43 UTC
FEDORA-2025-64cd498a03 (sdrpp-1.2.1-2.fc42) has been submitted as an update to Fedora 42.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-64cd498a03

Comment 2 Fedora Update System 2025-06-22 06:02:57 UTC
FEDORA-2025-2583591023 has been pushed to the Fedora 41 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-2583591023`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-2583591023

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 3 Fedora Update System 2025-06-22 06:05:35 UTC
FEDORA-2025-64cd498a03 has been pushed to the Fedora 42 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-64cd498a03`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-64cd498a03

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Fedora Update System 2025-06-30 02:21:14 UTC
FEDORA-2025-64cd498a03 (sdrpp-1.2.1-2.fc42) has been pushed to the Fedora 42 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 5 Fedora Update System 2025-06-30 02:46:04 UTC
FEDORA-2025-2583591023 (sdrpp-1.2.1-2.fc41) has been pushed to the Fedora 41 stable repository.
If problem still persists, please make note of it in this bug report.