nvwa.spec: strip all binarys when build
nvwa is generated by golang, and it misses some buildid notes. So it may lead to the following error: No build ID note found Just ignore this error to let rpm to strip the binary. Signed-off-by: Longjun Luo <luolongjuna@gmail.com> (cherry picked from commit b3555e273994bced5caa67350369848700f02200)
This commit is contained in:
parent
d35f1d651c
commit
d7d02fe3bc
@ -20,7 +20,7 @@ Requires: gcc
|
|||||||
%description
|
%description
|
||||||
A tool used to automate the process of seamless update of the openEuler.
|
A tool used to automate the process of seamless update of the openEuler.
|
||||||
|
|
||||||
%global debug_package %{nil}
|
%undefine _missing_build_ids_terminate_build
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-v%{version} -p1
|
%autosetup -n %{name}-v%{version} -p1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user