From 51e4750e6704a7fa5a9d9004924821f810cd3bcf Mon Sep 17 00:00:00 2001 From: Mateusz Moscicki Date: Tue, 26 Apr 2022 16:04:17 +0200 Subject: [PATCH] Move bow-restore to a separate package Change-Id: I6898d19f61c5e0282b0de87d8fbcfb42bdbdd682 --- packaging/initrd-fota.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packaging/initrd-fota.spec b/packaging/initrd-fota.spec index 060362a..cfefee7 100755 --- a/packaging/initrd-fota.spec +++ b/packaging/initrd-fota.spec @@ -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 -- 2.7.4