Accepting request 1150151 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1150151 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-builder?expand=0&rev=3
This commit is contained in:
commit
776b6e2243
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:218d54ddc3ce9b84b0bacf27a9979b0436ca2ce0288a0002ed78c252a561da5d
|
|
||||||
size 88930
|
|
3
ansible-builder-3.0.1.tar.gz
Normal file
3
ansible-builder-3.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:af1ca1823f4269def9d6d3c0a6d0932c2b5740b51769162fdfd6e4a05cf38ce9
|
||||||
|
size 94539
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 24 13:08:34 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 3.0.1:
|
||||||
|
* Wrap variable in double quotes by @Akasurde in #537
|
||||||
|
* definition.rst: Add link to Galaxy requirements file format;
|
||||||
|
add example of specifying collection version by @Andersson007
|
||||||
|
in #549
|
||||||
|
* Docs: mention a few base images as examples, using a free one
|
||||||
|
as the default by @felixfontein in #544
|
||||||
|
* Update to the builder documentation by @acozine in #552
|
||||||
|
* Document PKGMGR_PRESERVE_CACHE by @Akasurde in #558
|
||||||
|
* Added scenarios for version 3 by @Akasurde in #538
|
||||||
|
* Docs: Using prepend_base by @Akasurde in #563
|
||||||
|
* collection_metadata: improve documentation by @Andersson007 in
|
||||||
|
#551
|
||||||
|
* Improve CLI usage docs by @Andersson007 in #559
|
||||||
|
* Fix container policy for version 3 by @Shrews in #654
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 19 05:38:45 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Fri May 19 05:38:45 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ansible-builder
|
# spec file for package ansible-builder
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -38,7 +38,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ansible-builder
|
Name: ansible-builder
|
||||||
Version: 3.0.0
|
Version: 3.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An Ansible execution environment builder
|
Summary: An Ansible execution environment builder
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -56,6 +56,7 @@ BuildRequires: python-rpm-macros
|
|||||||
# https://github.com/ansible/ansible-builder/blob/devel/requirements.txt
|
# https://github.com/ansible/ansible-builder/blob/devel/requirements.txt
|
||||||
BuildRequires: %{ansible_python}-PyYAML
|
BuildRequires: %{ansible_python}-PyYAML
|
||||||
BuildRequires: %{ansible_python}-bindep
|
BuildRequires: %{ansible_python}-bindep
|
||||||
|
BuildRequires: %{ansible_python}-filelock
|
||||||
BuildRequires: %{ansible_python}-jsonschema
|
BuildRequires: %{ansible_python}-jsonschema
|
||||||
BuildRequires: %{ansible_python}-pbr
|
BuildRequires: %{ansible_python}-pbr
|
||||||
BuildRequires: %{ansible_python}-requirements-parser
|
BuildRequires: %{ansible_python}-requirements-parser
|
||||||
|
Loading…
Reference in New Issue
Block a user