Compare commits
17 commits
epel8-next
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
803cbc4254 | ||
|
|
2a282844bf | ||
|
|
99c369713d | ||
|
|
57b5f66d49 | ||
|
|
eb07759ef5 |
||
|
|
d8a06d3aaf |
||
|
|
c47645e3c0 | ||
|
|
3c620d1013 | ||
|
|
91c5305d37 |
||
|
|
01072b9d99 | ||
|
|
ab14dadfbb | ||
|
|
73ff7eb0c2 | ||
|
|
a8cf45455e | ||
|
|
6c1553ff16 | ||
|
|
aa30eff31a | ||
|
|
97629cd184 |
||
|
|
4ca720628e |
5 changed files with 1 additions and 97 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -1,9 +0,0 @@
|
|||
/ansible-collection-netbox-netbox-0.1.10.tar.gz
|
||||
/ansible-collection-netbox-netbox-0.2.1.tar.gz
|
||||
/ansible-collection-netbox-netbox-0.3.1.tar.gz
|
||||
/ansible-collection-netbox-netbox-1.2.0.tar.gz
|
||||
/ansible-collection-netbox-netbox-2.0.0.tar.gz
|
||||
/ansible-collection-netbox-netbox-3.4.0.tar.gz
|
||||
/ansible-collection-netbox-netbox-3.5.1.tar.gz
|
||||
/ansible-collection-netbox-netbox-3.6.0.tar.gz
|
||||
/ansible-collection-netbox-netbox-3.7.0.tar.gz
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# ansible-collection-netbox-netbox
|
||||
|
||||
The ansible-collection-netbox-netbox package
|
||||
|
|
@ -1,84 +0,0 @@
|
|||
%global collection_namespace netbox
|
||||
%global collection_name netbox
|
||||
|
||||
Name: ansible-collection-%{collection_namespace}-%{collection_name}
|
||||
Version: 3.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Netbox modules for Ansible
|
||||
|
||||
License: GPLv3+
|
||||
URL: %{ansible_collection_url}
|
||||
Source: https://github.com/netbox-community/ansible_modules/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: ansible-packaging
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n ansible_modules-%{version}
|
||||
sed -i -e '1{\@^#!.*@d}' plugins/modules/*.py
|
||||
rm -vr .{github,gitignore,readthedocs.yml} tests/integration
|
||||
|
||||
%build
|
||||
%ansible_collection_build
|
||||
|
||||
%install
|
||||
%ansible_collection_install
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md CHANGELOG.rst
|
||||
%{ansible_collection_files}
|
||||
|
||||
%changelog
|
||||
* Tue Apr 19 2022 Maxwell G <gotmax@e.email> - 3.7.0-1
|
||||
- Update to 3.7.0. Fixes rhbz#2076449.
|
||||
|
||||
* Sat Mar 05 2022 Maxwell G <gotmax@e.email> - 3.6.0-1
|
||||
- Update to 3.6.0. Fixes rhbz#2059115.
|
||||
|
||||
* Mon Feb 21 2022 Maxwell G <gotmax@e.email> - 3.5.1-1
|
||||
- Update to 3.5.1. Fixes rhbz#2039713.
|
||||
- Migrate BR to ansible-packaging.
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Dec 03 2021 Kevin Fenzi <kevin@scrye.com> - 3.4.0-1
|
||||
- Update to 3.4.0. Fixes rhbz#2028317
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Thu Feb 04 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.0.0-1
|
||||
- Update to 2.0.0
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sat Jan 16 2021 Kevin Fenzi <kevin@scrye.com> - 1.2.0-3
|
||||
- Rebuild against new ansible-generator and allow to be used by ansible-base-2.10.x
|
||||
|
||||
* Wed Dec 30 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.2.0-2
|
||||
- Drop runtime dependencies
|
||||
|
||||
* Tue Dec 29 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.2.0-1
|
||||
- Update to 1.2.0
|
||||
|
||||
* Sun Aug 09 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.1-1
|
||||
- Update to 0.3.1
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Thu Jun 04 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.1-1
|
||||
- Update to 0.2.1
|
||||
|
||||
* Sun Apr 19 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.10-1
|
||||
- Update to 0.1.10
|
||||
|
||||
* Wed Mar 04 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.9-1
|
||||
- Initial package
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (ansible-collection-netbox-netbox-3.7.0.tar.gz) = efccd286590bc9f4b80e3cad39545eefb1f6da08771cefe10764685ad375e8e751f1cfb5fa4f31117020afa16cbc955d88ba86fbfd7b29da5576153b2b35a34c
|
||||
Reference in a new issue