Bug 2257317

Summary: qrupdate for centos should build against flexiblas
Product: [Fedora] Fedora EPEL Reporter: Dmitri A. Sergatskov <dasergatskov>
Component: qrupdateAssignee: Susi Lehtola <susi.lehtola>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: epel9CC: orion, susi.lehtola
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: qrupdate-1.1.2-33.el9 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-02-17 00:40:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dmitri A. Sergatskov 2024-01-08 20:09:10 UTC
Description of problem:

Currently on Centos Stream 9 qrupdate is built against openblas.
It should be built against flexiblas. 

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

1.1.2-24.el9 

How reproducible:
100%

Steps to Reproduce:

ldd /usr/lib64/libqrupdate.so.1.1

Actual results:
ldd  libqrupdate.so.1.1 
	linux-vdso.so.1 (0x00007ffe9abc3000)
	libopenblas.so.0 => /lib64/libopenblas.so.0 (0x00007f2165400000)


Expected results:


it should link to flexiblas instead like e.g on fedora:

ldd /usr/lib64/libqrupdate.so.1.1 
	linux-vdso.so.1 (0x00007ffd7217a000)
	libflexiblas.so.3 => /lib64/libflexiblas.so.3 (0x00007f5c09000000)

Comment 1 Orion Poplawski 2024-01-09 02:42:59 UTC
PR: https://src.fedoraproject.org/rpms/qrupdate/pull-request/3

Comment 2 Fedora Update System 2025-02-13 14:59:16 UTC
FEDORA-EPEL-2025-ed22339ae4 (qrupdate-1.1.2-33.el9) has been submitted as an update to Fedora EPEL 9.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-ed22339ae4

Comment 3 Fedora Update System 2025-02-14 01:43:56 UTC
FEDORA-EPEL-2025-ed22339ae4 has been pushed to the Fedora EPEL 9 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-ed22339ae4

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

Comment 4 Fedora Update System 2025-02-17 00:40:49 UTC
FEDORA-EPEL-2025-ed22339ae4 (qrupdate-1.1.2-33.el9) has been pushed to the Fedora EPEL 9 stable repository.
If problem still persists, please make note of it in this bug report.