add excludearch loongarch64
(cherry picked from commit 124a9e96e22231eedfcbf09c1771c5f1eb0f272a)
This commit is contained in:
parent
e33abf2f0a
commit
19191a2a64
29
syscare.spec
29
syscare.spec
@ -35,19 +35,19 @@ Patch0019: 0019-upatch-diff-fix-lookup_relf-failed-issue.patch
|
|||||||
Patch0020: 0020-upatch-diff-only-check-changed-file-symbols.patch
|
Patch0020: 0020-upatch-diff-only-check-changed-file-symbols.patch
|
||||||
Patch0021: 0021-upatch-diff-remove-rela-check-while-build-rebuilding.patch
|
Patch0021: 0021-upatch-diff-remove-rela-check-while-build-rebuilding.patch
|
||||||
Patch0022: 0022-syscared-fix-apply-kernel-module-patch-failure-issue.patch
|
Patch0022: 0022-syscared-fix-apply-kernel-module-patch-failure-issue.patch
|
||||||
Patch0023: 0023-all-finding-executable-from-environment-variables.patch
|
Patch0023: 0023-all-finding-executable-from-environment-variables.patch
|
||||||
Patch0024: 0024-all-remove-redundant-code.patch
|
Patch0024: 0024-all-remove-redundant-code.patch
|
||||||
Patch0025: 0025-all-add-c-rust-compilation-options.patch
|
Patch0025: 0025-all-add-c-rust-compilation-options.patch
|
||||||
Patch0026: 0026-common-fix-failed-to-set-selinux-status-issue.patch
|
Patch0026: 0026-common-fix-failed-to-set-selinux-status-issue.patch
|
||||||
Patch0027: 0027-upatch-diff-exit-with-error-when-any-tls-var-include.patch
|
Patch0027: 0027-upatch-diff-exit-with-error-when-any-tls-var-include.patch
|
||||||
Patch0028: 0028-upatch-diff-fix-lookup_relf-duplicate-failure.patch
|
Patch0028: 0028-upatch-diff-fix-lookup_relf-duplicate-failure.patch
|
||||||
Patch0029: 0029-upatch-diff-fix-memory-leak.patch
|
Patch0029: 0029-upatch-diff-fix-memory-leak.patch
|
||||||
Patch0030: 0030-upatch-hijacker-fix-memory-leak.patch
|
Patch0030: 0030-upatch-hijacker-fix-memory-leak.patch
|
||||||
Patch0031: 0031-upatch-manage-fix-memory-leak.patch
|
Patch0031: 0031-upatch-manage-fix-memory-leak.patch
|
||||||
Patch0032: 0032-security-sanitize-sensitive-code.patch
|
Patch0032: 0032-security-sanitize-sensitive-code.patch
|
||||||
Patch0033: 0033-all-implement-asan-gcov-build-type.patch
|
Patch0033: 0033-all-implement-asan-gcov-build-type.patch
|
||||||
Patch0034: 0034-all-clean-code.patch
|
Patch0034: 0034-all-clean-code.patch
|
||||||
Patch0035: 0035-syscare-abi-remove-display-limit-of-patch_info.patch
|
Patch0035: 0035-syscare-abi-remove-display-limit-of-patch_info.patch
|
||||||
Patch0036: 0036-syscare-abi-fix-clippy-warnings.patch
|
Patch0036: 0036-syscare-abi-fix-clippy-warnings.patch
|
||||||
|
|
||||||
BuildRequires: cmake >= 3.14 make
|
BuildRequires: cmake >= 3.14 make
|
||||||
@ -57,6 +57,8 @@ BuildRequires: kernel-devel
|
|||||||
Requires: coreutils systemd
|
Requires: coreutils systemd
|
||||||
Requires: kpatch-runtime
|
Requires: kpatch-runtime
|
||||||
|
|
||||||
|
Excludearch: loongarch64
|
||||||
|
|
||||||
############### Description ################
|
############### Description ################
|
||||||
%description
|
%description
|
||||||
SysCare is a system-level hot-fix service that provides security patches and system error hot-fixes for the operating system.
|
SysCare is a system-level hot-fix service that provides security patches and system error hot-fixes for the operating system.
|
||||||
@ -199,7 +201,7 @@ fi
|
|||||||
############################################
|
############################################
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 1 2024 renoseven<dev@renoseven.net> - 1.2.1-9
|
* Mon Jul 1 2024 renoseven<dev@renoseven.net> - 1.2.1-9
|
||||||
- abi: remove display limit of patch info
|
- abi: remove display limit of patch info
|
||||||
- all: clean code
|
- all: clean code
|
||||||
- all: implement asan gcov build type
|
- all: implement asan gcov build type
|
||||||
- security: sanitize sensitive code
|
- security: sanitize sensitive code
|
||||||
@ -212,6 +214,7 @@ fi
|
|||||||
- all: add compile options
|
- all: add compile options
|
||||||
- all: remove redundant code
|
- all: remove redundant code
|
||||||
- all: finding executable from environment variables
|
- all: finding executable from environment variables
|
||||||
|
- add excludearch loongarch64
|
||||||
* Mon May 20 2024 ningyu<ningyu9@huawei.com> - 1.2.1-8
|
* Mon May 20 2024 ningyu<ningyu9@huawei.com> - 1.2.1-8
|
||||||
- syscared: fix apply kernel module patch failure issue
|
- syscared: fix apply kernel module patch failure issue
|
||||||
* Tue May 14 2024 ningyu<ningyu9@huawei.com> - 1.2.1-7
|
* Tue May 14 2024 ningyu<ningyu9@huawei.com> - 1.2.1-7
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user