public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hipblaslt] epel10: Fix TW
@ 2026-06-14 12:37 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-14 12:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/hipblaslt
Branch : epel10
Commit : f7277ad69b7c02c64ce3f34b5e06b6198b6e9809
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-02-23T05:25:10-08:00
Stats : +7/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/hipblaslt/c/f7277ad69b7c02c64ce3f34b5e06b6198b6e9809?branch=epel10
Log:
Fix TW
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/hipblaslt.spec b/hipblaslt.spec
index 6d59ee1..98266fe 100644
--- a/hipblaslt.spec
+++ b/hipblaslt.spec
@@ -49,7 +49,7 @@
%global pkg_module default
%endif
%if 0%{?suse_version}
-%global hipblaslt_name libhipblaslt0%{pkg_suffix}
+%global hipblaslt_name libhipblaslt1%{pkg_suffix}
%else
%global hipblaslt_name hipblaslt%{pkg_suffix}
%endif
@@ -126,7 +126,7 @@ Version: git%{date0}.%{shortcommit0}
Release: 2%{?dist}
%else
Version: %{rocm_version}
-Release: 2%{?dist}
+Release: 3%{?dist}
%endif
Summary: ROCm general matrix operations beyond BLAS
License: MIT AND BSD-3-Clause
@@ -187,6 +187,7 @@ BuildRequires: zlib-devel
# For tensilelite
%if 0%{?suse_version}
BuildRequires: python-rpm-macros
+BuildRequires: %{python_module devel}
BuildRequires: %{python_module joblib}
BuildRequires: %{python_module msgpack}
BuildRequires: %{python_module PyYAML}
@@ -470,7 +471,7 @@ chrpath -d %{buildroot}%{pkg_prefix}/%{pkg_libdir}/libhipblaslt.so.*
%license LICENSE.md
%endif
-%{pkg_prefix}/%{pkg_libdir}/libhipblaslt.so.*
+%{pkg_prefix}/%{pkg_libdir}/libhipblaslt.so.1{,.*}
%{pkg_prefix}/%{pkg_libdir}/hipblaslt/
%files devel
@@ -487,6 +488,9 @@ chrpath -d %{buildroot}%{pkg_prefix}/%{pkg_libdir}/libhipblaslt.so.*
%endif
%changelog
+* Mon Feb 23 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-3
+- Fix TW
+
* Thu Feb 19 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-2
- Cleanup specfile
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-14 12:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-14 12:37 [rpms/hipblaslt] epel10: Fix TW Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox