Blame SPECS/ansible-collection-containers-podman.spec

rdobuilder 764af0
%global collection_namespace containers
rdobuilder 764af0
%global collection_name podman
rdobuilder 764af0
rdobuilder 764af0
Name:           ansible-collection-%{collection_namespace}-%{collection_name}
rdobuilder 624521
Version:        1.9.2
rdobuilder 764af0
Release:        1%{?dist}
rdobuilder 764af0
Summary:        Podman Ansible collection for Podman containers
rdobuilder 764af0
rdobuilder 764af0
License:        GPLv3+
rdobuilder 764af0
URL:            %{ansible_collection_url}
rdobuilder 764af0
Source:         https://github.com/containers/ansible-podman-collections/archive/%{version}.tar.gz
rdobuilder 764af0
rdobuilder 624521
BuildRequires:  ansible-packaging
rdobuilder 764af0
rdobuilder 764af0
BuildArch:      noarch
rdobuilder 764af0
rdobuilder 764af0
%description
rdobuilder 764af0
%{summary}.
rdobuilder 764af0
rdobuilder 764af0
%prep
rdobuilder 764af0
%autosetup -n ansible-podman-collections-%{version}
rdobuilder 764af0
sed -i -e 's/version:.*/version: %{version}/' galaxy.yml
rdobuilder 764af0
find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{}' +
rdobuilder 764af0
rm -vr changelogs/ ci/ contrib/ tests/ ./galaxy.yml.in .github/ .gitignore
rdobuilder 764af0
rdobuilder 764af0
%build
rdobuilder 764af0
%ansible_collection_build
rdobuilder 764af0
rdobuilder 764af0
%install
rdobuilder 764af0
%ansible_collection_install
rdobuilder 764af0
rdobuilder 764af0
%files
rdobuilder 764af0
%license COPYING
rdobuilder 764af0
%doc README.md
rdobuilder 764af0
%{ansible_collection_files}
rdobuilder 764af0
rdobuilder 764af0
%changelog
rdobuilder 624521
rdobuilder 624521
* Mon Mar 21 2022 Jakob Meng <code@jakobmeng.de> - 1.9.2-1
rdobuilder 624521
- Bump to 1.9.2
rdobuilder 624521
rdobuilder 624521
* Sat Jan 29 2022 Maxwell G <gotmax@e.email> - 1.9.1-3
rdobuilder 624521
- Switch to ansible-packaging.
rdobuilder 624521
rdobuilder 624521
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-2
rdobuilder 624521
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
rdobuilder 624521
rdobuilder 624521
* Thu Jan 13 2022 Sagi Shnaidman <sshnaidm@redhat.com> - 1.9.1-1
rdobuilder 624521
- Bump to 1.9.1
rdobuilder 624521
rdobuilder 624521
* Thu Nov 25 2021 Sagi Shnaidman <sshnaidm@redhat.com> - 1.8.3-1
rdobuilder 624521
- Bump to 1.8.3
rdobuilder 624521
rdobuilder 764af0
* Tue Nov 09 2021 Sagi Shnaidman <sshnaidm@redhat.com> - 1.8.2-1
rdobuilder 764af0
- Bump to 1.8.2
rdobuilder 764af0
rdobuilder 764af0
* Thu Oct 14 2021 Sagi Shnaidman <sshnaidm@redhat.com> - 1.6.1-3
rdobuilder 764af0
- Use ansible or ansible-core as BuildRequires
rdobuilder 764af0
rdobuilder 764af0
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2
rdobuilder 764af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
rdobuilder 764af0
rdobuilder 764af0
* Tue Jun 08 2021 Sagi Shnaidman <sshnaidm@redhat.com> - 1.6.1-1
rdobuilder 764af0
- Bump to 1.6.1-1
rdobuilder 764af0
rdobuilder 764af0
* Sun Feb 21 2021 Sagi Shnaidman <sshnaidm@redhat.com> - 1.4.1-2
rdobuilder 764af0
- Resolving RPM issues
rdobuilder 764af0
rdobuilder 764af0
* Tue Feb 09 2021 Sagi Shnaidman <sshnaidm@redhat.com> - 1.4.1-1
rdobuilder 764af0
- Initial package