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