liyunfei
91eff2bd0a
Fix for "%undefine _auto_set_build_XX" usage
...
Fix for using "%undefine _auto_set_build_XX" casue error:
macro expansion did not return an integer: %{_auto_set_build_flags} ? "%{set_build_flags}" : ""
Signed-off-by: liyunfei <liyunfei33@huawei.com>
2024-08-06 10:28:59 +08:00
openeuler-ci-bot
804cf962db
!226 [sync] PR-219: don't delete the commented code in macros
...
From: @openeuler-sync-bot
Reviewed-by: @licunlong
Signed-off-by: @licunlong
2024-04-29 11:17:32 +00:00
xujing
a8180472c7
don't delete the commented code in macros
...
(cherry picked from commit 5a558f96b8ef33b32aa1cad689cb5f862fe398f6)
2024-04-29 16:40:25 +08:00
openeuler-ci-bot
012169507c
!215 [sync] PR-214: 将riscv64加入若干架构宏
...
From: @openeuler-sync-bot
Reviewed-by: @dillon_chen
Signed-off-by: @dillon_chen
2024-04-28 03:41:12 +00:00
laokz
aef9ce51ff
add riscv64 to some arches macro
...
(cherry picked from commit f5c9b6d04beef74d8e1d9c12e01c1a9aa8afd47e)
2024-04-28 11:05:56 +08:00
openeuler-ci-bot
24cd7ec2f9
!212 [sync] PR-210: ima digest list ebs sign ret 2 when errmsg is SIGN_PERMISSION_DENIED
...
From: @openeuler-sync-bot
Reviewed-by: @licunlong
Signed-off-by: @licunlong
2024-04-09 06:15:59 +00:00
zgzxx
2a5bd80594
ima digest list ebs sign ret 2 when errmsg is SIGN_PERMISSION_DENIED
...
(cherry picked from commit c5610355c35c68263c747093996e4c00dfdf10e7)
2024-04-09 10:54:24 +08:00
openeuler-ci-bot
662aa6714c
!209 [sync] PR-207: ima digest list ebs sign use file path and check errmsg
...
From: @openeuler-sync-bot
Reviewed-by: @xujing99
Signed-off-by: @xujing99
2024-03-29 09:53:54 +00:00
zgzxx
135c1fad3e
ima digest list ebs sign use file path and check errmsg
...
(cherry picked from commit ffcebdf4caeb858138a7a064411b686f16bfd206)
2024-03-29 17:34:51 +08:00
openeuler-ci-bot
2fc0e9af85
!206 [sync] PR-199: ima digest list ebs sign support modsig
...
From: @openeuler-sync-bot
Reviewed-by: @xujing99
Signed-off-by: @xujing99
2024-03-25 08:17:13 +00:00
zgzxx
1059baffdf
ima digest list ebs sign support modsig
...
(cherry picked from commit db335c296b5d5904756a4b6211feac73fed6e59b)
2024-03-25 16:00:10 +08:00
openeuler-ci-bot
746750577a
!205 [sync] PR-202: loongarch64 sw_64 add optflags,enhance the robustness of compiled programs
...
From: @openeuler-sync-bot
Reviewed-by: @xujing99
Signed-off-by: @xujing99
2024-03-25 07:32:38 +00:00
yueyuankun
3abcb265bb
Loongsarch64 SW_64 architecture adds optflags macro to enhance the robustness of compiled programs and prevent common security issues
...
(cherry picked from commit 047495a7f779f4074a2fda87499b4f843d3ad44e)
2024-03-25 15:25:27 +08:00
openeuler-ci-bot
e85551c893
!201 [sync] PR-190: Add clang tool chain switch support
...
From: @openeuler-sync-bot
Reviewed-by: @xujing99
Signed-off-by: @xujing99
2024-03-25 07:24:47 +00:00
liyunfei
a5428ff6a3
Add clang tool chain support
...
(cherry picked from commit 2d026042952afd5d7f283838d06ed28a6013ea71)
2024-03-12 16:49:05 +08:00
openeuler-ci-bot
1e7639d1f8
!191 删除无用的注释性代码
...
From: @hongjinghao
Reviewed-by: @licunlong
Signed-off-by: @licunlong
2024-03-06 03:30:33 +00:00
hongjinghao
ed4d969357
Delete the commented code
2024-03-05 20:25:37 +08:00
openeuler-ci-bot
9b3b63deed
!183 add powerpc64le to generic_arches
...
From: @peng_zou
Reviewed-by: @xujing99
Signed-off-by: @xujing99
2024-02-21 06:41:24 +00:00
邹鹏
6b747a1ea4
add powerpc64le to generic_arches
2024-02-21 11:41:07 +08:00
openeuler-ci-bot
b031dd7f4d
!177 Init support for ppc64le
...
From: @jiahua-yu
Reviewed-by: @xujing99
Signed-off-by: @xujing99
2023-12-12 12:17:25 +00:00
jiahua.yu
381949d821
Init support for arch ppc64le
2023-12-12 10:03:04 +08:00
openeuler-ci-bot
0f77666eff
!175 add the scanning path of the rpath and excute brp_chrpath before arch_install_post
...
From: @xujing99
Reviewed-by: @licunlong
Signed-off-by: @licunlong
2023-11-22 03:16:01 +00:00
xujing
699f88d6a9
add the scanning path of the rpath and excute brp_chrpath before arch_install_post
...
By the way, fix the ELF file cannot be found due to escape of '\'.
2023-11-22 10:57:30 +08:00
openeuler-ci-bot
19f89d359d
!160 check if the file is a symbolic link in brp-digest-list
...
From: @fly_fzc
Reviewed-by: @xujing99
Signed-off-by: @xujing99
2023-11-03 08:27:38 +00:00
fly_fzc
59b583b8ae
check if the file is a symbolic link in brp-digest-list
2023-11-03 15:43:59 +08:00
openeuler-ci-bot
4da686657f
!150 kmodtool: use tmp.$$ instand of tmp.txt
...
From: @yang_yanchao
Reviewed-by: @xujing99
Signed-off-by: @xujing99
2023-11-03 06:06:37 +00:00
Yang Yanchao
46f0153446
kmodtool: use tmp.$$ instand of tmp.txt
...
Signed-off-by: Yang Yanchao <yangyanchao6@huawei.com>
2023-11-02 20:38:10 +08:00
openeuler-ci-bot
8777b2b345
!145 Revert patches : Add support for selecting a clang as a tool AND Call %set_build_flags before %build, %check, and %install stages
...
From: @liyunfei33
Reviewed-by: @openeuler-basic
Signed-off-by: @openeuler-basic
2023-08-28 13:42:14 +00:00
liyunfei
e0d7689fdb
Revert backport toolchain selecting and %%auto_set_build_flags patches
2023-08-28 21:21:43 +08:00
openeuler-ci-bot
e70bb50dcd
!143 [Bugfix] fix release number for last change
...
From: @liyunfei33
Reviewed-by: @openeuler-basic
Signed-off-by: @openeuler-basic
2023-08-28 02:22:30 +00:00
liyunfei
82c3411792
[Bugfix] fix release number for last change
2023-08-28 09:59:36 +08:00
openeuler-ci-bot
92f114dede
!140 Call %set_build_flags before %build, %check, and %install stages
...
From: @liyunfei33
Reviewed-by: @openeuler-basic
Signed-off-by: @openeuler-basic
2023-08-24 02:38:25 +00:00
liyunfei
17a3437dd2
[Backport] Call %set_build_flags before %build, %check, and %install stages
...
https://fedoraproject.org/wiki/Changes/SetBuildFlagsBuildCheck
Originally by: tstellar
2023-08-23 10:25:45 +08:00
openeuler-ci-bot
0fa605db10
!139 Add support for selecting a clang as a tool
...
From: @liyunfei33
Reviewed-by: @openeuler-basic
Signed-off-by: @openeuler-basic
2023-08-23 01:33:38 +00:00
liyunfei
d41bab9bda
[Backport]Add support for selecting a clang as a tool
...
Reference:
7562b38ec5
Originally-by: Igor Raits <ignatenkobrain@fedoraproject.org>
2023-08-18 15:45:57 +08:00
openeuler-ci-bot
3b0a099d43
!138 add pytest and tox macros to python project
...
From: @desert-sailor
Reviewed-by: @overweight
Signed-off-by: @overweight
2023-07-31 03:54:04 +00:00
desert-sailor
cce56588a5
add pytest and tox macros
2023-07-24 11:42:29 +08:00
openeuler-ci-bot
26870bffc3
!136 完善pyproject_install宏定义
...
From: @caodongxia
Reviewed-by: @openeuler-basic
Signed-off-by: @openeuler-basic
2023-05-11 03:01:44 +00:00
caodongxia
a20620c109
improve pyproject_install macro
2023-05-11 10:44:59 +08:00
openeuler-ci-bot
146d4ce7bf
!132 支持使用pyproject.toml来构建软件包
...
From: @caodongxia
Reviewed-by: @openeuler-basic
Signed-off-by: @openeuler-basic
2023-04-23 03:40:13 +00:00
caodongxia
b17ca39990
support pyproject compilation
2023-04-20 19:21:26 +08:00
openeuler-ci-bot
a76fcc2c5e
!124 修复riscv64上brp-ldconfig失效问题
...
From: @laokz
Reviewed-by: @openeuler-basic
Signed-off-by: @openeuler-basic
2023-04-10 00:20:48 +00:00
laokz
b1c962c264
fix riscv64 default library directory of brp-ldconfig
2023-03-24 10:05:40 +08:00
openeuler-ci-bot
5a4967ad1b
!123 Fix kmod rpm install failed
...
From: @xin3liang
Reviewed-by: @openeuler-basic
Signed-off-by: @openeuler-basic
2023-03-17 07:29:15 +00:00
Xinliang Liu
290861e7bc
Fix kmod rpm install failed
...
Fix kmod rpm install failed which built via macro kernel_module_package.
Remove "%global _use_internal_dependency_generator 0" to workaround
below install dependency error, because current kernel rpm doesn't
provide kernel symbols.
"nothing provides kernel(xx) .. needed by kmod-.."
See issue:
https://gitee.com/src-openeuler/openEuler-rpm-config/issues/I6NR1U
Use path "/usr/sbin/depmod" instead of "/sbin/depmod" to fix install
error: "nothing provides /sbin/depmod needed by kmod-xx".
Remove "echo "/lib/firmware/"" to fix below build error:
"error: Directory not found: /xx/BUILDROOT/xxx/lib/firmware"
Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org>
2023-03-17 02:30:45 +00:00
openeuler-ci-bot
c068c88fee
!122 add support for EBS sign
...
From: @HuaxinLuGitee
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
2023-01-16 02:41:17 +00:00
Huaxin Lu
f1576a29d1
add support for EBS sign
2023-01-14 11:23:18 +08:00
openeuler-ci-bot
bfd4d81189
!118 fix config error for loongarch64
...
From: @huajingyun
Reviewed-by: @xujing99
Signed-off-by: @xujing99
2022-12-14 09:33:45 +00:00
Jingyun Hua
707c68c379
fix config error for loongarch64
...
Signed-off-by: Jingyun Hua <huajingyun@loongson.cn>
2022-12-14 09:25:43 +00:00
openeuler-ci-bot
d7667021fd
!113 add loongarch64 for golang_arches
...
From: @zhangwenlong01
Reviewed-by: @xujing99
Signed-off-by: @xujing99
2022-12-14 01:22:56 +00:00