From 618f4a06aec8832e7666fe706f0e8b2e1405e356 Mon Sep 17 00:00:00 2001 From: lifeng Date: Wed, 8 Apr 2020 11:24:47 +0800 Subject: [PATCH] lxc: fix source0 Signed-off-by: lifeng --- lxc.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lxc.spec b/lxc.spec index b7beed3..20ab8b0 100644 --- a/lxc.spec +++ b/lxc.spec @@ -1,4 +1,4 @@ -%global _release 2020031002 +%global _release 2020040801 %global debug_package %{nil} Name: lxc @@ -7,7 +7,7 @@ Release: %{_release} Summary: Linux Containers userspace tools License: LGPLv2+ URL: http://linuxcontainers.org -Source0: http://linuxcontainers.org/downloads/lxc-3.0.3.tar.gz +Source0: lxc-3.0.3.tar.gz Patch6000: lxc-CVE-2019-5736-runC-rexec-callers-as-memfd.patch Patch9003: 0001-confile-add-lxc.isulad.init.args-config-interface.patch Patch9004: 0002-namespace-add-support-share-namespace-by-path.patch @@ -324,6 +324,8 @@ make check %{_mandir}/*/man7/%{name}* %changelog +* Thu Apr 08 2020 openEuler Buildteam - 3.0.3-2020040801 +- fix source0 * Tue Mar 10 2020 openEuler Buildteam - 3.0.3-2020031002 - add /etc/sysconfig/ * Tue Mar 10 2020 openEuler Buildteam - 3.0.3-2020031001 -- Gitee