Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

Name: %{?scl_prefix}rubygem-%{gem_name}
Version: 3.2.1
Release: 1%{?foremandist}%{?dist}
Release: 2%{?foremandist}%{?dist}
Summary: Smart-Proxy Ansible plugin
Group: Applications/Internet
License: GPLv3
Expand Down Expand Up @@ -47,7 +47,6 @@ Provides: foreman-proxy-plugin-%{plugin_name} = %{version}
# end specfile generated dependencies

%{?scl:Obsoletes: rubygem-%{gem_name}}
Obsoletes: %{?scl_prefix}rubygem-foreman_ansible_core

%description
Smart-Proxy ansible plugin.
Expand Down Expand Up @@ -144,6 +143,9 @@ ln -sv %{_root_sysconfdir}/foreman-proxy/ansible.cfg %{buildroot}%{foreman_proxy
%doc %{gem_instdir}/README.md

%changelog
* Mon Jul 12 2021 Evgeni Golov - 3.2.1-2
- Do not obsolete ansible_core from smart_proxy_ansible

* Wed Jun 23 2021 Adam Ruzicka <[email protected]> 3.2.1-1
- Update to 3.2.1

Expand Down