Hello community,

here is the log from the commit of package open-iscsi for openSUSE:Factory 
checked in at 2019-02-04 21:23:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-iscsi (Old)
 and      /work/SRC/openSUSE:Factory/.open-iscsi.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-iscsi"

Mon Feb  4 21:23:47 2019 rev:79 rq:668187 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-iscsi/open-iscsi.changes    2018-12-10 
12:22:44.834861739 +0100
+++ /work/SRC/openSUSE:Factory/.open-iscsi.new.28833/open-iscsi.changes 
2019-02-04 21:23:49.599618975 +0100
@@ -1,0 +2,23 @@
+Wed Jan 23 20:31:56 UTC 2019 - [email protected]
+
+- Merged latest upstream commits to get needed fix:
+  * Fix output for iscsiadm node/iface print level P1 (needed
+    for bsc#1122938)
+  * Updated iscsiadm man page: add "onboot" handling.
+  Updating:
+  * open-iscsi-SUSE-latest.diff.bz2
+
+-------------------------------------------------------------------
+Mon Jan 14 21:18:35 UTC 2019 - [email protected]
+
+- Update SPEC file to allow %_libdir macro to override LIB_DIR
+  when building or installing
+
+-------------------------------------------------------------------
+Mon Jan 14 20:42:26 UTC 2019 - [email protected]
+
+- Update SPEC file to use %license macro for COPYING
+  file so that it gets delivered when when other docs
+  are excluded (bsc#1121877)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ open-iscsi.spec ++++++
--- /var/tmp/diff_new_pack.IWWhg2/_old  2019-02-04 21:23:50.747618694 +0100
+++ /var/tmp/diff_new_pack.IWWhg2/_new  2019-02-04 21:23:50.747618694 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package open-iscsi
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -111,17 +111,17 @@
 
 %build
 [ -z "$SOURCE_DATE_EPOCH" ] || export 
KBUILD_BUILD_TIMESTAMP=@$SOURCE_DATE_EPOCH
-make %{?_smp_mflags} OPTFLAGS="%{optflags} -fno-strict-aliasing 
-DOFFLOAD_BOOT_SUPPORTED -DLOCK_DIR=\\\"%{_sysconfdir}/iscsi\\\"" user
+make %{?_smp_mflags} OPTFLAGS="%{optflags} -fno-strict-aliasing 
-DOFFLOAD_BOOT_SUPPORTED -DLOCK_DIR=\\\"%{_sysconfdir}/iscsi\\\"" 
LIB_DIR=%{_libdir} user
 cd iscsiuio
 touch AUTHORS NEWS
 autoreconf --install
 %configure --sbindir=/sbin
-make %{?_smp_mflags} CFLAGS="%{optflags}"
+make %{?_smp_mflags} CFLAGS="%{optflags}" LIB_DIR=%{_libdir}
 
 %install
-make DESTDIR=%{buildroot} install_user
+make DESTDIR=%{buildroot} LIB_DIR=%{_libdir} install_user
 # install service files
-make DESTDIR=%{buildroot} install_service_suse
+make DESTDIR=%{buildroot} LIB_DIR=%{_libdir} install_service_suse
 # create rc symlinks
 [ -d %{buildroot}%{_sbindir} ] || mkdir -p %{buildroot}%{_sbindir}
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rciscsi
@@ -190,7 +190,8 @@
 /sbin/iscsi_offload
 /sbin/iscsi_discovery
 /sbin/iscsi_fw_login
-%doc COPYING README
+%doc README
+%license COPYING
 %{_mandir}/man8/iscsiadm.8%{ext_man}
 %{_mandir}/man8/iscsid.8%{ext_man}
 %{_mandir}/man8/iscsi_discovery.8%{ext_man}

++++++ open-iscsi-SUSE-latest.diff.bz2 ++++++
++++ 759 lines (skipped)
++++ between 
/work/SRC/openSUSE:Factory/open-iscsi/open-iscsi-SUSE-latest.diff.bz2
++++ and 
/work/SRC/openSUSE:Factory/.open-iscsi.new.28833/open-iscsi-SUSE-latest.diff.bz2


Reply via email to