diff --git a/ovirt-ansible-image-template-1.1.12.tar.gz b/ovirt-ansible-image-template-1.1.12.tar.gz deleted file mode 100644 index a1cb691..0000000 Binary files a/ovirt-ansible-image-template-1.1.12.tar.gz and /dev/null differ diff --git a/ovirt-ansible-image-template-1.2.2.tar.gz b/ovirt-ansible-image-template-1.2.2.tar.gz new file mode 100644 index 0000000..69ec7fc Binary files /dev/null and b/ovirt-ansible-image-template-1.2.2.tar.gz differ diff --git a/ovirt-ansible-image-template.spec b/ovirt-ansible-image-template.spec index 2d80eb2..59a96f2 100644 --- a/ovirt-ansible-image-template.spec +++ b/ovirt-ansible-image-template.spec @@ -4,25 +4,23 @@ %global roleprefix_legacy_uppercase oVirt. %global ansible_roles_dir ansible/roles -Name: ovirt-ansible-image-template -Summary: Ansible role to create virtual machine template from disk image -Version: 1.1.12 -Release: 2%{?release_suffix}%{?dist} -Source0: http://resources.ovirt.org/pub/src/ovirt-ansible-image-template/ovirt-ansible-image-template-1.1.12.tar.gz -License: ASL 2.0 +Name: ovirt-ansible-image-template +Summary: Ansible role to create virtual machine template from disk image +Version: 1.2.2 +Release: 1 +Source0: http://resources.ovirt.org/pub/src/%{name}/%{name}-%{version}.tar.gz +License: ASL 2.0 Group: Virtualization/Management BuildArch: noarch Url: http://www.ovirt.org -Requires: ansible-2.9 >= 2.7.2 +Requires: ansible >= 2.9.0 %description This Ansible role provide funtionality to create virtual machine template from disk image. %pretrans -p --- Remove the legacy directory before installing the symlink. This is known issue in RPM: --- https://fedoraproject.org/wiki/Packaging:Directory_Replacement path_dash = "%{_datadir}/%{ansible_roles_dir}/%{roleprefix_legacy}%{rolename}" path_uppercase = "%{_datadir}/%{ansible_roles_dir}/%{roleprefix_legacy_uppercase}%{rolename}" @@ -60,6 +58,9 @@ sh build.sh install %license LICENSE %changelog +* Tue May 30 2023 jiangxinyu - 1.2.2-1 +- Upgrade package version to 1.2.2 + * Thu Sep 15 2021 wulei - 1.1.12-2 - Change require from ansible to ansible-2.9