Apply the 5th patch

This commit is contained in:
s_c_c 2024-04-24 14:47:22 +08:00
parent f44bbf33be
commit ff56e715ea

View File

@ -5,7 +5,7 @@
Name: distributed-beget
Version: 1.0.0
Release: 5
Release: 6
Summary: openEuler embedded softbus capability support
License: Apache License 2.0
URL: https://gitee.com/openeuler/distributed-beget.git
@ -44,6 +44,7 @@ cp -rf %{_builddir}/build/openeuler/compiler_gn/* %{_builddir}
%patch -P2 -p1 -d %{_builddir}/base/startup/init
%patch -P3 -p1 -d %{_builddir}/base/startup/init
%patch -P4 -p1 -d %{_builddir}/base/startup/init
%patch -P5 -p1 -d %{_builddir}/base/startup/init
# exit 0
%build
@ -106,6 +107,9 @@ ln -s /usr/include/init %{buildroot}%{build_opt}/openeuler/compiler_gn/%{interfa
%{build_opt}/*
%changelog
* Wed Apr 24 2024 s_c_c <shichuchao@huawei.com> - 1.0.0-6
- Apply the 5th patch
* Mon Apr 8 2024 s_c_c <shichuchao@huawei.com> - 1.0.0-5
- Fix compile errors and BUILD.gn for embedded after refactor