Accepting request 853180 from home:lee_duncan:branches:Base:System

- Updated SPEC file to Recommend open-iscsi

OBS-URL: https://build.opensuse.org/request/show/853180
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=32
This commit is contained in:
Lee Duncan 2020-12-04 20:15:52 +00:00 committed by Git OBS Bridge
parent 40bb97a073
commit 352f995a18
3 changed files with 6 additions and 25 deletions

View File

@ -1,25 +0,0 @@
diff -aurp a/configure.ac b/configure.ac
--- a/configure.ac 2020-01-23 13:02:36.000000000 -0800
+++ b/configure.ac 2020-02-01 10:14:08.853538750 -0800
@@ -17,7 +17,7 @@ AC_PATH_PROG(SH, sh)
dnl C Compiler features
AC_C_INLINE
if test "$GCC" = "yes"; then
- CFLAGS="-Wall -Werror -Wextra $CFLAGS"
+ CFLAGS="-Wall -Wextra $CFLAGS"
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
fi
Only in ./open-isns-0.100: .configure.ac.swp
diff -aurp a/isnsdd.c b/isnsdd.c
--- a/isnsdd.c 2020-01-23 13:02:36.000000000 -0800
+++ b/isnsdd.c 2020-02-01 10:14:04.277547782 -0800
@@ -401,7 +401,7 @@ check_portal_registration(__attribute__(
continue;
last_modified = isns_object_last_modified(obj);
- if (last_modified + 2 * interval > now) {
+ if ((time_t)(last_modified + 2 * interval) > now) {
good_portals++;
continue;
}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 4 20:08:53 UTC 2020 - Lee Duncan <lduncan@suse.com>
- Updated SPEC file to Recommend open-iscsi
-------------------------------------------------------------------
Fri Dec 4 19:51:59 UTC 2020 - Lee Duncan <lduncan@suse.com>

View File

@ -34,6 +34,7 @@ BuildRequires: openssl-devel
BuildRequires: systemd-rpm-macros
%{?systemd_requires}
Requires: coreutils
Recommends: open-iscsi
%description
This is a partial implementation of the iSNS protocol (see below),