!131 解决/var/log/anaconda/syslog中ERROR

From: @yue-yuankun 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2024-06-20 01:43:45 +00:00 committed by Gitee
commit a6f32d6a40
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: python-blivet
Version: 3.8.2
Release: 5
Release: 6
Epoch: 1
Summary: A python module for system storage configuration
License: LGPL-2.1-or-later
@ -48,6 +48,7 @@ Requires: systemd-udev blivet-data = %{epoch}:%{version}-%{release}
Recommends: libblockdev-btrfs >= 3.0 libblockdev-crypto >= 3.0 libblockdev-dm >= 3.0
Recommends: libblockdev-lvm >= 3.0 libblockdev-mdraid >= 3.0 libblockdev-mpath >= 3.0
Recommends: libblockdev-loop >= 3.0 libblockdev-swap >= 3.0
Recommends: fcoe-utils
%ifarch s390 s390x
Recommends: libblockdev-s390 >= 3.0
%endif
@ -127,6 +128,12 @@ make PYTHON=%{__python2} DESTDIR=%{buildroot} install
%doc README.md
%changelog
* Mon Jun 17 2024 yueyuankun <yueyuankun@kylinos.cn> - 1:3.8.2-6
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Add Recommends fcoe-utils
* Fri May 10 2024 sunhai<sunhai10@huawei.com> - 1:3.8.2-5
- Type:bugfix
- ID:NA