Move bow-restore to a separate package 87/274387/1
authorMateusz Moscicki <m.moscicki2@partner.samsung.com>
Tue, 26 Apr 2022 14:04:17 +0000 (16:04 +0200)
committerMateusz Moscicki <m.moscicki2@partner.samsung.com>
Tue, 26 Apr 2022 14:24:45 +0000 (16:24 +0200)
Change-Id: I6898d19f61c5e0282b0de87d8fbcfb42bdbdd682

packaging/initrd-fota.spec

index 060362a9905b04b52e6b33406d7b95a0b8875add..cfefee7982f71040e58e3c72898940fddfc9be81 100755 (executable)
@@ -15,10 +15,15 @@ Requires: procps
 Requires: initrd-recovery
 Requires: device-mapper
 Requires: veritytool
+Requires: bow-restore
 
 %description
 package for building partition image for RAMDISK2 (ramdisk-recovery.img)
 
+%package -n bow-restore
+Summary: Package for the bow-restore - a tool to restore checkpointed data
+%description -n bow-restore
+package for the bow-reostre - a tool to restore checkpointed data
 
 %prep
 %setup -q
@@ -53,4 +58,7 @@ chsmack -e "System::Privileged" %{buildroot}%{init_script_dir}/progress_restart.
 %attr(700,root,root) %{init_script_dir}/*.sh
 %attr(700,root,root) %{_datadir}/initrd-recovery/initrd.list.d/*.list
 %attr(777,system,system) /opt/data/update
+
+%files -n bow-restore
+%manifest initrd-fota.manifest
 %attr(700,root,root) %{_sbindir}/bow-restore