diff --git a/.gitignore b/.gitignore index e69de29..04db482 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,2 @@ +/standard-test-roles-0.2.tar.gz +/standard-test-roles-0.3.tar.gz diff --git a/sources b/sources index e69de29..eb9c2f9 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +SHA512 (standard-test-roles-0.3.tar.gz) = 9afb992d6d2f1cfd68a1e93a3fe601d450db282eee862a7ec79c7b7790de9c1ed61274ac83fc1ca57d8e153fea69fc03915b83c762f11f3fc74cb556f878e589 diff --git a/standard-test-roles.spec b/standard-test-roles.spec new file mode 100644 index 0000000..842e9ee --- /dev/null +++ b/standard-test-roles.spec @@ -0,0 +1,48 @@ +Name: standard-test-roles +Version: 0.3 +Release: 1%{?dist} +Summary: Standard Test Interface Ansible roles + +License: MIT +URL: https://fedoraproject.org/wiki/Changes/InvokingTestsAnsible +Source0: http://releases.pagure.org/%{name}/%{name}-%{version}.tar.gz + +BuildArch: noarch +BuildRequires: coreutils +Requires: ansible + +%description +Shared Ansible roles to support the Standard Test Interface as described +at %{url}. + + +%prep +%autosetup + + +%build + + +%install +mkdir -p %{buildroot}%{_sysconfdir}/ansible/roles +cp -pr roles/* %{buildroot}%{_sysconfdir}/ansible/roles/ + + +%files +%license LICENSE +%doc README.md +%config %{_sysconfdir}/ansible/roles/* + + +%changelog +* Wed May 03 2017 Merlin Mathesius - 0.3-1 +- Sync with upstream release 0.3. + +* Tue May 02 2017 Merlin Mathesius - 0.2-2 +- Updates based on review feedback. + +* Thu Apr 27 2017 Merlin Mathesius - 0.2-1 +- Sync with upstream release 0.2. + +* Wed Apr 26 2017 Merlin Mathesius - 0.1-1 +- Initial packaging for Fedora.