From 11ab008a9f609d1ccfebd4d81454b92157f66100 Mon Sep 17 00:00:00 2001 From: Zhiqiang Liu Date: Tue, 29 Nov 2022 17:32:32 +0800 Subject: [PATCH] multipath-tools: set Source0 to URL link Fix issue:https://gitee.com/src-openeuler/multipath-tools/issues/I639ZP Signed-off-by: Zhiqiang Liu (cherry picked from commit 4be07bcdde097f22f56a0e7ecb7a4c98c5048600) --- multipath-tools-0.8.7.tgz => 0.8.7.tar.gz | Bin multipath-tools.spec | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) rename multipath-tools-0.8.7.tgz => 0.8.7.tar.gz (100%) diff --git a/multipath-tools-0.8.7.tgz b/0.8.7.tar.gz similarity index 100% rename from multipath-tools-0.8.7.tgz rename to 0.8.7.tar.gz diff --git a/multipath-tools.spec b/multipath-tools.spec index 5cae2d6..4c04e0e 100644 --- a/multipath-tools.spec +++ b/multipath-tools.spec @@ -1,13 +1,13 @@ #needsrootforbuild Name: multipath-tools Version: 0.8.7 -Release: 7 +Release: 8 Summary: Tools to manage multipath devices with the device-mapper License: GPL-2.0-or-later and LGPL-2.0-only URL: http://christophe.varoqui.free.fr/ # curl https://github.com/opensvc/multipath-tools/archive/0.8.7.tar.gz -o multipath-tools-0.8.7.tgz -Source0: multipath-tools-0.8.7.tgz +Source0: https://github.com/opensvc/multipath-tools/archive/%{version}.tar.gz Source1: multipath.conf Patch1: 0001-change-order-of-multipath.rules.patch Patch2: 0002-RH-add-mpathconf.patch @@ -179,6 +179,9 @@ fi %changelog +* Tue Nov 29 2022 Zhiqiang Liu - 0.8.7-8 +- set Source0 to URL link. + * Mon Nov 28 2022 miaoguanqin - 0.8.7-7 - CVE-2022-41974 cause mpathpersist and multipathd execute error -- Gitee