ostree-boot: weaken dracut Depends to Recommends
The systemd parts of the package could also be used for integration with e.g. initramfs-tools.
This commit is contained in:
parent
9572f7e4f2
commit
6262b20f15
|
|
@ -151,11 +151,11 @@ Description: content-addressed filesystem for operating system binaries
|
||||||
Package: ostree-boot
|
Package: ostree-boot
|
||||||
Architecture: linux-any
|
Architecture: linux-any
|
||||||
Depends:
|
Depends:
|
||||||
dracut,
|
|
||||||
ostree (= ${binary:Version}),
|
ostree (= ${binary:Version}),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
Recommends:
|
Recommends:
|
||||||
|
dracut,
|
||||||
grub-efi-amd64 | grub-pc | extlinux | syslinux | u-boot,
|
grub-efi-amd64 | grub-pc | extlinux | syslinux | u-boot,
|
||||||
Breaks:
|
Breaks:
|
||||||
ostree (<< ${binary:Version}),
|
ostree (<< ${binary:Version}),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue