From: SangYoun Kwak Date: Thu, 14 Mar 2024 06:43:51 +0000 (+0900) Subject: Remove tools package X-Git-Tag: accepted/tizen/unified/20240318.071423^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d259de49f051e6ad128d30ce7a33b0fc323e6c0;p=platform%2Fcore%2Fsystem%2Fupdate-control.git 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 --- 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