update to 1.2.2
This commit is contained in:
parent
da2940296f
commit
d63f314a71
Binary file not shown.
BIN
ovirt-ansible-image-template-1.2.2.tar.gz
Normal file
BIN
ovirt-ansible-image-template-1.2.2.tar.gz
Normal file
Binary file not shown.
@ -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: 1%{?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.7.2
|
||||
Requires: ansible >= 2.9.0
|
||||
|
||||
%description
|
||||
This Ansible role provide funtionality to create virtual machine template from disk
|
||||
image.
|
||||
|
||||
%pretrans -p <lua>
|
||||
-- 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,5 +58,8 @@ sh build.sh install
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Dec 17 2021 liqiuyu <liqiuyu@kylinos.cn> - 1.2.2-1
|
||||
- upgrade package
|
||||
|
||||
* Wed Mar 04 2020 Huihui Fu <huihui.fu@cs2c.com.cn> - 1.1.12-1
|
||||
- Package Initialization
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user