Name: aboot-deploy Version: 0.5 Release: 1%{?dist} Summary: Deploy aboot License: GPLv2+ Source0: aboot-deploy BuildArch: noarch %description Aboot-deploy is a tool that given a aboot (Android) image, writes it to the relevant bootloader partition. %prep %build %install install -Dm755 %{SOURCE0} %{buildroot}%{_bindir}/aboot-deploy %files %{_bindir}/aboot-deploy %changelog * Tue Apr 23 2024 Eric Curtin - Deploy vbmeta partition also. * Mon Apr 15 2024 Eric Curtin - Remove pipefail, pipes fail deliberately in some parts of this script. * Mon Apr 8 2024 Eric Curtin - Add aboot-deploy -l option for flashing Android Boot Images to the correct slot * Sun Jul 16 2023 Eric Curtin - In the presence of no AB switching tool, allow single slot upgrades - selinux fix, change of label * Mon Jun 26 2023 Eric Curtin - Integrate abctl/qbootctl * Wed Jan 11 2023 Eric Curtin - Changed to take ab partitioning into account * Wed Jan 11 2023 Eric Curtin - Added noarch, it's a shell script * Wed Oct 12 2022 Eric Curtin - Initial version