From e9262190850514124fc20299e8a28f07593496e6 Mon Sep 17 00:00:00 2001 From: WangFengTu Date: Wed, 7 Apr 2021 11:10:47 +0800 Subject: [PATCH] some patches missing in series.conf Signed-off-by: WangFengTu (cherry picked from commit a7c5b85d9565ee80f291187d34cb2112fa980b94) --- lxc.spec | 8 +++++++- series.conf | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lxc.spec b/lxc.spec index 2148379..08ca4d6 100644 --- a/lxc.spec +++ b/lxc.spec @@ -1,4 +1,4 @@ -%global _release 2021033102 +%global _release 2021040701 Name: lxc Version: 4.0.3 @@ -200,6 +200,12 @@ make check %{_mandir}/*/man7/%{name}* %changelog +* Wed Apr 07 2021 wangfengtu - 4.0.3-2021040701 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:some patches missing in series.conf + * Thu Mar 11 2021 wangfengtu - 4.0.3-2021031102 - Type:enhancement - ID:NA diff --git a/series.conf b/series.conf index 065ae00..67507be 100644 --- a/series.conf +++ b/series.conf @@ -17,3 +17,5 @@ 0017-fix-compilation-errors-without-libcap.patch 0018-IO-fix-io-data-miss-when-exec-with-pipes.patch 0019-metrics-add-total_inactive_file-metric-for-memory.patch +0020-support-cgroup-v2.patch +0021-support-isula-exec-workdir.patch -- Gitee