diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-04-10 21:21:05 +0200 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-08-21 16:44:36 -0700 |
| commit | e72dbc1a3546e54028f4c13e2cfd2d5973b17c22 (patch) | |
| tree | 8c8029b8f72443cd73892b83c9d2b433031ca0ba | |
| parent | 8420dd0683c3662a20891a21911d3a5c2588df76 (diff) | |
gnu: xfs-repair/static: Deprecate and rename.
* gnu/packages/linux.scm (xfs_repair/static): Rename to
xfs-repair/static and deprecate.
* etc/manifests/release-minimal.scm (%filesystem-packages): Adapt
accordingly.
* gnu/system/linux-initrd.scm (file-system-packages): Likewise.
Change-Id: Ied616899e811094e52672dd25547471cb2297be6
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
| -rw-r--r-- | etc/manifests/release-minimal.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/linux.scm | 7 | ||||
| -rw-r--r-- | gnu/system/linux-initrd.scm | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/etc/manifests/release-minimal.scm b/etc/manifests/release-minimal.scm index 16ccd161422..5a1f3dcdc80 100644 --- a/etc/manifests/release-minimal.scm +++ b/etc/manifests/release-minimal.scm | |||
| @@ -84,7 +84,7 @@ TARGET." | |||
| 84 | (@ (gnu packages file-systems) jfs_fsck/static) | 84 | (@ (gnu packages file-systems) jfs_fsck/static) |
| 85 | (@ (gnu packages linux) ntfsfix/static) | 85 | (@ (gnu packages linux) ntfsfix/static) |
| 86 | (@ (gnu packages linux) f2fs-fsck/static) | 86 | (@ (gnu packages linux) f2fs-fsck/static) |
| 87 | (@ (gnu packages linux) xfs_repair/static) | 87 | (@ (gnu packages linux) xfs-repair/static) |
| 88 | (map specification->package | 88 | (map specification->package |
| 89 | '("lvm2-static" | 89 | '("lvm2-static" |
| 90 | "cryptsetup-static" | 90 | "cryptsetup-static" |
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index d71c2331351..43d01401989 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -11234,9 +11234,9 @@ file systems.") | |||
| 11234 | (list util-linux "static")))) | 11234 | (list util-linux "static")))) |
| 11235 | (synopsis "Statically linked XFS file system tools"))) | 11235 | (synopsis "Statically linked XFS file system tools"))) |
| 11236 | 11236 | ||
| 11237 | (define-public xfs_repair/static | 11237 | (define-public xfs-repair/static |
| 11238 | (package | 11238 | (package |
| 11239 | (name "xfs_repair-static") | 11239 | (name "xfs-repair-static") |
| 11240 | (version (package-version xfsprogs/static)) | 11240 | (version (package-version xfsprogs/static)) |
| 11241 | (source #f) | 11241 | (source #f) |
| 11242 | (build-system trivial-build-system) | 11242 | (build-system trivial-build-system) |
| @@ -11259,6 +11259,9 @@ file systems.") | |||
| 11259 | from the xfsprogs package. It is meant to be used in initrds.") | 11259 | from the xfsprogs package. It is meant to be used in initrds.") |
| 11260 | (license (package-license xfsprogs/static)))) | 11260 | (license (package-license xfsprogs/static)))) |
| 11261 | 11261 | ||
| 11262 | (define-deprecated-package xfs_repair/static | ||
| 11263 | "xfs_repair-static" xfs-repair/static) | ||
| 11264 | |||
| 11262 | (define-public genext2fs | 11265 | (define-public genext2fs |
| 11263 | (package | 11266 | (package |
| 11264 | (name "genext2fs") | 11267 | (name "genext2fs") |
diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm index f00a72afebc..29770315847 100644 --- a/gnu/system/linux-initrd.scm +++ b/gnu/system/linux-initrd.scm | |||
| @@ -321,7 +321,7 @@ FILE-SYSTEMS." | |||
| 321 | (list f2fs-fsck/static) | 321 | (list f2fs-fsck/static) |
| 322 | '()) | 322 | '()) |
| 323 | ,@(if (find (file-system-type-predicate "xfs") file-systems) | 323 | ,@(if (find (file-system-type-predicate "xfs") file-systems) |
| 324 | (list xfs_repair/static) | 324 | (list xfs-repair/static) |
| 325 | '()))) | 325 | '()))) |
| 326 | 326 | ||
| 327 | (define-syntax vhash ;TODO: factorize | 327 | (define-syntax vhash ;TODO: factorize |
