From 5bfbc3e1a23f806d3d79f145456e03cf1c131a17 Mon Sep 17 00:00:00 2001 From: YoungJQ Date: Tue, 1 Sep 2020 19:16:04 +0800 Subject: [PATCH] lxc : modify source0 address in spec file Signed-off-by: YoungJQ --- lxc.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lxc.spec b/lxc.spec index 741c856..06c5e2d 100644 --- a/lxc.spec +++ b/lxc.spec @@ -1,4 +1,4 @@ -%global _release 2020080301 +%global _release 2020090101 Name: lxc Version: 4.0.3 @@ -6,7 +6,7 @@ Release: %{_release} Summary: Linux Containers userspace tools License: LGPLv2+ URL: https://github.com/lxc/lxc -Source0: lxc-4.0.3.tar.gz +Source0: https://linuxcontainers.org/downloads/lxc/lxc-4.0.3.tar.gz Patch9001: 0001-huawei-adapt-to-huawei-4.0.3.patch Patch9002: 0002-add-mount-label-for-rootfs.patch Patch9003: 0003-format-code-and-verify-mount-mode.patch @@ -183,6 +183,12 @@ make check %{_mandir}/*/man7/%{name}* %changelog +* Wed Sep 02 2020 openEuler Buildteam - 4.0.3-2020090101 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: modify source0 address + * Mon Aug 03 2020 openEuler Buildteam - 4.0.3-2020080301 - Type:enhancement - ID:NA -- Gitee