From ff56e715ea3ffd6bc9713f7b984662b603b61a96 Mon Sep 17 00:00:00 2001 From: s_c_c Date: Wed, 24 Apr 2024 14:47:22 +0800 Subject: [PATCH] Apply the 5th patch --- distributed-beget.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/distributed-beget.spec b/distributed-beget.spec index d7b702b..4432097 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 -- Gitee