summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyoungJune Park <mj2004.park@samsung.com>2017-12-13 21:32:58 +0000
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2017-12-13 21:32:58 +0000
commit7dcc83f07bf944ca3cff2883e7ff78a52a7dead4 (patch)
treeb7982062b6a4b1f8d94da864f1609f2ab30d6893
parent6475068b5ba59ad9f247e176bb4373211ebb29ed (diff)
parentee9978c9097382f02da09cf180a0ac613a594e59 (diff)
downloadfactory-reset-submit/tizen_4.0/20171213.213624.tar.gz
factory-reset-submit/tizen_4.0/20171213.213624.tar.bz2
factory-reset-submit/tizen_4.0/20171213.213624.zip
Merge "split userdata-backup pkg from factory-reset" into tizen_4.0submit/tizen_4.0/20171213.213624accepted/tizen/4.0/unified/20171220.064247
-rwxr-xr-xpackaging/factory-reset.spec17
1 files changed, 16 insertions, 1 deletions
diff --git a/packaging/factory-reset.spec b/packaging/factory-reset.spec
index 0662111..60e2eb9 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,7 @@ 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
+%license LICENSE
+%attr(700,root,root) %{_bindir}/build-backup-data.sh*