Modify uid/gid from system to root 35/68035/1 accepted/tizen/common/20160502.183653 accepted/tizen/ivi/20160503.010922 accepted/tizen/mobile/20160503.010819 accepted/tizen/tv/20160503.010831 accepted/tizen/wearable/20160503.010855 submit/tizen/20160502.062918
authorWootak Jung <wootak.jung@samsung.com>
Mon, 2 May 2016 02:03:14 +0000 (11:03 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Mon, 2 May 2016 02:04:00 +0000 (11:04 +0900)
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
Change-Id: I73ad146187862dbc2f4e87ea5193ac39239877e7

packaging/libtapi.spec

index cc5b0db..6cc3196 100644 (file)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 8
-%define patchlevel 1
+%define patchlevel 2
 
 Name:           libtapi
 Version:        %{major}.%{minor}.%{patchlevel}
@@ -61,14 +61,14 @@ mkdir -p %{buildroot}%{_datadir}/license
 
 %files
 %manifest libtapi.manifest
-%defattr(644,system,system,-)
+%defattr(644,root,root,-)
 #%doc COPYING
-%attr(755,system,system) %{_bindir}/tapitest
+%attr(755,root,root) %{_bindir}/tapitest
 %{_libdir}/*.so.*
 %{_datadir}/license/libslp-tapi
 
 %files devel
-%defattr(644,system,system,-)
+%defattr(644,root,root,-)
 %{_includedir}/telephony-client/*.h
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/*.so