From 08cd2e3fe46c26e1114ee4329bc59e0fd3441b3e Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Mon, 24 Feb 2020 16:11:27 +0800 Subject: [PATCH] Change requires of dracut-squash from squash-tools to squashfs-tools --- dracut.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dracut.spec b/dracut.spec index f7e1bb8..8eb6368 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 -- Gitee