Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (b40a5e1f6c6bd8663dba659d611a90a2cc4ad44c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (b40a5e1f6c6bd8663dba659d611a90a2cc4ad44c)
  • Date: Sat, 22 Nov 2025 14:30:53 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

disk/nvme-cli/DEPENDS | 9 ++++++---
disk/nvme-cli/HISTORY | 3 +++
2 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit b40a5e1f6c6bd8663dba659d611a90a2cc4ad44c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

nvme-cli: Depends on libnvme >= 1.16

diff --git a/disk/nvme-cli/DEPENDS b/disk/nvme-cli/DEPENDS
index 14e6bc0..4b56419 100755
--- a/disk/nvme-cli/DEPENDS
+++ b/disk/nvme-cli/DEPENDS
@@ -1,6 +1,9 @@
-. "${GRIMOIRE}/MESON_DEPENDS" &&
+. "$GRIMOIRE/MESON_DEPENDS" &&
+. "$GRIMOIRE/VDEPENDS" &&

-depends libnvme &&
-depends util-linux &&
+vdepends <<-! &&
+ libnvme >= 1.16
+ util-linux
+!

optional_depends json-c "json-c=enabled" "json-c=disabled" "to generate JSON
output"
diff --git a/disk/nvme-cli/HISTORY b/disk/nvme-cli/HISTORY
index 9741220..08e3222 100644
--- a/disk/nvme-cli/HISTORY
+++ b/disk/nvme-cli/HISTORY
@@ -1,3 +1,6 @@
+2025-11-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: libnvme >= 1.16
+
2025-11-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.16



  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (b40a5e1f6c6bd8663dba659d611a90a2cc4ad44c), Ismael Luceno, 11/22/2025

Archive powered by MHonArc 2.6.24.

Top of Page