diff --git a/distributed-beget.spec b/distributed-beget.spec index d7b702b7c36da1ddd4b911a0fbdb4c509eb08a8a..4432097b6c8bb36c24c6e7ccf5ec7e6624ea0b30 100644 --- a/distributed-beget.spec +++ b/distributed-beget.spec @@ -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 - 1.0.0-6 +- Apply the 5th patch + * Mon Apr 8 2024 s_c_c - 1.0.0-5 - Fix compile errors and BUILD.gn for embedded after refactor