From f242ae59564e08c4424dbd0a8f70a458fabe0a16 Mon Sep 17 00:00:00 2001 From: Ming Yang Date: Mon, 9 Nov 2020 21:24:39 +0800 Subject: [PATCH] multipath-tools.spec: update userspace_rcu version. Signed-off-by: Ming Yang --- multipath-tools.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/multipath-tools.spec b/multipath-tools.spec index 6eb98a3..daf9af0 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/ @@ -37,7 +37,8 @@ Patch25: 0025-fix-boolean-value-with-json-c-0.14.patch BuildRequires: gcc, libaio-devel, userspace-rcu-devel, device-mapper-devel >= 1.02.89 BuildRequires: libselinux-devel, libsepol-devel, readline-devel, ncurses-devel, git BuildRequires: systemd-units, systemd-devel, json-c-devel, perl-interpreter, pkgconfig -Requires: userspace-rcu, json-c, device-mapper >= 1.02.96 +Requires: json-c, device-mapper >= 1.02.96 +Requires: userspace-rcu >= 0.12.1 Requires: kpartx = %{version}-%{release} Requires(post): systemd-units Requires(preun): systemd-units @@ -173,6 +174,12 @@ fi %changelog +* Tue Nov 10 2020 Ming Yang - 0.8.4-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:update userspace_rcu package to version 0.12.1 or later. + * Tue Oct 27 2020 lixiaokeng - 0.8.4-4 - Type:bugfix - ID:NA -- Gitee