diff --git a/dracut.spec b/dracut.spec index f7e1bb8a6e0e61c45a69dcec631dfa096b11f13e..8eb63683638af2c759bbfe2bd8c4cd97e6573bf7 100644 --- a/dracut.spec +++ b/dracut.spec @@ -10,7 +10,7 @@ Name: dracut Version: 049 -Release: 5 +Release: 6 Summary: Initramfs generator using udev %if 0%{?fedora} || 0%{?rhel} @@ -196,7 +196,7 @@ This package contains tools to assemble the local initrd and host configuration. %package squash Summary: dracut module to build an initramfs with most files in a squashfs image Requires: %{name} = %{version}-%{release} -Requires: squash-tools +Requires: squashfs-tools %description squash This package provides a dracut module to build an initramfs, but store most files @@ -490,6 +490,9 @@ install -m 0755 51-dracut-rescue-postinst.sh $RPM_BUILD_ROOT%{_sysconfdir}/kerne %endif %changelog +* Mon Feb 24 2020 openEuler Buildteam - 049-6 +- Change requires of dracut-squash from squash-tools to squashfs-tools + * Mon Dec 16 2019 openEuler Buildteam - 049-5 - Use sleep replace check /sys/block and skip the broken sd in initqueue