[gparted] Update name of the NILFS2 specific package
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Update name of the NILFS2 specific package
- Date: Sat, 9 Nov 2019 17:43:57 +0000 (UTC)
commit 7be6d0967abcfb7460b268bfdc2ae4c7e5bf3618
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date: Mon Nov 4 14:37:05 2019 +0000
Update name of the NILFS2 specific package
Upstream NILFS project calls the package nilfs-utils [1][2]. Arch Linux
/ CentOS / Fedora / OpenSUSE use the upstream name. However Debian /
Ubuntu name it nilfs-tools [3] instead.
Document the needed software as:
nilfs-utils / nilfs-tools
Upstream name first separated by slash from alternative names
distributions use.
[1] NILFS Download page
https://nilfs.sourceforge.io/en/download.html
[2] NILFS Public Git Repositories
https://nilfs.sourceforge.io/en/git_repos.html
[3] Debian package: nilfs-tools
https://packages.debian.org/sid/nilfs-tools
README | 2 +-
src/Utils.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/README b/README
index 5b396c43..4917aeca 100644
--- a/README
+++ b/README
@@ -268,7 +268,7 @@ provide this support:
hfsutils
hfsprogs
jfsutils
- nilfs-utils
+ nilfs-utils / nilfs-tools
ntfs-3g / ntfsprogs
reiser4progs
reiserfsprogs / reiserfs-utils / reiserfs
diff --git a/src/Utils.cc b/src/Utils.cc
index c746b15b..c816ff17 100644
--- a/src/Utils.cc
+++ b/src/Utils.cc
@@ -440,7 +440,7 @@ Glib::ustring Utils::get_filesystem_software( FSType filesystem )
case FS_LVM2_PV : return "lvm2" ;
case FS_LUKS : return "cryptsetup, dmsetup";
case FS_MINIX : return "util-linux";
- case FS_NILFS2 : return "nilfs-utils" ;
+ case FS_NILFS2 : return "nilfs-utils / nilfs-tools";
case FS_NTFS : return "ntfs-3g / ntfsprogs" ;
case FS_REISER4 : return "reiser4progs" ;
case FS_REISERFS : return "reiserfsprogs / reiserfs-utils" ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]