Bug 38715 - grub-common depends on libfuse
Summary: grub-common depends on libfuse
Status: RESOLVED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: grub-common (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Egor Ignatov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-15 18:33 MSK by Dmitry V. Levin
Modified: 2026-03-13 22:00 MSK (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry V. Levin 2020-07-15 18:33:10 MSK
# rpm -e --test libfuse
error: Failed dependencies:
	libfuse.so.2()(64bit) >= set:lk2WZ1 is needed by (installed) grub-common-2.02-alt27.x86_64
	libfuse.so.2(FUSE_2.6)(64bit) is needed by (installed) grub-common-2.02-alt27.x86_64

This brings fuse into every system where grub is installed, which is unacceptable.
Comment 1 Николай Костригин 2020-07-28 13:30:15 MSK
(Ответ для Dmitry V. Levin на комментарий #0)
> [...]
> This brings fuse into every system where grub is installed, which is
> unacceptable.

Why do you consider this unacceptable?
Is [1] the reason for that or is there an another one?

[1] https://github.com/libfuse/libfuse/issues/15
Comment 2 Alexey Shabalin 2021-08-06 00:01:13 MSK
# rpm -e --test fuse
error: Failed dependencies:
	fuse = 2.9.9-alt1:sisyphus+275297.100.1.2 is needed by (installed) libfuse-2.9.9-alt1.x86_64
Comment 3 Repository Robot 2026-03-13 22:00:42 MSK
grub-2.14-alt1 -> sisyphus:

Fri Feb 27 2026 Egor Ignatov <egori@altlinux> 2.14-alt1
- update to grub 2.14
- add grub-efi-install utility for EFI installation with Secure Boot support and
  proper NVRAM management (closes: #52976)
- add probe module to efi image (closes: #54496)
- align with upstream usage for GRUB_CMDLINE_LINUX variable (closes: #53710)
- replace 'failsafe' with 'single' default for recovery boot entries (closes: #44269)
- add GRUB_BTRFS_USE_DEFAULT_SUBVOL option (closes: #56881)
- new subpackage grub-common-extra (closes: #38715, #51394, #51395)
- add ALT Linux distro name translation (closes: #36004)
- add "UEFI Firmware settings" translation (closes: #48768)
- read distro name from /etc/os-release (closes: #55546)
- add btrfs savedefault support (closes: #50525)
- disable savedefault for f2fs (closes: #52193)
- refactor grub filetriggers (closes: #57107)
- enhance grub-efi-autoupdate UX (closes: #56960)