Commit Graph

289 Commits

Author SHA1 Message Date
Chris Leech
e4e45788ce add CI gating tests 2021-04-13 15:04:11 -07:00
Chris Leech
261a1a10d4 rebase to upstream 2.1.4
match ghosted lock file modes to tmpfiles configuration
2021-04-13 13:38:30 -07:00
Chris Leech
c055794bda unit file changes
Intended use is with system presets to enable the following:
  iscsi.service - login of automatic node records
  iscsid.socket - start iscsid as needed for all iSCSI sessions
  iscsiuio.socket - start iscsiuio as needed for bnx2i or qedi
  iscsi-onboot.service - special handling of initramfs sessions

The following are started automatically as needed:
  iscsid.service - needed for all iSCSI sessions
  iscsiuio.service - needed for bnx2i or qedi offload
  iscsi-init.service - create an iSCSI name if missing before starting iscsid
  iscsi-shutdown.service - ensure all non-boot sessions logout at shutdown
2021-02-18 14:52:51 -08:00
Fedora Release Engineering
eecc7a5c5e - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 14:31:42 +00:00
Tom Stellard
018936ffc5 Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2020-12-19 00:57:36 +00:00
Chris Leech
9f9048a6db add libopeniscsiusr content to iscsi-initiator-utils-devel 2020-11-05 14:55:34 -08:00
Chris Leech
ddde1bdb47 restore service file enhancements
seem to have been messed up in a previous merge
2020-11-04 13:52:25 -08:00
Chris Leech
a2e117b6ad iscsiadm overflow regression when discovering many targets at once
check for invalid session id during stop connection
add ability to attempt target logins asynchronously
2020-09-21 12:10:16 -07:00
Chris Leech
648f8e6f45 update sources files 2020-09-17 13:43:44 -07:00
Chris Leech
0b630fa962 Merge branch 'pr9' 2020-09-17 09:23:12 -07:00
Christian Glombek
fdf0455ba4 Update to upstream v2.1.2
- Remove systemctl enable calls, as this is now handled by Fedora presets per the guidelines
- Remove initiator name generation, as this is now handled by an init service
- Install ghost lockfile and dir to /run instead of /var
- Rebased/fixed up patches
- Fixed macros in comments and comments after macros
- Merged service-file-tweaks.patch and
improve-systemd-service-files-for-boot-session-handl.patch
into unit-file-tweaks.patch

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1493296
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1729740
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1834509
2020-08-11 22:10:54 +02:00
Fedora Release Engineering
c6f979b442 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 02:00:04 +00:00
Miro Hrončok
6e6c59b766 Rebuilt for Python 3.9 2020-05-26 02:48:59 +02:00
Chris Leech
2c41582e3d rebase to new upstream v2.1.1
enhanced CHAP options are now a configuration to deal with broken targets (#1774746)

Stop using Werror for now, need to clean up warning that are only
showing up on s390x.  Werror is a nightmare for packaging
2020-03-03 11:29:26 -08:00
Adam Williamson
252a956dea Backport upstream d3daa7a2 to fix bz #1774746 2020-03-02 18:56:39 -08:00
Than Ngo
9d601a1468 Fixed FTBFS 2020-02-24 16:34:57 +01:00
Than Ngo
3ce6ddf5b9 upstream patch to support gcc -fno-common option 2020-02-24 16:16:08 +01:00
Fedora Release Engineering
fcf7fad83e - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-29 05:41:36 +00:00
Chris Leech
bda814b469 update to upstream v2.1.0 2019-11-18 16:43:15 -08:00
Lubomir Rintel
e806329da6 Move the NetworkManager dispatcher script out of /etc
It's not user configuration and shouldn't ever have been there. Except for that
it used to be the only location NetworkManager looked into. With NetworkManager
1.20 that is no longer the case and the dispatcher scripts can be moved to
/usr/lib.
2019-08-22 17:50:04 +02:00
Miro Hrončok
f4c400ceef Rebuilt for Python 3.8 2019-08-19 10:16:37 +02:00
Fedora Release Engineering
ba8447c7a9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-25 09:45:04 +00:00
Chris Leech
0b4246d09a systemd_postun scriptlets need service file arguments 2019-05-30 16:01:15 -07:00
Igor Gnatenko
44927bf3ef
Remove obsolete scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-02-12 12:48:14 +01:00
Fedora Release Engineering
afd6175108 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-01 03:35:32 +00:00
Igor Gnatenko
9514b050a6 Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:08 +01:00
Miro Hrončok
29101fc52b Disable python2 build
Also build without --as-needed to avoid build failures.
2019-01-10 12:54:15 +01:00
Chris Leech
7f68a1cd5c upstream fixes
iscsiuio: add mutex to protect netlink buffer for pass-through xmit
iscsid: get gateway information from sysfs when recovering sessions
enabled MaxOustandingR2T negotiation during login
2018-07-12 10:38:29 -07:00
Adam Williamson
f06c07d904 Rebuilt for Python 3.7, again 2018-06-25 14:25:57 -07:00
Adam Williamson
2609792d9b Link libiscsi against libopeniscsiusr (bz #1594946) 2018-06-25 14:00:28 -07:00
Miro Hrončok
5aefa61999 Rebuilt for Python 3.7 2018-06-20 16:11:31 +02:00
Charalampos Stratakis
8e38b27eed Conditionalize the python2 subpackage.
Some minor SPEC file modernizations.
2018-06-19 14:52:39 -07:00
Chris Leech
54e364e33d update for upstream fixes
minimal packaging for libopeniscsiusr
2018-06-19 14:51:03 -07:00
Chris Leech
e8d2112810 rebase to 2.0.876 2018-06-19 14:49:00 -07:00
Miro Hrončok
833bc0105e Rebuilt for Python 3.7 2018-06-19 10:45:14 +02:00
Fedora Release Engineering
cd75228a6c - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-07 17:42:35 +00:00
Iryna Shcherbina
23423d1b38 Update Python 2 dependency declarations to new packaging standards 2018-01-05 23:30:22 +01:00
Zbigniew Jędrzejewski-Szmek
4a8379426a Python 2 binary package renamed to python2-iscsi-initiator-utils 2017-08-19 09:38:29 -04:00
Fedora Release Engineering
617de986be - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-02 23:53:34 +00:00
Fedora Release Engineering
3b548314f6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 13:44:22 +00:00
Chris Leech
f434b57711 rebuild to use shared libisns 2017-04-12 15:56:58 -07:00
Chris Leech
3e84e8c88d libiscsi: fix discovery command timeout regression
libiscsi: fix format security build errors
2017-02-28 10:27:06 -08:00
Chris Leech
569cde1fc9 fix regression with iscsiadm discoverydb commands having a 0 timeout 2017-02-20 13:36:20 -08:00
Chris Leech
7c06f46fb7 update to 2.0.874 2017-02-09 14:41:57 -08:00
Charalampos Stratakis
7bc51f92c5 Rebuild for Python 3.6 2016-12-12 16:12:05 +01:00
Fedora Release Engineering
643c276306 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 07:30:14 +00:00
Chris Leech
cf1ade5303 new sources 2016-02-19 13:47:33 -08:00
Chris Leech
949adddc31 sync with upstream, sysfs handling improvements 2016-02-19 13:42:44 -08:00
Dennis Gilmore
870cad93ef - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 00:41:02 +00:00
Michael Schwendt
6a62714cc6 BuildRequires: isns-utils-static for -lisns (bz #1291913)
no build
2016-02-03 19:26:10 +01:00