Merge pull request !1 from syyhao/dev224
This commit is contained in:
openeuler-ci-bot 2020-02-25 15:26:50 +08:00 committed by Gitee
commit 7becb2203b

View File

@ -10,7 +10,7 @@
Name: dracut Name: dracut
Version: 049 Version: 049
Release: 5 Release: 6
Summary: Initramfs generator using udev Summary: Initramfs generator using udev
%if 0%{?fedora} || 0%{?rhel} %if 0%{?fedora} || 0%{?rhel}
@ -196,7 +196,7 @@ This package contains tools to assemble the local initrd and host configuration.
%package squash %package squash
Summary: dracut module to build an initramfs with most files in a squashfs image Summary: dracut module to build an initramfs with most files in a squashfs image
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: squash-tools Requires: squashfs-tools
%description squash %description squash
This package provides a dracut module to build an initramfs, but store most files 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 %endif
%changelog %changelog
* Mon Feb 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 049-6
- Change requires of dracut-squash from squash-tools to squashfs-tools
* Mon Dec 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 049-5 * Mon Dec 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 049-5
- Use sleep replace check /sys/block and skip the broken sd in initqueue - Use sleep replace check /sys/block and skip the broken sd in initqueue