Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

17 commits

Author SHA1 Message Date
Maxwell G
803cbc4254 Orphaned for 6+ weeks 2024-10-28 19:03:09 -05:00
Fedora Release Engineering
2a282844bf Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-17 17:04:23 +00:00
Fedora Release Engineering
99c369713d Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-22 23:07:20 +00:00
Fedora Release Engineering
57b5f66d49 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-19 13:02:34 +00:00
Maxwell G
eb07759ef5
Fix Python 3.12 test failures 2023-12-12 04:35:29 +00:00
Maxwell G
d8a06d3aaf
Update to 3.16.0. Fixes rhbz#2143247. 2023-12-12 02:55:45 +00:00
Fedora Release Engineering
c47645e3c0 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-19 13:21:15 +00:00
Fedora Release Engineering
3c620d1013 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-18 21:47:58 +00:00
Igor Raits
91c5305d37
Update to 3.9.0 2022-11-28 16:55:51 +01:00
Maxwell G
01072b9d99 Patch galaxy.yml to build_ignore unnecessary files 2022-10-24 11:40:45 -05:00
Maxwell G
ab14dadfbb Get rid of %collection_name* macros
The latest ansible-packaging no longer requires these macros. The macros
are longer than the literal values and make the specfile harder to read.
2022-10-24 11:40:45 -05:00
Maxwell G
73ff7eb0c2 Run unit tests 2022-10-24 11:40:45 -05:00
Maxwell G
a8cf45455e Use SPDX license identifier 2022-10-24 11:40:45 -05:00
Maxwell G
6c1553ff16 Update to 3.8.1. Fixes rhbz#2128028. 2022-10-24 11:40:44 -05:00
Fedora Release Engineering
aa30eff31a Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-20 20:52:22 +00:00
Maxwell G
97629cd184
Update to 3.7.1. Fixes rhbz#2079402. 2022-07-03 21:12:03 -05:00
Maxwell G
4ca720628e
Rebuild for new ansible-packaging. 2022-05-12 16:02:29 -05:00
5 changed files with 1 additions and 97 deletions

9
.gitignore vendored
View file

@ -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

View file

@ -1,3 +0,0 @@
# ansible-collection-netbox-netbox
The ansible-collection-netbox-netbox package

View file

@ -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
View file

@ -0,0 +1 @@
Orphaned for 6+ weeks

View file

@ -1 +0,0 @@
SHA512 (ansible-collection-netbox-netbox-3.7.0.tar.gz) = efccd286590bc9f4b80e3cad39545eefb1f6da08771cefe10764685ad375e8e751f1cfb5fa4f31117020afa16cbc955d88ba86fbfd7b29da5576153b2b35a34c