diff --git a/fix-build-errors.patch b/fix-build-errors.patch index b8692fb..b616184 100644 --- a/fix-build-errors.patch +++ b/fix-build-errors.patch @@ -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 - #include - #include -+#include - #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); } diff --git a/lib-zfcp-hbaapi-2.2.0.tar.bz2 b/lib-zfcp-hbaapi-2.2.0.tar.bz2 deleted file mode 100644 index fff951a..0000000 --- a/lib-zfcp-hbaapi-2.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:210dc34a7a87643459248cef5f285ba10740ea730e7b95cf76a19a42111e7d97 -size 303283 diff --git a/libzfcphbaapi-3.0.2.tar.gz b/libzfcphbaapi-3.0.2.tar.gz new file mode 100644 index 0000000..4f57bef --- /dev/null +++ b/libzfcphbaapi-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ab05403b82ac761f23f9d763eeba5698d82e959e42133ff3318647807bbc84 +size 69949 diff --git a/libzfcphbaapi0.changes b/libzfcphbaapi0.changes index f6b0e28..fb5c3b0 100644 --- a/libzfcphbaapi0.changes +++ b/libzfcphbaapi0.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Dec 13 07:08:01 UTC 2024 - Nikolay Gueorguiev + +- 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 + +- 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 diff --git a/libzfcphbaapi0.spec b/libzfcphbaapi0.spec index b4947d5..2d4b031 100644 --- a/libzfcphbaapi0.spec +++ b/libzfcphbaapi0.spec @@ -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.