From 58c98cb37e8652256635b4839deb554a5564ddc2 Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Mon, 2 May 2016 11:06:47 +0900 Subject: [PATCH] Modify uid/gid from system to root Change-Id: Icb05840d2525796615dcab53173af956b427ffd9 --- packaging/tel-plugin-nitz.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/tel-plugin-nitz.spec b/packaging/tel-plugin-nitz.spec index 1a44855..eaf06d6 100644 --- a/packaging/tel-plugin-nitz.spec +++ b/packaging/tel-plugin-nitz.spec @@ -3,7 +3,7 @@ %define major 0 %define minor 1 -%define patchlevel 73 +%define patchlevel 74 Name: tel-plugin-nitz Summary: nitz plugin for telephony @@ -52,7 +52,7 @@ rm -rf %{buildroot} %files %manifest tel-plugin-nitz.manifest -%defattr(644,system,system,-) +%defattr(644,root,root,-) %{_libdir}/telephony/plugins/* %if 0%{?test_enable} %{test_bindir}/nitz_test.sh -- 2.7.4