From 8521b0066d68c43f042613e7cf7f3a3c42d9cd95 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Sat, 7 Nov 2020 17:41:05 +0800 Subject: [PATCH] set help package as multipath-tools package's install require --- multipath-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/multipath-tools.spec b/multipath-tools.spec index a7146f3..2d69a3a 100644 --- a/multipath-tools.spec +++ b/multipath-tools.spec @@ -1,6 +1,6 @@ Name: multipath-tools Version: 0.8.4 -Release: 4 +Release: 5 Summary: Tools to manage multipath devices with the device-mapper License: GPLv2-or-later and LGPLv2+ URL: http://christophe.varoqui.free.fr/ @@ -39,6 +39,7 @@ BuildRequires: libselinux-devel, libsepol-devel, readline-devel, ncurses-deve BuildRequires: systemd-units, systemd-devel, json-c-devel, perl-interpreter, pkgconfig Requires: userspace-rcu, json-c, device-mapper >= 1.02.96 Requires: kpartx = %{version}-%{release} +Requires: %{name}-help = %{version}-%{release} Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units @@ -173,6 +174,9 @@ fi %changelog +* Sat Nov 07 2020 Ge Wang - 0.8.4-5 +- Set help package as multipath-tools package's install require + * Tue Oct 27 2020 lixiaokeng - 0.8.4-4 - Type:bugfix - ID:NA -- Gitee