Blame ansible-collection-netbox-netbox.spec

4b1ba64
%global collection_namespace netbox
4b1ba64
%global collection_name netbox
4b1ba64
4b1ba64
Name:           ansible-collection-%{collection_namespace}-%{collection_name}
0bddd7c
Version:        1.2.0
70e193e
Release:        2%{?dist}
4b1ba64
Summary:        Netbox modules for Ansible
4b1ba64
4b1ba64
License:        GPLv3+
4b1ba64
URL:            %{ansible_collection_url}
4b1ba64
Source:         https://github.com/netbox-community/ansible_modules/archive/v%{version}/%{name}-%{version}.tar.gz
4b1ba64
4b1ba64
BuildRequires:  ansible
4b1ba64
4b1ba64
BuildArch:      noarch
4b1ba64
4b1ba64
%description
4b1ba64
%{summary}.
4b1ba64
4b1ba64
%prep
4b1ba64
%autosetup -n ansible_modules-%{version}
4b1ba64
sed -i -e '1{\@^#!.*@d}' plugins/modules/*.py
0bddd7c
rm -vr .{github,gitignore,travis.yml,readthedocs.yml} tests/integration
4b1ba64
4b1ba64
%build
4b1ba64
%ansible_collection_build
4b1ba64
4b1ba64
%install
4b1ba64
%ansible_collection_install
4b1ba64
4b1ba64
%files
4b1ba64
%license LICENSE
0bddd7c
%doc README.md CHANGELOG.rst
4b1ba64
%{ansible_collection_files}
4b1ba64
4b1ba64
%changelog
70e193e
* Wed Dec 30 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.2.0-2
70e193e
- Drop runtime dependencies
70e193e
0bddd7c
* Tue Dec 29 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.2.0-1
0bddd7c
- Update to 1.2.0
0bddd7c
83deec5
* Sun Aug 09 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.1-1
83deec5
- Update to 0.3.1
83deec5
954c812
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-2
954c812
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
954c812
5359b81
* Thu Jun 04 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.1-1
5359b81
- Update to 0.2.1
5359b81
4b1ba64
* Sun Apr 19 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.10-1
4b1ba64
- Update to 0.1.10
4b1ba64
4b1ba64
* Wed Mar 04 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.9-1
4b1ba64
- Initial package