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-13 11:03:53 +0900
commitee9978c9097382f02da09cf180a0ac613a594e59 (patch)
treea8bedc7a6205a2c33534e06473ab6ce0da123698
parent9fd2c27a63e99d30887170d32a6d2c697f6c3f7d (diff)
downloadfactory-reset-submit/tizen_4.0/20171213.020601.tar.gz
factory-reset-submit/tizen_4.0/20171213.020601.tar.bz2
factory-reset-submit/tizen_4.0/20171213.020601.zip
split userdata-backup pkg from factory-resetsubmit/tizen_4.0/20171213.020601
Change-Id: I43421fee696927912710b03ea42c476519016be9 Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
-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*