Accepting request 877399 from home:mnhauke:network:automation

- Update to version 1.31
  * PyPi package had wrong license (MIT). Changed to GPLv3.
  * Minor changes to variable parsing and applying.
  * A fix for the "sql" template. A new reserved keyword has been
    renamed.
  * Minor changes and improvements to the "html_fancy" template.

OBS-URL: https://build.opensuse.org/request/show/877399
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible-cmdb?expand=0&rev=3
This commit is contained in:
Klaus Kämpf 2021-03-07 09:05:10 +00:00 committed by Git OBS Bridge
parent e730a4d234
commit ae5b705bea
3 changed files with 18 additions and 4 deletions

3
ansible-cmdb-1.31.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8de9a02e3f0740967537850f6263756dca1bf506cd95c1f2ef7f4ee6d9ff23b8
size 568889

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Mar 6 14:13:28 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.31
* PyPi package had wrong license (MIT). Changed to GPLv3.
* Minor changes to variable parsing and applying.
* A fix for the "sql" template. A new reserved keyword has been
renamed.
* Minor changes and improvements to the "html_fancy" template.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 24 18:26:05 UTC 2019 - Martin Hauke <mardnh@gmx.de> Sun Nov 24 18:26:05 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,8 @@
# #
# spec file for package ansible-cmdb # spec file for package ansible-cmdb
# #
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de> # Copyright (c) 2021 SUSE LLC
# Copyright (c) 2019-2021, Martin Hauke <mardnh@gmx.de>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,11 +13,12 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: ansible-cmdb Name: ansible-cmdb
Version: 1.30 Version: 1.31
Release: 0 Release: 0
Summary: Ansible Configuration Management Database Summary: Ansible Configuration Management Database
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -85,5 +87,4 @@ cd test/ && python3 ./test.py -v
%{_prefix}/lib/ansiblecmdb/data/* %{_prefix}/lib/ansiblecmdb/data/*
%{_mandir}/man1/ansible-cmdb.1%{ext_man} %{_mandir}/man1/ansible-cmdb.1%{ext_man}
%changelog %changelog