Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 08bb5f7067 |
@@ -1,12 +0,0 @@
|
||||
--- smc-tools-1.8.4.orig/libnetlink.h 2025-07-08 12:22:57.938346254 +0000
|
||||
+++ smc-tools-1.8.4/libnetlink.h 2025-07-08 12:23:49.772690278 +0000
|
||||
@@ -60,7 +60,7 @@ int rtnl_dump(struct rtnl_handle *rth, v
|
||||
void parse_rtattr(struct rtattr *tb[], int max, struct rtattr *rta, int len);
|
||||
int sockdiag_send(int fd, unsigned char cmd);
|
||||
void set_extension(int ext);
|
||||
-int gen_nl_open();
|
||||
+int gen_nl_open(char *pname);
|
||||
void gen_nl_close();
|
||||
int gen_nl_handle(int cmd, int nlmsg_flags,
|
||||
int (*cb_handler)(struct nl_msg *msg, void *arg), void *arg);
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
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:
|
||||
@@ -15,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) 2024 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
|
||||
@@ -24,8 +24,6 @@ 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
|
||||
# https://github.com/ibm-s390-linux/smc-tools/issues/17
|
||||
Patch0: smc-tools-gcc15.patch
|
||||
### Source: https://github.com/ibm-s390-linux/smc-tools/releases/tag/1.8.3.tar.gz
|
||||
|
||||
BuildRequires: bash-completion-devel
|
||||
|
||||
Reference in New Issue
Block a user