summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyoungJune Park <mj2004.park@samsung.com>2017-12-08 12:11:07 +0900
committerMyoungJune Park <mj2004.park@samsung.com>2017-12-08 14:12:51 +0900
commit1e3f5ea22dbb29c5c81297f3f68aeb8fbf58f738 (patch)
tree535fe0c89a03bc9ce1292285e837a876a8d9c9d7
parent9217cf5c8330d81bf099014207dadeefc419c4ae (diff)
downloadfactory-reset-1e3f5ea22dbb29c5c81297f3f68aeb8fbf58f738.tar.gz
factory-reset-1e3f5ea22dbb29c5c81297f3f68aeb8fbf58f738.tar.bz2
factory-reset-1e3f5ea22dbb29c5c81297f3f68aeb8fbf58f738.zip
split userdata-backup pkg from factory-reset
Change-Id: I43421fee696927912710b03ea42c476519016be9 Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
-rwxr-xr-xpackaging/factory-reset.spec16
1 files changed, 15 insertions, 1 deletions
diff --git a/packaging/factory-reset.spec b/packaging/factory-reset.spec
index 0662111..545429e 100755
--- a/packaging/factory-reset.spec
+++ b/packaging/factory-reset.spec
@@ -36,6 +36,14 @@ preconfiguration
It would be not only called by testers after many kind of verification tests
but it also be called by Manufacture Steps for all products.
+%package userdata-backup
+Summary: Vconf internal keys (devel)
+Group: Application Framework/Configuration
+
+
+%description userdata-backup
+userdata-backup make a backup data for user r/w data area by archieving with tar/zip.
+
%prep
%setup -q
@@ -84,7 +92,10 @@ install -m 0644 %SOURCE3 %{buildroot}%{_datadir}/dbus-1/system-services/org.tize
%{_libdir}/systemd/system/multi-user.target.wants/factory-reset.service
%license LICENSE
/etc/smack/accesses2.d/%{name}.rule
-%attr(700,root,root) %{_bindir}/*.sh
+%attr(700,root,root) %{_bindir}/factoryreset-verify-result.sh*
+%attr(700,root,root) %{_bindir}/factoryreset-verify.sh
+%attr(700,root,root) %{_bindir}/run-factory-reset.sh*
+
%attr(755,root,root) %{_bindir}/rstsmack
%attr(744,root,root) %{_bindir}/factory-reset
%{_datadir}/dbus-1/system-services/org.tizen.factory-reset.service
@@ -94,3 +105,6 @@ install -m 0644 %SOURCE3 %{buildroot}%{_datadir}/dbus-1/system-services/org.tize
%if 0%{?sec_product_feature_security_mdfpp_enable}
%attr(700,root,root) %{_bindir}/resetCCMode
%endif
+
+%files userdata-backup
+%attr(700,root,root) %{_bindir}/build-backup-data.sh*