From 1d259de49f051e6ad128d30ce7a33b0fc323e6c0 Mon Sep 17 00:00:00 2001 From: SangYoun Kwak Date: Thu, 14 Mar 2024 15:43:51 +0900 Subject: [PATCH] Remove tools package The update-control-tools package contains 'fota' command but it will be added to the update-control package. Change-Id: Ib9818b26e2ea44d9f0819206c3be9c41a090cabc Signed-off-by: SangYoun Kwak --- packaging/update-control.spec | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/packaging/update-control.spec b/packaging/update-control.spec index 67ef667..93a0693 100644 --- a/packaging/update-control.spec +++ b/packaging/update-control.spec @@ -59,13 +59,6 @@ Requires: %{name} = %{version}-%{release} %description plugin -%package tools -Summary: Tools for update control -Group: System/Utilities -Requires: %{name} = %{version}-%{release} - -%description tools - %prep %setup -q cp %{SOURCE1001} . @@ -105,6 +98,7 @@ ln -s ../%{service_file} %{buildroot}/%{_unitdir}/multi-user.target.wants/%{serv %manifest %{name}.manifest %license LICENSE %{_libdir}/libupdate-control.so.* +%{_bindir}/fota %files daemon %{_bindir}/update-manager @@ -118,8 +112,3 @@ ln -s ../%{service_file} %{buildroot}/%{_unitdir}/multi-user.target.wants/%{serv %{_includedir}/system/update_control.h %{_libdir}/pkgconfig/*.pc %{_libdir}/libupdate-control.so - -%files tools -%manifest %{name}.manifest -%license LICENSE -%{_bindir}/fota -- 2.34.1