Name: ansible-role-robertdebock-backup Version: 3.1.4 Release: 1%{?dist} Summary: An ansible role to make backups of your system License: Apache-2.0 URL: https://galaxy.ansible.com/ui/standalone/roles/robertdebock/backup/ Source0: https://github.com/robertdebock/ansible-role-backup/releases/download/ansible-role-backup-%{version}.tar.gz BuildArch: noarch BuildRequires: ansible-packaging BuildRequires: coreutils %description The purpose of this Ansible role is to make backups of your system. %prep %setup -q -n ansible-role-backup-%{version} %install /usr/bin/mkdir -p $RPM_BUILD_ROOT/%{ansible_roles_dir}/robertdebock.backup /usr/bin/cp -r * $RPM_BUILD_ROOT/%{ansible_roles_dir}/robertdebock.backup %check # build.sla test %files %license LICENSE %doc CONTRIBUTING.md README.md %{ansible_roles_dir}/robertdebock.backup %changelog * Sun Feb 09 2025 Emmanuel Seyman - 3.1.4-1 - Initial release on an unsuspecting world