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 /gnu/packages/linux.scm | |
| 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>
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 7 |
1 files changed, 5 insertions, 2 deletions
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") |
