Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 08bb5f7067 |
BIN
smc-tools-1.8.4.tar.gz
LFS
Normal file
BIN
smc-tools-1.8.4.tar.gz
LFS
Normal file
Binary file not shown.
BIN
smc-tools-1.8.6.tar.gz
LFS
BIN
smc-tools-1.8.6.tar.gz
LFS
Binary file not shown.
@@ -1,31 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 11 09:17:40 UTC 2025 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
|
||||
- Upgrade smc-tools to v1.8.6 (jsc#PED-14601)
|
||||
* Bug fixes:
|
||||
- man pages: Update man page for smc_pnet
|
||||
- smc-tools: Display sndbuf/RMB stats only if supported by the kernel
|
||||
- smc-tools v1.8.5 includes
|
||||
* Changes:
|
||||
- smc_rnics: Add support for Network Express RNIC in smc_rnics
|
||||
- smc_rnics: Add PFT and VF columns to smc_rnics output
|
||||
* Bug fixes:
|
||||
- libnetlink..: Fix function declaration to use a void prototype
|
||||
- smc_rnics: Update smc_chk to extract PNetID from column 9
|
||||
- man pages: Update man page for --rawids option and PFT and VF columns
|
||||
- smc_rnics: Fix missing PPrt values in smc_rnics -r output
|
||||
- Removed obsolete patch
|
||||
* smc-tools-gcc15.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 8 12:30:13 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- added patches
|
||||
fix build with gcc15
|
||||
+ smc-tools-gcc15.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 11:43:06 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
Wed Dec 18 11:58:29 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
|
||||
- Upgrade smc-tools to v1.8.4 (jsc#PED-3280, jsc#PED-3227)
|
||||
* Changes:
|
||||
@@ -34,7 +8,7 @@ Wed Dec 18 11:43:06 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
- smc_rnics: Fix smc_rnics showing the wrong physical port
|
||||
- util.h: Fix build with CFLAGS="-g"
|
||||
- smc_run: Fix segfault issue during creating concurrent sockets
|
||||
- Makefile: Make sure to show the right release number
|
||||
- Makefile: Make sure to show the right release number
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 13 05:29:49 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package smc-tools
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,15 @@
|
||||
|
||||
|
||||
Name: smc-tools
|
||||
Version: 1.8.6
|
||||
Version: 1.8.4
|
||||
Release: 0
|
||||
Summary: Shared Memory Communication via RDMA
|
||||
License: EPL-1.0
|
||||
Group: System/Kernel
|
||||
URL: https://www.ibm.com/developerworks/linux/linux390/smc-tools.html
|
||||
Source: https://github.com/ibm-s390-linux/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
### Source: https://github.com/ibm-s390-linux/smc-tools/releases/tag/1.8.3.tar.gz
|
||||
|
||||
BuildRequires: bash-completion-devel
|
||||
BuildRequires: libnl3-devel
|
||||
PreReq: permissions
|
||||
|
||||
Reference in New Issue
Block a user