From 730397185f07d6e6f0a40c8d419f4a93eb4dd4ed Mon Sep 17 00:00:00 2001 From: lihaotian9 Date: Wed, 2 Sep 2020 15:20:51 +0800 Subject: [PATCH] Update the Source0 url in spec file --- multipath-tools.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/multipath-tools.spec b/multipath-tools.spec index 84e1f15..ca3d967 100644 --- a/multipath-tools.spec +++ b/multipath-tools.spec @@ -1,12 +1,12 @@ Name: multipath-tools Version: 0.8.4 -Release: 2 +Release: 3 Summary: Tools to manage multipath devices with the device-mapper License: GPLv2-or-later and LGPLv2+ URL: http://christophe.varoqui.free.fr/ # curl "https://git.opensvc.com/gitweb.cgi?p=multipath-tools/.git;a=snapshot;h=d4915917655b3d205aa0e339ca13080ed8182d0d;sf=tgz" -o multipath-tools-d491591.tgz -Source0: multipath-tools-d491591.tgz +Source0: https://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;h=HEAD;sf=tgz Source1: multipath.conf Patch1: 0001-change-order-of-multipath.rules.patch Patch2: 0002-libmpathpersist-depend-on-libmultipath.patch @@ -173,6 +173,12 @@ fi %changelog +Wed Sep 02 2020 lihaotian - 0.8.4-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Update source0 url + * Tue Sep 01 2020 lixiaokeng - 0.8.4-2 - Type:bugfix - ID:NA -- Gitee