Skip to content

Commit

Permalink
Merge pull request #1391 from yast/huha-exfatprogs-master
Browse files Browse the repository at this point in the history
Use the newer exfatprogs instead of exfat-utils [master]
  • Loading branch information
shundhammer authored Sep 23, 2024
2 parents b0dc35b + 3dec7a4 commit d984221
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-storage-ng.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 23 11:27:55 UTC 2024 - Stefan Hundhammer <shundhammer@suse.com>

- Use the newer exfatprogs instead of exfat-utils (bsc#1187854)
- 5.0.19

-------------------------------------------------------------------
Fri Sep 20 13:06:00 UTC 2024 - Ancor Gonzalez Sosa <ancor@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-storage-ng.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-storage-ng
Version: 5.0.18
Version: 5.0.19
Release: 0
Summary: YaST2 - Storage Configuration
License: GPL-2.0-only OR GPL-3.0-only
Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2storage/storage_feature.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class StorageFeature < Feature
UF_NFS: "nfs-client",
UF_NTFS: ["ntfs-3g", "ntfsprogs"],
UF_VFAT: "dosfstools",
UF_EXFAT: "exfat-utils",
UF_EXFAT: "exfatprogs",
UF_F2FS: "f2fs-tools",
UF_UDF: "udftools",
UF_JFS: "jfsutils",
Expand Down

0 comments on commit d984221

Please sign in to comment.