diff --git a/live/src/agama-installer.changes b/live/src/agama-installer.changes index 2dedebab85..4ad7589d72 100644 --- a/live/src/agama-installer.changes +++ b/live/src/agama-installer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 26 10:05:01 UTC 2024 - Imobach Gonzalez Sosa + +- Include the procps instead of the procps4 package + (jsc#PED-8669, gh#openSUSE/agama#1554). + ------------------------------------------------------------------- Mon Aug 19 17:54:55 UTC 2024 - Josef Reidinger diff --git a/live/src/agama-installer.kiwi b/live/src/agama-installer.kiwi index 9fa1568ff6..74213be614 100644 --- a/live/src/agama-installer.kiwi +++ b/live/src/agama-installer.kiwi @@ -95,7 +95,7 @@ - + diff --git a/service/package/gem2rpm.yml b/service/package/gem2rpm.yml index aab4071193..e239a58583 100644 --- a/service/package/gem2rpm.yml +++ b/service/package/gem2rpm.yml @@ -53,7 +53,6 @@ Requires: dosfstools Requires: e2fsprogs Requires: exfatprogs - Requires: f2fs-tools Requires: fcoe-utils %ifarch x86_64 aarch64 Requires: fde-tools @@ -63,7 +62,6 @@ Requires: lvm2 Requires: mdadm Requires: multipath-tools - Requires: nilfs-utils Requires: nfs-client Requires: ntfs-3g Requires: ntfsprogs diff --git a/service/package/rubygem-agama-yast.changes b/service/package/rubygem-agama-yast.changes index ac41cda055..53129d5cd5 100644 --- a/service/package/rubygem-agama-yast.changes +++ b/service/package/rubygem-agama-yast.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 26 10:01:27 UTC 2024 - Imobach Gonzalez Sosa + +- Do not depend on f2fs-tools and nilfs-utils + (jsc#PED-8669, gh#openSUSE/agama#1554). + ------------------------------------------------------------------- Mon Aug 19 15:13:46 UTC 2024 - Lubos Kocman