diff --git a/service/package/gem2rpm.yml b/service/package/gem2rpm.yml index c95995ae40..aab4071193 100644 --- a/service/package/gem2rpm.yml +++ b/service/package/gem2rpm.yml @@ -52,7 +52,7 @@ Requires: dmraid Requires: dosfstools Requires: e2fsprogs - Requires: exfat-utils + Requires: exfatprogs Requires: f2fs-tools Requires: fcoe-utils %ifarch x86_64 aarch64 diff --git a/service/package/rubygem-agama-yast.changes b/service/package/rubygem-agama-yast.changes index 6fb16a8fbb..6b8f6c5e5e 100644 --- a/service/package/rubygem-agama-yast.changes +++ b/service/package/rubygem-agama-yast.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 1 13:57:51 UTC 2024 - Imobach Gonzalez Sosa + +- Use exfatprogs instead of exfat-utils (gh#openSUSE/agama#1520). + ------------------------------------------------------------------- Wed Jul 31 15:48:00 UTC 2024 - Ladislav Slezák diff --git a/setup-services.sh b/setup-services.sh index 5a3127bf3c..0619434a71 100755 --- a/setup-services.sh +++ b/setup-services.sh @@ -68,7 +68,7 @@ $SUDO zypper --non-interactive install \ dmraid \ dosfstools \ e2fsprogs \ - exfat-utils \ + exfatprogs \ f2fs-tools \ fcoe-utils \ jfsutils \