split userdata-backup pkg from factory-reset 11/163211/2
authorMyoungJune Park <mj2004.park@samsung.com>
Fri, 8 Dec 2017 03:11:07 +0000 (12:11 +0900)
committerMyoungJune Park <mj2004.park@samsung.com>
Fri, 8 Dec 2017 05:12:51 +0000 (14:12 +0900)
Change-Id: I43421fee696927912710b03ea42c476519016be9
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
packaging/factory-reset.spec

index 0662111ebadb6a1eea9c9f8ef4dbc87d610655fb..545429e176db05ab07b30a931a76aee79ac5fe64 100755 (executable)
@@ -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*