Skip to content

Commit

Permalink
Merge pull request #224 from thekad/community.crypto
Browse files Browse the repository at this point in the history
Adding community.crypto, removing requirements.yml
  • Loading branch information
thekad authored Apr 4, 2024
2 parents 74c5741 + 4399277 commit e808fd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
8 changes: 6 additions & 2 deletions ansible-collection-redhatci-ocp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global forgeurl https://github.com/%{org}/%{repo}

Name: %{repo}
Version: 0.4.EPOCH
Version: 0.5.EPOCH
Release: VERS%{?dist}
Summary: Red Hat OCP CI Collection for Ansible

Expand All @@ -16,6 +16,7 @@ BuildArch: noarch

Requires: ansible-collection-ansible-posix
Requires: ansible-collection-ansible-utils
Requires: ansible-collection-community-crypto
Requires: ansible-collection-community-general
Requires: ansible-collection-community-kubernetes
Requires: ansible-collection-community-libvirt
Expand Down Expand Up @@ -50,7 +51,10 @@ find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{


%changelog
* Mon Feb 12 2024 Tony Garcia <[email protected]> - 0.4.EPOCH-VER
* Wed Mar 20 2024 Jorge A Gallegos <[email protected]> - 0.5.EPOCH-VERS
- Adding community.crypto dependency

* Mon Feb 12 2024 Tony Garcia <[email protected]> - 0.4.EPOCH-VERS
- Add requirements

* Tue Nov 21 2023 Frederic Lepied <[email protected]> 0.3.EPOCH-VERS
Expand Down
1 change: 1 addition & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ license_file: ''
dependencies:
"ansible.posix": "*"
"ansible.utils": "*"
"community.crypto": "2.18.0"
"community.general": "7.0.1"
"community.kubernetes": "1.2.1"
"community.libvirt": "*"
Expand Down
10 changes: 0 additions & 10 deletions requirements.yml

This file was deleted.

0 comments on commit e808fd5

Please sign in to comment.