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