From e01edb00e1fcb8190000ae72913c37a8324a01eb Mon Sep 17 00:00:00 2001 From: Xinze Chi Date: Mon, 7 Sep 2020 14:56:19 +0800 Subject: [PATCH] ceph.spec: fix source code download URL. Signed-off-by: Xinze Chi --- ceph.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ceph.spec b/ceph.spec index 50f9112..06944bb 100644 --- a/ceph.spec +++ b/ceph.spec @@ -68,7 +68,7 @@ ################################################################################# Name: ceph Version: 12.2.8 -Release: 6 +Release: 7 Epoch: 2 # define _epoch_prefix macro which will expand to the empty string if epoch is @@ -81,7 +81,7 @@ License: LGPL-2.1 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and Group: System/Filesystems %endif URL: http://ceph.com/ -Source0: http://ceph.com/download/ceph-12.2.8.tar.gz +Source0: http://download.ceph.com/tarballs/ceph-12.2.8.tar.gz # backport for cves Patch6000: 6000-CVE-2018-16889.patch @@ -1797,6 +1797,9 @@ exit 0 %changelog +* Fri Ooc 28 2020 chixinze - 1:12.2.8-7 +- ceph.spec: fix source code download URL + * Fri Mar 20 2020 hy-euler - 1:12.2.8-6 - Fit openEuler -- Gitee