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