Remove tools package 23/307923/1 accepted/tizen/8.0/unified/20240318.143245
authorSangYoun Kwak <sy.kwak@samsung.com>
Thu, 14 Mar 2024 06:43:51 +0000 (15:43 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Thu, 14 Mar 2024 07:53:28 +0000 (16:53 +0900)
The update-control-tools package contains 'fota' command but it will be
added to the update-control package.

Change-Id: I7d7184b836785476968bc89a1f8c451bbdcf0732
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
packaging/update-control.spec

index 67ef66717090722ed89373d662ffca53a5fa9361..93a0693996f425f54460de07dad7dcb65308a5bb 100644 (file)
@@ -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