Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10816833
D9187.id22142.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
6 KB
Referenced Files
None
Subscribers
None
D9187.id22142.diff
View Options
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,2 +1,3 @@
libc.so.6
+libsystemd.so.0
libuuid.so.1
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,14 +1,25 @@
name : nvme-cli
-version : 1.8.1
-release : 4
+version : 1.12.0
+release : 5
source :
- - https://github.com/linux-nvme/nvme-cli/archive/v1.8.1.tar.gz : 93b9134b7a4cc36c9444b9ee52ef016be6e3e2f2ece50fab1f4a56ebe1e3612b
+ - https://github.com/linux-nvme/nvme-cli/archive/v1.12.tar.gz : a75270e65a4a7a6add48f748ba216d8f68d78f90f8cb77e88e9753b74d527991
license : GPL-2.0-only
component : system.utils
summary : NVM-Express user space tooling for Linux.
description: |
NVM-Express user space tooling for Linux.
+environment: |
+ export CFLAGS="${CFLAGS} -I."
+ export PREFIX=/usr
+ export UDEVDIR=/usr/lib64/udev
build : |
- CFLAGS="${CFLAGS} -I." %make
+ %make
install : |
- PREFIX=/usr %make_install
+ %make_install
+
+ # Remove default/example config
+ rm -r $installdir/etc/
+
+# Test suite requires nose2
+#check : |
+# %make test
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>nvme-cli</Name>
<Packager>
- <Name>Tom</Name>
- <Email>tom-marvolo@web.de</Email>
+ <Name>Silke Hofstra</Name>
+ <Email>silke@slxh.eu</Email>
</Packager>
<License>GPL-2.0-only</License>
<PartOf>system.utils</PartOf>
@@ -19,6 +19,13 @@
</Description>
<PartOf>system.utils</PartOf>
<Files>
+ <Path fileType="library">/usr/lib/dracut/dracut.conf.d/70-nvmf-autoconnect.conf</Path>
+ <Path fileType="library">/usr/lib/systemd/system/nvmefc-boot-connections.service</Path>
+ <Path fileType="library">/usr/lib/systemd/system/nvmf-autoconnect.service</Path>
+ <Path fileType="library">/usr/lib/systemd/system/nvmf-connect.target</Path>
+ <Path fileType="library">/usr/lib/systemd/system/nvmf-connect@.service</Path>
+ <Path fileType="library">/usr/lib64/udev/rules.d/70-nvmf-autoconnect.rules</Path>
+ <Path fileType="library">/usr/lib64/udev/rules.d/71-nvmf-iopolicy-netapp.rules</Path>
<Path fileType="executable">/usr/sbin/nvme</Path>
<Path fileType="data">/usr/share/bash-completion/completions/nvme</Path>
<Path fileType="man">/usr/share/man/man1/nvme-admin-passthru.1</Path>
@@ -30,6 +37,7 @@
<Path fileType="man">/usr/share/man/man1/nvme-connect.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-create-ns.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-delete-ns.1</Path>
+ <Path fileType="man">/usr/share/man/man1/nvme-dera-stat.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-detach-ns.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-device-self-test.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-dir-receive.1</Path>
@@ -94,6 +102,7 @@
<Path fileType="man">/usr/share/man/man1/nvme-self-test-log.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-set-feature.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-set-property.1</Path>
+ <Path fileType="man">/usr/share/man/man1/nvme-show-hostnqn.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-show-regs.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-smart-log.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-subsystem-reset.1</Path>
@@ -101,8 +110,13 @@
<Path fileType="man">/usr/share/man/man1/nvme-toshiba-clear-pcie-correctable-errors.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-toshiba-vs-internal-log.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-toshiba-vs-smart-add-log.1</Path>
+ <Path fileType="man">/usr/share/man/man1/nvme-transcend-badblock.1</Path>
+ <Path fileType="man">/usr/share/man/man1/nvme-transcend-healthvalue.1</Path>
+ <Path fileType="man">/usr/share/man/man1/nvme-virtium-save-smart-to-vtview-log.1</Path>
+ <Path fileType="man">/usr/share/man/man1/nvme-virtium-show-identify.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-wdc-cap-diag.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-wdc-clear-assert-dump.1</Path>
+ <Path fileType="man">/usr/share/man/man1/nvme-wdc-clear-fw-activate-history.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-wdc-clear-pcie-correctable-errors.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-wdc-drive-essentials.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-wdc-drive-log.1</Path>
@@ -111,11 +125,17 @@
<Path fileType="man">/usr/share/man/man1/nvme-wdc-get-drive-status.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-wdc-get-pfail-dump.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-wdc-id-ctrl.1</Path>
+ <Path fileType="man">/usr/share/man/man1/nvme-wdc-log-page-directory.1</Path>
+ <Path fileType="man">/usr/share/man/man1/nvme-wdc-namespace-resize.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-wdc-purge-monitor.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-wdc-purge.1</Path>
+ <Path fileType="man">/usr/share/man/man1/nvme-wdc-vs-drive-info.1</Path>
+ <Path fileType="man">/usr/share/man/man1/nvme-wdc-vs-error-reason-identifier.1</Path>
+ <Path fileType="man">/usr/share/man/man1/nvme-wdc-vs-fw-activate-history.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-wdc-vs-internal-log.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-wdc-vs-nand-stats.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-wdc-vs-smart-add-log.1</Path>
+ <Path fileType="man">/usr/share/man/man1/nvme-wdc-vs-telemetry-controller-option.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-write-uncor.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-write-zeroes.1</Path>
<Path fileType="man">/usr/share/man/man1/nvme-write.1</Path>
@@ -124,12 +144,12 @@
</Files>
</Package>
<History>
- <Update release="4">
- <Date>2019-04-15</Date>
- <Version>1.8.1</Version>
+ <Update release="5">
+ <Date>2020-07-04</Date>
+ <Version>1.12.0</Version>
<Comment>Packaging update</Comment>
- <Name>Tom</Name>
- <Email>tom-marvolo@web.de</Email>
+ <Name>Silke Hofstra</Name>
+ <Email>silke@slxh.eu</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 2 2023, 4:07 AM (10 w, 12 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5847407
Default Alt Text
D9187.id22142.diff (6 KB)
Attached To
Mode
D9187: Update nvme-cli to 1.12
Attached
Detach File
Event Timeline
Log In to Comment