packaging: Move dlog_redirect_stdout utility to dlogutil package 03/255703/1
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Mon, 22 Mar 2021 21:22:35 +0000 (22:22 +0100)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Mon, 22 Mar 2021 21:23:24 +0000 (22:23 +0100)
This is where other utilities are.

Change-Id: I08b1152411d61ce514078df43d8806e72b414888

packaging/dlog.spec

index 8aa68a9..140f38a 100644 (file)
@@ -144,14 +144,6 @@ Requires:   lib%{name} = %{version}-%{release}
 %description -n libdlog-redirect-stdout-devel
 Redirect standard streams to dlog log buffers
 
-%package -n dlog-redirect-stdout
-Summary:    Utility to launch any binary with output redirected to dlog
-Group:      Development/Libraries
-Requires:   lib%{name} = %{version}-%{release}
-
-%description -n dlog-redirect-stdout
-Utility to launch any binary with output redirected to dlog
-
 %package doc
 Summary: dlog documentation
 BuildRequires: doxygen
@@ -266,6 +258,7 @@ install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
 %attr(755,log,log) %{_bindir}/dlogsend
 %attr(750,log,log) %{_bindir}/dlog_cleanup
 %attr(750,log,log) %{_bindir}/dlogmetrics
+%attr(755,log,log) %{_bindir}/dlog_redirect_stdout
 %{_unitdir}/dlog_cleanup.service
 
 %if %{with dlog_dynamic_filters}
@@ -362,11 +355,6 @@ chsmack -e 'System' %{_libexecdir}/dlog-log-critical
 %{_libdir}/pkgconfig/dlog-redirect-stdout.pc
 %{_libdir}/libdlog_redirect_stdout.so
 
-%files -n dlog-redirect-stdout
-%manifest dlog.manifest
-%license LICENSE.APACHE2.0 LICENSE.MIT
-%attr(755,log,log) %{_bindir}/dlog_redirect_stdout
-
 %files doc
 %manifest dlog.manifest
 %license LICENSE.APACHE2.0 LICENSE.MIT