refactor patch code of json
Signed-off-by: zhangxiaoyu <zhangxiaoyu58@huawei.com>
This commit is contained in:
parent
2f4a9d8ccb
commit
8d0200b2c3
5513
0008-refactor-patch-code-of-json.patch
Normal file
5513
0008-refactor-patch-code-of-json.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
#######################################################################
|
||||
##- @Copyright (C) Huawei Technologies., Ltd. 2019. All rights reserved.
|
||||
# - lcr licensed under the Mulan PSL v2.
|
||||
@ -12,7 +13,6 @@
|
||||
##- @Author: lifeng
|
||||
##- @Create: 2019-04-25
|
||||
#######################################################################
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
|
||||
9
lxc.spec
9
lxc.spec
@ -1,4 +1,4 @@
|
||||
%global _release 2022072101
|
||||
%global _release 2022072102
|
||||
|
||||
Name: lxc
|
||||
Version: 4.0.3
|
||||
@ -15,6 +15,7 @@ Patch0004: 0004-refactor-patch-code-of-lxccontianer-and-so-on.patch
|
||||
Patch0005: 0005-refactor-patch-code-of-attach-and-seccomp.patch
|
||||
Patch0006: 0006-refactor-patch-about-namespace-log-terminal.patch
|
||||
Patch0007: 0007-refactor-patches-on-terminal.c-start.c-and-so-on.patch
|
||||
Patch0008: 0008-refactor-patch-code-of-json.patch
|
||||
|
||||
BuildRequires: systemd-units git libtool graphviz docbook2X doxygen chrpath
|
||||
BuildRequires: pkgconfig(libseccomp)
|
||||
@ -186,6 +187,12 @@ make check
|
||||
%{_mandir}/*/man7/%{name}*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 21 2022 chengzeruizhi<chengzeruizhi@huawei.com> - 4.0.3-2022072101
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC: refactor patch code of json
|
||||
|
||||
* Thu Jul 21 2022 chengzeruizhi<chengzeruizhi@huawei.com> - 4.0.3-2022072101
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
|
||||
52
series.conf
52
series.conf
@ -1,43 +1,9 @@
|
||||
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
|
||||
0008-hook-pass-correct-mount-dir-as-root-to-hook.patch
|
||||
0009-cgroup-refact-cgroup-manager-to-single-file.patch
|
||||
0010-cgfsng-adjust-log-level-from-error-to-warn.patch
|
||||
0011-rootfs-add-make-private-for-root.path-parent.patch
|
||||
0012-mount-make-possible-to-bind-mount-proc-and-sys-fs.patch
|
||||
0013-use-path-based-unix-domain-sockets-instead-of-abstra.patch
|
||||
0014-api-add-get-container-metrics-api.patch
|
||||
0015-Streaming-IO-solution-optimization-and-enhancement.patch
|
||||
0016-avoid-using-void-pointers-in-caclulation.patch
|
||||
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
|
||||
0022-print-error-message-if-process-workdir-failed.patch
|
||||
0023-log-support-long-syslog-tag.patch
|
||||
0024-log-adjust-log-level-from-error-to-warn.patch
|
||||
0025-get-cgroup-data-len-first-and-malloc-read-buff-by-le.patch
|
||||
0026-coredump-fix-coredump-when-cgroup-get-return-error.patch
|
||||
0027-add-help-for-new-arguments.patch
|
||||
0028-seccomp-init-and-destroy-notifier.cookie.patch
|
||||
0029-just-use-origin-loop-if-do-not-have-io.patch
|
||||
0030-conf-fix-a-memory-leak.patch
|
||||
0031-fix-lsm_se_mount_context-memory-leak.patch
|
||||
0032-disable-lxc_keep-with-oci-image.patch
|
||||
0033-conf-ensure-that-the-idmap-pointer-itself-is-freed.patch
|
||||
0034-cgfsng-fix-cgroup-attach-cgroup-creation.patch
|
||||
0035-adapt-upstream-compiler-settings.patch
|
||||
0036-compile-in-android-env.patch
|
||||
0037-fix-always-print-and-temp-len.patch
|
||||
0038-just-print-error-when-new-lock-failed.patch
|
||||
0039-fix-bug-of-memory-free.patch
|
||||
0040-refactor-the-way-to-convert-selinux-label-to-shared.path
|
||||
0041-do-not-free-the-pointer-returned-by-dirname.patch
|
||||
0042-add-x-permission-when-create-directory.patch
|
||||
0043-do-not-operate-playload-and-attach-cgroup-if-no-cont.patch
|
||||
0001-refactor-patch-code-of-utils-commands-and-so-on.patch
|
||||
0002-refactor-patch-code-of-isulad-for-conf-exec-attach.patch
|
||||
0003-refactor-patch-code-of-isulad-for-selinux-attach.patch
|
||||
0004-refactor-patch-code-of-lxccontianer-and-so-on.patch
|
||||
0005-refactor-patch-code-of-attach-and-seccomp.patch
|
||||
0006-refactor-patch-about-namespace-log-terminal.patch
|
||||
0007-refactor-patches-on-terminal.c-start.c-and-so-on.patch
|
||||
0008-refactor-patch-code-of-json.patch
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user