From 79006e488ca0fafec3ca7cf5821edb2fe1794a8a Mon Sep 17 00:00:00 2001 From: wujing Date: Sat, 10 Oct 2020 10:11:47 +0800 Subject: [PATCH] add patchs to series.conf Signed-off-by: wujing --- lxc.spec | 8 +++++++- series.conf | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/lxc.spec b/lxc.spec index 2fbf9c7..2574723 100644 --- a/lxc.spec +++ b/lxc.spec @@ -1,4 +1,4 @@ -%global _release 2020092501 +%global _release 2020101001 Name: lxc Version: 4.0.3 @@ -186,6 +186,12 @@ make check %{_mandir}/*/man7/%{name}* %changelog +* Sat Oct 10 2020 openEuler Buildteam - 4.0.3-2020101001 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: add patchs to series.conf + * Fri Sep 25 2020 openEuler Buildteam - 4.0.3-2020092501 - Type:enhancement - ID:NA diff --git a/series.conf b/series.conf index 591baad..a49fe76 100644 --- a/series.conf +++ b/series.conf @@ -1 +1,7 @@ 0001-huawei-adapt-to-huawei-4.0.3.patch +0002-add-mount-label-for-rootfs.patch +0003-format-code-and-verify-mount-mode.patch +0004-Removes-the-definition-of-the-thread-attributes-obje.patch +0005-solve-coredump-bug-caused-by-fstype-being-NULL-durin.patch +0006-SIGTERM-do-not-catch-signal-SIGTERM-in-lxc-monitor.patch +0007-Using-string-type-instead-of-security_context_t-beca.patch -- Gitee