diff --git a/ansible-builder-3.0.0.tar.gz b/ansible-builder-3.0.0.tar.gz deleted file mode 100644 index 71b9d4b..0000000 --- a/ansible-builder-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:218d54ddc3ce9b84b0bacf27a9979b0436ca2ce0288a0002ed78c252a561da5d -size 88930 diff --git a/ansible-builder-3.0.1.tar.gz b/ansible-builder-3.0.1.tar.gz new file mode 100644 index 0000000..1753f16 --- /dev/null +++ b/ansible-builder-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1ca1823f4269def9d6d3c0a6d0932c2b5740b51769162fdfd6e4a05cf38ce9 +size 94539 diff --git a/ansible-builder.changes b/ansible-builder.changes index 794cb53..3a44f59 100644 --- a/ansible-builder.changes +++ b/ansible-builder.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Feb 24 13:08:34 UTC 2024 - Johannes Kastl + +- 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 diff --git a/ansible-builder.spec b/ansible-builder.spec index 27ca21e..0e99cdc 100644 --- a/ansible-builder.spec +++ b/ansible-builder.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ %endif Name: ansible-builder -Version: 3.0.0 +Version: 3.0.1 Release: 0 Summary: An Ansible execution environment builder License: Apache-2.0 @@ -56,6 +56,7 @@ BuildRequires: python-rpm-macros # https://github.com/ansible/ansible-builder/blob/devel/requirements.txt BuildRequires: %{ansible_python}-PyYAML BuildRequires: %{ansible_python}-bindep +BuildRequires: %{ansible_python}-filelock BuildRequires: %{ansible_python}-jsonschema BuildRequires: %{ansible_python}-pbr BuildRequires: %{ansible_python}-requirements-parser