Blob Blame History Raw
Name:           centos-release-ansible-5
Version:        1
Release:        1%{?dist}
Summary:        Ansible 5.x packages from the CentOS ConfigManagement SIG repository

License:        MIT
URL:            https://wiki.centos.org/SpecialInterestGroup/ConfigManagementSIG/Ansible
Source0:        CentOS-SIG-ansible-5.repo
Requires:       centos-release-configmanagement
BuildArch:      noarch

%description
Ansible 5 tools and packages as delivered via the CentOS ConfigManagement SIG.

%prep

%build

%install
mkdir -p %{buildroot}%{_sysconfdir}/yum.repos.d
install -Dpm0644 -t %{buildroot}%{_sysconfdir}/yum.repos.d %{S:0}

%files
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-SIG-ansible-5.repo

%changelog
* Tue Apr 12 2022 Fabian Arrotin <arrfab@centos.org> - 1-1
- Initial package for ansible 5.x