Sync from SUSE:SLFO:Main libzfcphbaapi0 revision 89d5d9011a2bcfb62873dc40ee1a0547

This commit is contained in:
Adrian Schröter 2024-12-18 16:15:43 +01:00
parent 15c9895814
commit 21bfce8e78
5 changed files with 32 additions and 21 deletions

View File

@ -1,16 +1,6 @@
--- lib-zfcp-hbaapi-2.1.1.orig/fc_tools/zfcp_ping.c 2013-12-07 10:29:58.000000000 -0700
+++ lib-zfcp-hbaapi-2.1.1/fc_tools/zfcp_ping.c 2014-01-24 01:12:39.289462000 -0700
@@ -13,6 +13,7 @@
#include <signal.h>
#include <hbaapi.h>
#include <errno.h>
+#include <sys/time.h>
#include "include/zfcp_util.h"
#define FC_PNG_REV 0x00000001
--- lib-zfcp-hbaapi-2.1.1.orig/vlib_events.c 2013-12-07 10:29:58.000000000 -0700
+++ lib-zfcp-hbaapi-2.1.1/vlib_events.c 2014-01-24 01:17:48.569992000 -0700
@@ -200,7 +200,7 @@ static void dispatch_event(struct nlmsgh
--- a/vlib_events.c 2024-12-11 11:48:41.000000000 +0100
+++ b/vlib_events.c 2024-12-13 08:15:25.581905457 +0100
@@ -197,7 +197,7 @@
process_event(fc_nle);
}

BIN
lib-zfcp-hbaapi-2.2.0.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
libzfcphbaapi-3.0.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Dec 13 07:08:01 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
- Update libzfcphbaapi0 to 3.0.2 (jsc#PED-11492)
* Version 3.0.2 contains small updates for building:
zfcp-hbaapi,zfcp_ping: fix -Wimplicit-function-declaration
- Update patch fix-build-errors.patch
-------------------------------------------------------------------
Mon Dec 2 07:58:40 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
- Upgrade libzfcphbaapi0 to 3.0.1 (jsc#PED-11492)
*** Version 3.0.1 contains small updates for building:
* README: reflect that the code default for vendorlib build is "no"
* Makefile.am: fix dependency on libzfcphbaapi.la for zfcp_ping & zfcp_show
* Makefile.am: add subdir-objects for fc_tools/
* configure.in: remove AC_HEADER_STDC , replace AC_LANG_C with AC_LANG([C])
*** v3.0.0
* Version 3.0.0 re-licenses lib-zfcp-hbaapi to EPL-1.0.
* Source code is the same as the previously released v2.2.0.
-------------------------------------------------------------------
Wed Feb 6 13:19:00 CET 2019 - hare@suse.de

View File

@ -26,17 +26,17 @@ BuildRequires: libsgutils-devel
BuildRequires: libtool
BuildRequires: linux-glibc-devel
BuildRequires: sysfsutils
Url: http://hbaapi.sourceforge.net
Url: https://github.com/ibm-s390-linux/libzfcphbaapi
Summary: zfcp HBA API library
License: CPL-1.0
License: EPL-1.0
Group: System/Libraries
Version: 2.2.0
Version: 3.0.2
Release: 0
Source: lib-zfcp-hbaapi-%{version}.tar.bz2
Source: libzfcphbaapi-%{version}.tar.gz
Patch0: fix-build-errors.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: s390 s390x
%define _zfcp_hbaapi lib-zfcp-hbaapi-%{version}
%define _zfcp_hbaapi libzfcphbaapi-%{version}
%description
The zfcp device driver is a FCP device driver for Linux for zSeries.