iSCSI client library
Go to file
2023-02-23 23:56:13 -05:00
.gitignore Import rpm: d01aaaa741472ce4e30cabe97a0aa710ca0ea6ed 2023-02-23 23:56:13 -05:00
container_of.patch Import rpm: d01aaaa741472ce4e30cabe97a0aa710ca0ea6ed 2022-08-08 14:10:34 -04:00
disable-ld_iscsi.patch Import rpm: d01aaaa741472ce4e30cabe97a0aa710ca0ea6ed 2022-08-08 14:10:34 -04:00
fix-32bit-build.patch Import rpm: d01aaaa741472ce4e30cabe97a0aa710ca0ea6ed 2022-08-08 14:10:34 -04:00
fix-gcc7-warnings.patch Import rpm: d01aaaa741472ce4e30cabe97a0aa710ca0ea6ed 2022-08-08 14:10:34 -04:00
gating.yaml Import rpm: d01aaaa741472ce4e30cabe97a0aa710ca0ea6ed 2022-08-08 14:10:34 -04:00
libiscsi-avoid-fallthrough.patch Import rpm: d01aaaa741472ce4e30cabe97a0aa710ca0ea6ed 2022-08-08 14:10:34 -04:00
libiscsi-avoid-truncation-when-logging-message-that-includes-.patch Import rpm: d01aaaa741472ce4e30cabe97a0aa710ca0ea6ed 2022-08-08 14:10:34 -04:00
libiscsi-do-not-warn-for-strncpy.patch Import rpm: d01aaaa741472ce4e30cabe97a0aa710ca0ea6ed 2022-08-08 14:10:34 -04:00
libiscsi-fix-connection-to-LUN-with-IPv6-address.patch Import rpm: d01aaaa741472ce4e30cabe97a0aa710ca0ea6ed 2022-08-08 14:10:34 -04:00
libiscsi-iser_rcv_completion-unify-error-handling.patch Import rpm: d01aaaa741472ce4e30cabe97a0aa710ca0ea6ed 2022-08-08 14:10:34 -04:00
libiscsi-iser-fix-posting-of-receive-descriptors.patch Import rpm: d01aaaa741472ce4e30cabe97a0aa710ca0ea6ed 2022-08-08 14:10:34 -04:00
libiscsi-sync-remove-unnecessary-checks.patch Import rpm: d01aaaa741472ce4e30cabe97a0aa710ca0ea6ed 2022-08-08 14:10:34 -04:00
libiscsi.spec Import rpm: d01aaaa741472ce4e30cabe97a0aa710ca0ea6ed 2022-08-08 14:10:34 -04:00
README.rst Import rpm: d01aaaa741472ce4e30cabe97a0aa710ca0ea6ed 2022-08-08 14:10:34 -04:00
sources Import rpm: d01aaaa741472ce4e30cabe97a0aa710ca0ea6ed 2023-02-23 23:56:13 -05:00

===================
libiscsi development
===================

libiscsi is maintained in a `source tree`_ rather than directly in dist-git
using packit service that provides way to develope using regular source code
structure and provides way to generate SRPM and build using koji service.

Developers deliver all changes to source-git using merge request. Only maintainers
will be pushing changes sent to source-git to dist-git.

Each release in dist-git is tagged in the source repository so you can easily
check out the source tree for a build. The tags are in the format
name-version-release, but note release doesn't contain the dist tag since the
source can be built in different build roots (Fedora, CentOS, etc.)

.. _source tree: https://gitlab.com/redhat/centos-stream/src/libiscsi