Name: ansible-role-robertdebock-update Version: 3.1.10 Release: 1%{?dist} Summary: An ansible role to add update and groups on your system License: Apache-2.0 URL: https://galaxy.ansible.com/ui/standalone/roles/robertdebock/update/ Source0: https://github.com/robertdebock/ansible-role-update/releases/download/ansible-role-update-%{version}.tar.gz BuildArch: noarch BuildRequires: ansible-packaging BuildRequires: coreutils Requires: ansible-core Requires: ansible-collection-community-general %description The purpose of this Ansible role is to install updates on your system. %prep %setup -q -n ansible-role-update-%{version} %install /usr/bin/mkdir -p $RPM_BUILD_ROOT/%{ansible_roles_dir}/robertdebock.update /usr/bin/cp -r * $RPM_BUILD_ROOT/%{ansible_roles_dir}/robertdebock.update %check # build.sla test %files %license LICENSE %doc CODE_OF_CONDUCT.md CONTRIBUTING.md README.md SECURITY.md %{ansible_roles_dir}/robertdebock.update %changelog * Sun Mar 15 2026 Emmanuel Seyman - 3.1.10-1 - Initial release on an unsuspecting world