From b6a4c7fbfad660cd365e37abdc7aec9554f5f38b Mon Sep 17 00:00:00 2001 From: yueyuankun Date: Mon, 17 Jun 2024 11:48:49 +0800 Subject: [PATCH] Add requires fcoe-utils (cherry picked from commit 94c175064caab42777d50e83a34d4953f28e65b6) --- python-blivet.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python-blivet.spec b/python-blivet.spec index 3d5710f..dbcb560 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -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 - 1:3.8.2-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Add Recommends fcoe-utils + * Fri May 10 2024 sunhai - 1:3.8.2-5 - Type:bugfix - ID:NA -- Gitee