Commit Graph

186 Commits

Author SHA1 Message Date
Chris Leech
84e9317089 libiscsi build issues
also CI test failures due to unicode in iscsid.conf
2023-07-04 16:35:45 -07:00
Chris Leech
828cc1621a rebase to upstream Open-iSCSI 2.1.9
drop patches that have been merged upstream, as well as several patches
that are replaced by configuration options with the new build system
2023-07-04 10:27:32 -07:00
Python Maint
a18398ba81 Rebuilt for Python 3.12 2023-06-16 08:50:31 +02:00
Chris Leech
cb641d9dc2 rebuild with updated CI tests 2023-06-15 07:58:24 +02:00
Python Maint
a6c29fdd98 Rebuilt for Python 3.12 2023-06-13 20:41:09 +02:00
Chris Leech
cea269fd62 fix libiscsi regression causing faults in udisksd during iscsi firmware discovery 2023-04-13 13:48:53 -07:00
Zbigniew Jędrzejewski-Szmek
c880c4d7fd Move fedora-release version req to fedora-release-common subpackage
Not all installations have fedora-release installed. E.g. on Workstation,
we'll have fedora-release-workstation and fedora-release-common. The preset
file is actually in fedora-release-common.
2023-02-06 21:02:50 +01:00
Gordon Messmer
5b7575d12f Fix fedora-release requirement. 2023-02-06 08:59:16 -08:00
Gordon Messmer
1e689cd0c6 Avoid forcing remote-fs-pre after network-online if possible.
This change was discussed on devel@ (Re: "Improving Fedora boot
time when libvirt is installed"). Currently, when iscsi.service
is installed, it creates an ordering dependency that forces
network-online to start before remote-fs-pre.target, which delays
boot. This most commonly happens when virtualization support is
installed, which means that boot takes longer for many users who
aren't using iscsi.

This will also require that the system preset change from
iscsi.service to iscsi-starter.service.
2023-02-04 11:30:40 -08:00
Fedora Release Engineering
6affcd7ed6 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 13:22:48 +00:00
Fedora Release Engineering
52a2e54644 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 14:53:12 +00:00
Python Maint
41a9a20a67 Rebuilt for Python 3.11 2022-06-13 15:06:53 +02:00
Fedora Release Engineering
ea0f1b1a2c - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-20 13:28:53 +00:00
Chris Leech
86c1407ed7 modify iscsi-init.service to fix functionality in initramfs 2021-11-01 16:14:30 -07:00
Sahana Prasad
2bbfd3f8f4 Rebuilt with OpenSSL 3.0.0 2021-09-14 19:05:15 +02:00
Chris Leech
578a105550 new upstream
iscsiuio fixes for newer upstream bnx2x driver having version removed
2021-08-11 11:56:02 -07:00
Fedora Release Engineering
756d4561b8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 08:46:03 +00:00
Python Maint
e532795797 Rebuilt for Python 3.10 2021-06-04 20:07:51 +02:00
Chris Leech
686eb2555a bump version in spec 2021-04-13 15:09:50 -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
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
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