| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: nvmetcli | Distribution: SUSE Linux 16 | 
| Version: 0.8 | Vendor: SUSE LLC <https://www.suse.com/> | 
| Release: 160000.2.2 | Build date: Wed Jun 18 17:10:09 2025 | 
| Group: System/Management | Build host: reproducible | 
| Size: 163772 | Source RPM: nvmetcli-0.8-160000.2.2.src.rpm | 
| Packager: https://www.suse.com/ | |
| Url: http://git.infradead.org/users/hch/nvmetcli.git | |
| Summary: Command line interface for the kernel NVMe nvmet | |
This package contains the command line interface to the NVMe over Fabrics target in the Linux kernel. It allows configuring the NVMe target interactively as well as saving / restoring the configuration to / from a json file.
Apache-2.0
* Wed Jun 18 2025 mcepl@cepl.eu
  - Add remove_six.patch to remove dependency on the six module
    (patch sent to the upstream list; bsc#1244013).
* Wed Jun 18 2025 msuchanek@suse.de
  - Add missing python-six dependency (bsc#1244013)
* Thu Mar 20 2025 msuchanek@suse.de
  - Drop dependency on unmaintained kmodpy
    * When-kmodpy-is-not-available-call-kmod-binary-directly.patch
* Sun Mar 10 2024 steven.kowalik@suse.com
  - Migrate from kmod to kmodpy -- both are supported, kmodpy is now
    packaged.
* Tue Feb 27 2024 jaime.marquinez.ferrandiz@fastmail.net
  - Add dependency on setuptools
* Mon Dec 11 2023 daniel.wagner@suse.com
  - update old changelog entry so it mention that a patch has been removed
* Fri Dec 08 2023 daniel.wagner@suse.com
  - add old changelog entry to changelog
* Tue Dec 05 2023 daniel.wagner@suse.com
  - fix build on SLE15 code streams
* Fri Nov 17 2023 dimstar@opensuse.org
  - Do not define pythons: direclt use the python3 - relevant macros.
* Thu Nov 09 2023 daniel.wagner@suse.com
  - Update to version v0.8: (jsc#PED-6252 jsc#PED-5728)
    * nvmetcli: set up the target only after the network is configured
    * nvmetcli: fixup ana groupid setting for namespaces
    * nvmetcli: add a tcp example json
    * nvmetcli: Correct xrange usage for py3
    * nvmetcli: Allow different devices for make test
    * nvmetcli: Report save name correctly
    * nvme.py: Make modprobe work for kmod lib too
    * nvme.py: Sync the containing directory
    * nvme.py: Explicit close is redundant
    * nvmetcli: Improve IOError handling on restore
    * nvmetcli: don't remove ANA Group 1 on clear
    * nvmetcli: ANA configuration support (bsc#1130981)
  - remove 0001-nvmetcli-don-t-remove-ANA-Group-1-on-clear.patch
  - remove nvmetcli-ANA-configuration-support.patch
  - use autosetup instead listing all patches individual
  - build package according PEP 517, 518. Thus don't call setup.py directly
  - use fdupes to reduce package size
* Fri Nov 25 2022 jsegitz@suse.com
  - Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
    * harden_nvmet.service.patch
* Fri Mar 27 2020 hare@suse.de
  - Update to version v0.7:
    * bump version to v0.7
    * nvmetcli: ANA configuration support
    * nvmetcli: simplify the enabled logic
    * nvmetcli: pep8 fixes
    * nvmetcli: support inline_data_size port parameter
    * Revert "nvmetcli: expose nvmet port status and state"
    * Support python3 dictionary access.
    * nvmetcli: expose nvmet port status and state
  - Remove patch merged with upstream
    * nvmetcli-make-dict-access-python-version-independant.patch
  - 'clear' command doesn't handle ANA groups correctly (bsc#1167644)
    adding patch
    - 0001-nvmetcli-don-t-remove-ANA-Group-1-on-clear.patch
* Fri Mar 29 2019 hare@suse.de
  - Add ANA support (bsc#1130981)
    * nvmetcli-ANA-configuration-support.patch
* Mon Apr 16 2018 lduncan@suse.com
  - Stop using singlespec, since we only need a
    python3 version of this package, and we do not
    want it named "python3-nvmetcli" (bsc#1082208).
    Also, use the "python-six" module to make
    dictionary iteration work for Python 2 and 3,
    adding patch:
    * nvmetcli-make-dict-access-python-version-independant.patch
* Fri Apr 13 2018 lduncan@suse.com
  - Support python3 by using the python-six module,
    and convert dictionary access to use 'six' routines,
    so we can work on python 2 or python 3 (bsc#1082208)
* Sun Apr 08 2018 lduncan@suse.com
  - Convert to Python3-only siglespec (bsc#1082208)
    * Update the SPEC file, using singlespec format, but
      telling the macros to ignore Python2
    * Tell the scripts to use Python3 instead of python,
      adding patch:
    - nvmetcli-update-python-to-python3.patch
* Tue Jan 23 2018 jthumshirn@suse.com
  - Update to version v0.6: (FATE#322737)
    - 0001-nvmetcli-remove-status-method-for-the-uiportnode.patch
    * nvmetcli: remove status method for the UIPortNode
    * nvmetcli: expose ls to dump UI configuration
    * nvmetcli: decorate namespace, subsystem and port UI
    * nvmetcli: port decoration coloring only if its enabled
    * bump version to v0.6
* Fri Dec 01 2017 jthumshirn@suse.com
  - Don't display bogus 'disabled' status for ports (bsc#1070533)
    + 0001-nvmetcli-remove-status-method-for-the-uiportnode.patch
* Fri Aug 11 2017 jthumshirn@suse.com
  - Update to version v0.5: (FATE#322737)
    - 0001-nvmetcli-add-support-for-NS-UUIDs.patch
    * nvmetcli: add support for NS UUIDs
    * nvmetcli: allow setting of serial number number
    * nvmetcli: allow setting of the subsystem version
    * add a make clean pass to bump-ver.sh
    * bump version to v0.5
* Fri Jun 16 2017 jthumshirn@suse.com
  - Add possibiliy to configure Namespace UUIDs (bsc#1038235)
    + 0001-nvmetcli-add-support-for-NS-UUIDs.patch
* Tue May 23 2017 jthumshirn@suse.com
  - Change dependency from python-configshell to python-configshell-fb (bsc#1040212)
* Mon May 08 2017 jthumshirn@suse.com
  - Update to version v0.4: (bsc#1034105)
    * add example configuration files
    * update .gitignore for the auto-generated manpage formats
    * add a bump-ver.sh script to automate cutting releases
    * bump version to v0.3
    * nvmetcli: fix Port and Host operations in shell
    * nvmetcli: fix Referral operation in shell
    * nvmetcli: Install nvmetcli in /usr/sbin with setup.py
    * nvmetcli: create json file's dir first if it doesn't exist
    * Add fc transport support to nvmetcli
    * bump version to v0.4
* Sat Feb 11 2017 jengelh@inai.de
  - expand nvmet
* Wed Oct 12 2016 jthumshirn@suse.com
  - Initial import for SUSE (FATE#321732)
/etc/nvmet /usr/lib/python3.13/site-packages /usr/lib/python3.13/site-packages/nvmet /usr/lib/python3.13/site-packages/nvmet/__init__.py /usr/lib/python3.13/site-packages/nvmet/__pycache__ /usr/lib/python3.13/site-packages/nvmet/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/nvmet/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/nvmet/__pycache__/nvme.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/nvmet/__pycache__/nvme.cpython-313.pyc /usr/lib/python3.13/site-packages/nvmet/__pycache__/test_nvmet.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/nvmet/__pycache__/test_nvmet.cpython-313.pyc /usr/lib/python3.13/site-packages/nvmet/nvme.py /usr/lib/python3.13/site-packages/nvmet/test_nvmet.py /usr/lib/python3.13/site-packages/nvmetcli-0.8.dist-info /usr/lib/python3.13/site-packages/nvmetcli-0.8.dist-info/INSTALLER /usr/lib/python3.13/site-packages/nvmetcli-0.8.dist-info/METADATA /usr/lib/python3.13/site-packages/nvmetcli-0.8.dist-info/RECORD /usr/lib/python3.13/site-packages/nvmetcli-0.8.dist-info/REQUESTED /usr/lib/python3.13/site-packages/nvmetcli-0.8.dist-info/WHEEL /usr/lib/python3.13/site-packages/nvmetcli-0.8.dist-info/licenses /usr/lib/python3.13/site-packages/nvmetcli-0.8.dist-info/licenses/COPYING /usr/lib/python3.13/site-packages/nvmetcli-0.8.dist-info/top_level.txt /usr/lib/systemd/system/nvmet.service /usr/sbin/nvmetcli /usr/sbin/rcnvmet /usr/share/doc/packages/nvmetcli /usr/share/doc/packages/nvmetcli/COPYING /usr/share/doc/packages/nvmetcli/README
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 28 22:33:35 2025