83 Commits

Author SHA256 Message Date
Lee Duncan
19759782ff Accepting request 878611 from home:lee_duncan:branches:network
- Updated to latest upstream 2.1.4 as 2.1.4-suse, which contains
  these changes not already present:
  * Enable iscsi.service asynchronous logins, cleanup services
    (bsc#1183421)
  * libopeniscsiusr: dont error loudly if a session isn't found when
    working through iscsi_sessions_get()
  * libopeniscsiusr: skip over removed sessions
  * libopeniscsiusr: fix error messages
  * Avoid hardcoding pkg-config to fix cross build
  * Fix iscsistart login issue when target is delayed.

OBS-URL: https://build.opensuse.org/request/show/878611
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=179
2021-03-12 17:13:38 +00:00
Lee Duncan
b629939011 Accepting request 867006 from home:lee_duncan:branches:network
- Update to latest upstream (no new tag yet). To fix
  bsc#1181313. Changes since last update added to
  open-iscsi-SUSE-latest.diff.bz2:
  * Fix iscsiadm segfault when exiting
  * iscsid: Add NO_SYSTEMD to CFLAGS
  * Change mkdir permissions to 0770, adjust usmask
  * Fix typo in util.py
  * iscsid: Do not allow conflicting pid-file options
  * iscsiadm: Fix memory leak in iscsiadm
  * libopeniscsiusr: Fix memory leak in iscsi_sessions_get()
  * libopeniscsiusr: Fix memory leak in iscsi_nodes_get()
  * idbm: Fix memory leak and NULL pointer dereference in idbm_rec_update_param()
  * Add etc/systemd/iscsi-init.service to SYSTEMDFILES Makefile variable

OBS-URL: https://build.opensuse.org/request/show/867006
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=175
2021-01-26 21:44:30 +00:00
Lee Duncan
9116482698 Accepting request 859644 from home:lee_duncan:branches:network
- Updated to upstream version 2.1.3 as 2.1.3-suse, for bsc#1179908,
  including:
  * uip: check for TCP urgent pointer past end of frame
  * uip: check for u8 overflow when processing TCP options
  * uip: check for header length underflow during checksum calculation
  * fwparam_ppc: Fix memory leak in fwparam_ppc.c
  * iscsiuio: Remove unused macro IFNAMSIZ defined in iscsid_ipc.c
  * fwparam_ppc: Fix illegal memory access in fwparam_ppc.c
  * sysfs: Verify parameter of sysfs_device_get()
  * fwparam_ppc: Fix NULL pointer dereference in find_devtree()
  * open-iscsi: Clean user_param list when process exit
  * iscsi_net_util: Fix NULL pointer dereference in find_vlan_dev()
  * open-iscsi: Fix NULL pointer dereference in mgmt_ipc_read_req()
  * open-iscsi: Fix invalid pointer deference in find_initiator()
  * iscsiuio: Fix invalid parameter when call fstat()
  * iscsi-iname: Verify open() return value before calling read()
  * iscsi_sysfs: Fix NULL pointer deference in iscsi_sysfs_read_iface

OBS-URL: https://build.opensuse.org/request/show/859644
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=173
2020-12-31 22:36:59 +00:00
Lee Duncan
66df7ab404 Accepting request 846079 from home:lee_duncan:branches:network
- Updated to latest upstream, including async login ability:
 * TODO: Update to todo list.
 * Implement login "no_wait" for iscsiadm NODE mode
 * iscsiadm buffer overflow regression when discovering many targets at once
 * iscsid: Check Invalid Session id for stop connection
 * Add ability to attempt target logins asynchronously

- %service_del_postun_without_restart is now available on SLE
  More accurately it's been introduced in SLE12-SP2+ and SLE15+
+-------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/request/show/846079
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=169
2020-11-04 19:54:16 +00:00
Lee Duncan
cc001447ed Accepting request 823424 from home:lee_duncan:branches:network
- Upgrade to upstream vresion 2.1.2 as 2.1.2-suse (for
  jre#SES-1081), including:
 * use openssl for random data generation
 * Misspelled socket name might cause confusion to inexperienced user.
 * iscsi/libopeniscsiusr:add libopeniscsiuser_node.h to HEADERS
 * Let initiator name be created by iscsi-init.service.
 * iscsi: fix fd leak
 * iscsi: Add break to while loop
 * Fix compiler complaint about string copy in iscsiuio
 * Fix a compiler complaint about writing one byte
 * Fix issue with zero-length arrays at end of struct
 * Add iscsi-init.service
 * Proper disconnect of TCP connection
 * Fix dependency on new systemd RPM macro
 * Fix SIGPIPE loop in signal handler
 * Update iscsi-iname.c
 * log:modify iSCSI shared memory permissions for logs
 * Sequence systemd services correctly when upgrading
 * Ignore iface.example in iface match checks
 * More changes for musl.
 * Fix type mismatch under musl.
 * Change include of <sys/poll.h> to <poll.h>
 * Add Wants=remote-fs-pre.target for sequencing.
 * Add workaround in SPEC file for installcheck.
 * Fix issue where "iscsi-iname -p" core dumps.
 * iscsi-iname: fix iscsi-iname -p access NULL pointer without given IQN prefix
 * Fix iscsi.service so it handles restarts better
 Replacing open-iscsi-2.1.1-suse.tar.bz2 with open-iscsi-2.1.2-suse.tar.bz2,
 and updating open-iscsi-SUSE-latest.diff.bz2 to empty, since initially
 there are no differences.

OBS-URL: https://build.opensuse.org/request/show/823424
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=167
2020-07-29 14:40:57 +00:00
Lee Duncan
acbbcdd659 Accepting request 812703 from home:lee_duncan:branches:network
- Merged in latest upstream. Summary:
 * Let initiator name be created by iscsi-init.service.
 * iscsi: fix fd leak
 * iscsi: Add break to while loop
 * Fix compiler complaint about string copy in iscsiuio
 * Fix a compiler complaint about writing one byte
 * Fix issue with zero-length arrays at end of struct
 * Add iscsi-init.service
 * Proper disconnect of TCP connection
 * Fix SIGPIPE loop in signal handler
 * Update iscsi-iname.c
 * log:modify iSCSI shared memory permissions for logs
 * Ignore iface.example in iface match checks
 * More changes for musl.
 * Fix type mismatch under musl.
 * Change include of <sys/poll.h> to <poll.h>
 * iscsi-iname: fix iscsi-iname -p access NULL pointer without given IQN prefix
 Note that the "Add iscsi-init.service" change adds a new systemd
 service called "iscsi-init", that creates the iSCSI initiator name
 file /etc/iscsi/initiatorname.iscsi, if and only if it does not
 exist. This obviates the need to do this from the SPEC file, now
 updated.
 Since this was not a version-number update, in addition to modifying
 the SPEC file, also updates:
  * open-iscsi-SUSE-latest.diff.bz2

OBS-URL: https://build.opensuse.org/request/show/812703
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=165
2020-06-08 17:02:20 +00:00
Lee Duncan
1852d13220 Accepting request 799687 from home:lee_duncan:branches:network
- Update SPEC file to handle the fact that the
  service_del_postun_without_restart RPM macro exists
  in factory but not in SLE. No functional change
  for factory.

OBS-URL: https://build.opensuse.org/request/show/799687
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=163
2020-05-02 15:15:33 +00:00
Lee Duncan
8032cef0aa Accepting request 794271 from home:lee_duncan:branches:network
- Updated service_del_preun and service_del_postun for iscsi and
  iscsiuio packges in SPEC file, so that services get started/
  stopped in the correct order, and changed systemd macros so
  that iscsi login service iscsi.service is not restarted during
  package upgrade (bsc#1166650)

OBS-URL: https://build.opensuse.org/request/show/794271
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=161
2020-04-15 17:52:58 +00:00
Lee Duncan
75372e0b61 Accepting request 788643 from home:lee_duncan:branches:network
- Update SPEC file to work around issue with installcheck
  SUSE script. Update the SPEC file while there.

OBS-URL: https://build.opensuse.org/request/show/788643
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=157
2020-03-26 22:46:14 +00:00
Lee Duncan
2b31b43bd0 Accepting request 781310 from home:lee_duncan:branches:network
- Merged in latest upstream (2.1.1), which is mainly a bug-fix
  release over 2.1.0, including changing the test suite from
  shell-based to python3-based, replacing
  open-iscsi.2.1.0-suse.tar.bz2 with open-iscsi-2.1.1-suse.tar.bz2
  and resetting open-iscsi-SUSE-latest-diff.bz2

OBS-URL: https://build.opensuse.org/request/show/781310
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=155
2020-03-03 19:10:04 +00:00
Lee Duncan
0e7d113a5c Accepting request 769135 from home:lee_duncan:branches:network
- Bug fixes, including addig support for "-fno-common"
  compiler option, 586 bug fixes, a bug fix for SHA1
  handling, and other needed but small fixes (bsc#1160287),
  updating:
  * open-iscsi-SUSE-latest.diff.bz2

OBS-URL: https://build.opensuse.org/request/show/769135
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=153
2020-01-31 21:47:51 +00:00
Lee Duncan
c8b36d6ec5 Accepting request 749403 from home:lee_duncan:branches:network
New version of open-iscsi from upstream: 2.1.0.

OBS-URL: https://build.opensuse.org/request/show/749403
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=151
2019-11-18 23:39:07 +00:00
Lee Duncan
4f9338264f Accepting request 749012 from home:lee_duncan:branches:network
Note that this also updates the version of libopeniscsiusr,
  since the version numbers of it and open-iscsi are
  kept in sync. Lastly, the libopeniscsiusr sub-package
  updates the library version from 0_2_0 to 0_2_1.
  Also, updated the Summary lines in the spec file that
  started with "iSCSI ...", since rpmlint didn't like
  them starting with a non-capital letter.

OBS-URL: https://build.opensuse.org/request/show/749012
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=150
2019-11-16 01:29:09 +00:00
Lee Duncan
be784e1a4d Accepting request 748763 from home:lee_duncan:branches:network
- Merged in latest upstream (2.1.0), including more fixes for
  iscsiuio, and cleanup/bug-fixes of new CHAP code.
  This replaces open-iscsi-2.0.878-suse.tar.bz2 with
  open-iscsi-2.1.0-suse.tar.bz2, and it resets
  open-iscsi-SUSE-latest.diff.bz2 with fixes after 2.1.0-suse.

OBS-URL: https://build.opensuse.org/request/show/748763
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=149
2019-11-14 21:09:16 +00:00
Tomáš Chvátal
a04518d9f2 Accepting request 747025 from home:lee_duncan:branches:network
- Use SPEC-file macro for systemd generator directory, since
  the libexec macro is changing from /usr/lib to /usr/libexec.

OBS-URL: https://build.opensuse.org/request/show/747025
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=148
2019-11-10 10:53:31 +00:00
Lee Duncan
58c5cf64be Accepting request 741165 from home:lee_duncan:branches:network
- Merge in latest upstream, with fixes for:
  * Support CHAP SHA-1, SHA-256, SHA3-256 vis openssl libcrypto
    - this requires an update of the SPEC file, as well
  * Initialize timeout for printing specific session info
  Updating (in addition to the SPEC file):
  * open-iscsi-SUSE-latest.diff.bz2

OBS-URL: https://build.opensuse.org/request/show/741165
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=144
2019-10-18 21:12:50 +00:00
Lee Duncan
8a801c69ca Accepting request 730804 from home:lee_duncan:branches:network
- Upgraded to upstream version 2.0.878, which becomes 2.0.878-suse
  with our (few) SUSE-specific changes. Please see the Changelog
  file (when the package is expanded) to see a detailed list of
  changes since version 2.0.877

OBS-URL: https://build.opensuse.org/request/show/730804
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=141
2019-09-13 18:23:09 +00:00
Lee Duncan
146ce8f6c2 Accepting request 725686 from home:lee_duncan:branches:network
- Enable LTO on aarch64 as the gcc9 package issue is fixed:
  https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91386

OBS-URL: https://build.opensuse.org/request/show/725686
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=139
2019-08-23 22:05:41 +00:00
Lee Duncan
49e5c46ee1 Accepting request 720703 from home:lee_duncan:branches:network
- Disable LTO (Link Time Optimization) on aarch64 since it seems
  to fail -- iscsiadm core dumps almost immediately (bsc#1143192),
  updating the SPEC file.

OBS-URL: https://build.opensuse.org/request/show/720703
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=137
2019-08-02 16:23:14 +00:00
Lee Duncan
6d6c04fa72 Accepting request 716093 from home:lee_duncan:branches:network
- Ensure /etc/iscsi/initiatorname.iscsi has reproducible size
  works around https://github.com/rpm-software-management/rpm/pull/229,
  updating the SPEC file

OBS-URL: https://build.opensuse.org/request/show/716093
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=135
2019-07-17 15:42:18 +00:00
Lee Duncan
8b3f323446 Accepting request 714264 from home:lee_duncan:branches:network
- Added latest upstream changes, including:
  * iscsiuio: update version to 0.7.8.6
  * iscsiuio: allow processing of iscsid requests in DHCP failure condition
  * rec update: disable the idbm_lock in read/write when updating the rec
  Updating:
  * open-iscsi-SUSE-latest.diff.bz2

OBS-URL: https://build.opensuse.org/request/show/714264
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=133
2019-07-09 16:05:21 +00:00
Tomáš Chvátal
c95b156d0a Accepting request 709448 from home:dimstar:Factory
Allow OBS to pick better candidates to shorten rebuild queues

OBS-URL: https://build.opensuse.org/request/show/709448
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=131
2019-06-13 13:16:22 +00:00
Lee Duncan
70fd9b9017 Accepting request 707905 from home:lee_duncan:branches:network
removed accidently-added temp patch

OBS-URL: https://build.opensuse.org/request/show/707905
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=130
2019-06-05 18:20:00 +00:00
Lee Duncan
598c0e0e79 Accepting request 707903 from home:lee_duncan:branches:network
- Added latest upstream changes, including:
  - iscsiuio: Stop using /var directory for PIDfile and locks
  - iscsiuio: improve daemon synchronization (bsc#1135070)
  - fix pipe notification code
  - add systemd support for iscsiuio
  - make iscsid systemd usage optional
  - fix possible discovery hang timeout
  - fix iscsiuio systemd disablement
  Updating:
  * open-iscsi-SUSE-latest.diff.bz2

OBS-URL: https://build.opensuse.org/request/show/707903
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=129
2019-06-05 18:04:08 +00:00
Lee Duncan
7a0dff6a0d Accepting request 666060 from home:lee_duncan:branches:network
- Update SPEC file to allow %_libdir macro to override LIB_DIR
  when building or installing

- Update SPEC file to use %license macro for COPYING
  file so that it gets delivered when when other docs
  are excluded (bsc#1121877)

OBS-URL: https://build.opensuse.org/request/show/666060
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=124
2019-01-14 21:26:32 +00:00
Lee Duncan
c84e163ac2 Accepting request 648634 from home:lee_duncan:branches:network
- Updated to latest upstream, with fixes:
  * Use pkg-config in Makefiles for newer libraries.
  * Merge pull request #145 from gonzoleeman/fix-i586-build-warnings
  * Fix i586 build issues with string length overflow.
  * iscsistart is not installed
  * iscsiuio: Do not flush tx queue on each uio interrupt.
  updating:
  * open-iscsi-SUSE-latest.diff.bz2
  Also, update the SPEC file: no more need to specify libkmod
  or libsystemd, since upstream handles that now.

OBS-URL: https://build.opensuse.org/request/show/648634
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=120
2018-11-13 02:06:25 +00:00
Lee Duncan
bb8fb8f45b Accepting request 644427 from home:lee_duncan:branches:network
- Updated SPEC file with Obsoletes for library, and disclaimer
  abot updating SPEC file directly.
  Also, added using KBUILD_BUILD_TIMESTAMP to create reproducable
  man pages (bsc#1047218)

OBS-URL: https://build.opensuse.org/request/show/644427
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=118
2018-10-24 21:08:27 +00:00
Lee Duncan
1ce3794651 Accepting request 644409 from home:lee_duncan:branches:network
Back out previous commit, which screws up Changes file

OBS-URL: https://build.opensuse.org/request/show/644409
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=117
2018-10-24 18:45:14 +00:00
a30ff4bcc6 Accepting request 644084 from home:bmwiedemann:branches:network
Set KBUILD_BUILD_TIMESTAMP to have reproducible man-pages (boo#1047218)

OBS-URL: https://build.opensuse.org/request/show/644084
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=116
2018-10-24 18:25:01 +00:00
Lee Duncan
fad6bdac07 Accepting request 643235 from home:lee_duncan:branches:network
Fixed wording in SPEC file: removing some "open"

OBS-URL: https://build.opensuse.org/request/show/643235
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=115
2018-10-19 17:39:02 +00:00
Lee Duncan
23120a263f Accepting request 643024 from home:lee_duncan:branches:network
- Upgraded to upstream open-iscsi version 2.0.877, which will be
  merged with our (few) changes and tagged 2.0.877-suse. See the
  Changelog file for a details list of changes in this upstream
  update. This update replaces:
  * open-iscsi-2.0.876-suse.tar.bz2 (old)
  with
  *  open-iscsi-2.0.877-suse.tar.bz2 (new)
  and resets the file:
  * open-iscsi-SUSE-latest.diff.bz2
  to be our local changes since version 2.0.877-suse. The spec
  file is updated as well

OBS-URL: https://build.opensuse.org/request/show/643024
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=114
2018-10-18 19:37:22 +00:00
Lee Duncan
3171cf556f Accepting request 638851 from home:lee_duncan:branches:network
- Merge the latest upstream code, updating the libopeniscsiusr
  version from 0_1_0 to 0_2_0, which updates the SPEC file. Also
  updated with new code:
  * open-iscsi-SUSE-latest.diff.bz2

OBS-URL: https://build.opensuse.org/request/show/638851
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=112
2018-09-27 19:51:59 +00:00
Lee Duncan
926e7e26ad Accepting request 633202 from home:lee_duncan:branches:network
- Use libkmod instead of running modprobe (bsc#1106685), updating
  the spec file, and:
  * open-iscsi-SUSE-latest.diff.bz2

OBS-URL: https://build.opensuse.org/request/show/633202
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=110
2018-09-04 17:58:22 +00:00
Lee Duncan
0f189320d3 Accepting request 632530 from home:lee_duncan:branches:network
- iscsiuio: limit retries on dhcpv6 (bsc#1106694 and bsc#1105916),
  updating:
  * open-iscsi-SUSE-latest.diff.bz2

OBS-URL: https://build.opensuse.org/request/show/632530
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=109
2018-08-31 16:24:38 +00:00
Lee Duncan
56c13a7690 Accepting request 590426 from home:lee_duncan:branches:network
- Cleaned up complaints by gcc-8 about strings (bsc#1084640)
- Fixed rpmlint complaint about libopeniscsiusr summary
  not starting with a capital letter
- Fixed libopeniscsiusr global variable overload
- No functional changes. This updates:
  * open-iscsi-SUSE-latest.diff.bz2, and
  * open-iscsi.spec

OBS-URL: https://build.opensuse.org/request/show/590426
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=100
2018-03-22 23:24:06 +00:00
Lee Duncan
0fd0210300 Accepting request 578852 from home:lee_duncan:branches:network
- Ensure correct dependencies: main package must depend
  on (new) libopeniscsiusr package, and devel package
  must depend on main package (updating spec file)

OBS-URL: https://build.opensuse.org/request/show/578852
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=98
2018-02-22 02:47:31 +00:00
Lee Duncan
eb5ee1dc36 Accepting request 578544 from home:lee_duncan:branches:network
- Fix ARP booting issue with different subnets
  (bsc#1058463), updating:
  * open-iscsi-SUSE-latest.diff.bz2

- Trim filler wording from description.
  Update old commands/RPM variables to macros.
- Implement shared library packaging guideline.
- Do not let fdupes run across partitions.

OBS-URL: https://build.opensuse.org/request/show/578544
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=97
2018-02-20 20:30:39 +00:00
Lee Duncan
2508bb9411 Accepting request 568777 from home:lee_duncan:branches:network
- Removed the "rpm/" source directory from both the
  open-iscsi-2.0.876-suse.tar.bz2  and open-iscsi-SUSE-latest.diff.bz2
  files, since they are not needed for building and are not part
  of the upstream sources. They are still available under the
  git repository at github.com/hreinecke/open-iscsi.git. This means
  that changes to the spec file or the changes file will no longer
  require a change to the "*SUSE-latest*" file.

- Update to latest upstream vesion 2.0.876, with very few
  SUSE-specific modifications, namely around things upstream
  does not care about, like SUSE-specific systemd files. Also,
  version number modified to add "-suse", as usual. See
  the Changelog file for more details on changes in this
  upstream version.
  This replaces open-iscsi-2.0.875-suse.tar.bz2 with
  open-iscsi-2.0.876-suse.tar.bz2, and resets
  open-iscsi-SUSE-latest.diff.bz2 to contain only changes
  since the 2.0.876-suse tag.
  These changes added a new libopeniscsiusr.so library, as
  well as include files under a new open-iscsi-dev package,
  if you want to link against this library.
  The SPEC file was also cleaned up using spec-cleaner.

OBS-URL: https://build.opensuse.org/request/show/568777
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=95
2018-01-23 22:55:12 +00:00
Lee Duncan
73351dc954 Accepting request 520363 from home:lee_duncan:branches:network
- Update to latest upstream 2.0.875, with a few SUSE-only
  modifications, replacing the 2.0.874-suse tarball with a
  2.0.875-suse version, and resetting the SUSE-latest-diff
  file to contain changes from 2.0.875-suse forward (bsc#1056689)

OBS-URL: https://build.opensuse.org/request/show/520363
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=86
2017-09-02 17:09:06 +00:00
Lee Duncan
c48c8c209e Accepting request 519227 from home:lee_duncan:branches:network
- Add missing coreutils dependency for initrd macros (bsc#1055492)
  in SPEC file, which (as always) changes:
  * open-iscsi-SUSE-latest.diff.bz2
+-------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/request/show/519227
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=85
2017-08-28 20:52:41 +00:00
Lee Duncan
d8165bd146 Accepting request 483204 from home:lee_duncan:branches:network
- Merged in SUSE-specific changes from SLE branch, to
  bring this up to date with latest upstream, including:
  * qedi transport support
  * README cleanup
  * iscsiuio update
  * shutdown cleanup
  Also, refactored base tar file to pre 2.0.874-suse and
  patches file to everything after that tag.

OBS-URL: https://build.opensuse.org/request/show/483204
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=71
2017-03-28 21:46:40 +00:00
Lee Duncan
a884ceb1b3 Accepting request 479805 from home:lee_duncan:branches:network
- Updated from latest upstream patches, including
  ability to disable auto-scans and README cleanup

OBS-URL: https://build.opensuse.org/request/show/479805
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=69
2017-03-15 20:34:18 +00:00
Lee Duncan
4caced631f Accepting request 440658 from home:lee_duncan:branches:network
- Updated to upstream version 2.0-874, but still includes
  (very few) SUSE-specific changes. This replaced the 2.0-873
  tarball with a 2.0-874 tarball, but still includes the 
  Factory-latest compressed diff patch file, though it is
  now empty. See Changes file for functional change details.

OBS-URL: https://build.opensuse.org/request/show/440658
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=67
2016-11-17 04:21:09 +00:00
Lee Duncan
47ca06fc1c Accepting request 353895 from home:lee_duncan:branches:network
- Synced with current upstream as of today, which included 29
  changes. Most changes were directly from upstream, but
  some where to fix small differences that had developed
  between our code and theirs, now fixed. As always, see
  git@github.com:hreinecke/open-iscsi.git, openSUSE-Factory
  branch, for details.

OBS-URL: https://build.opensuse.org/request/show/353895
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=62
2016-01-15 17:18:18 +00:00
Lee Duncan
300cbfecf3 Accepting request 352470 from home:lee_duncan
- Removing creation of the open-isns RPM, since it
  is now created in its own package

OBS-URL: https://build.opensuse.org/request/show/352470
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=60
2016-01-07 16:45:28 +00:00
Lee Duncan
8493452d39 Accepting request 312583 from home:lee_duncan:branches:network
- Add rcsymlinks (bnc#932814) (from mpluskal@suse.com)
  Cleaned up spec file rpmlint commplaints

OBS-URL: https://build.opensuse.org/request/show/312583
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=58
2015-06-18 17:56:02 +00:00
cb597312e4 Accepting request 292345 from home:lee_duncan:branches:network
- Updated to latest upstream, adding 42 patches. See
  open-iscsi.changes for summary, and 
  git@github.com:hreinecke/open-iscsi.git, openSUSE-Factory
  branch, details.

OBS-URL: https://build.opensuse.org/request/show/292345
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=56
2015-03-23 10:30:43 +00:00
Lee Duncan
815a9a89af Accepting request 290205 from home:lee_duncan:branches:network
- Supply strings for newly-added error numbers
- Allow "again" errors from transport in some cases
  (bsc#903729)
- Subsume changes incorrectly made directly to
  SPEC file in build service

OBS-URL: https://build.opensuse.org/request/show/290205
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=54
2015-03-10 17:42:29 +00:00
fc1ba6732d Accepting request 289757 from home:posophe:branches:network
fix

OBS-URL: https://build.opensuse.org/request/show/289757
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=53
2015-03-10 13:18:30 +00:00
Lee Duncan
3c45b3fc44 Accepting request 264226 from home:lee_duncan:branches:network
- Fixed spec file to support dracut on newers versions (bsc#893578)
- Also cleaned up spec file a bit for rpmlint

OBS-URL: https://build.opensuse.org/request/show/264226
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=51
2014-12-05 23:33:19 +00:00