From 56eda69e3ed22c2449e26a121137d56e74b06396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ne=C4=8Das?= Date: Fri, 20 Mar 2020 14:37:50 +0100 Subject: [PATCH] Release 1.2.2 (#66) * Release 1.2.2 * update changelog --- build.sh | 4 ++-- ovirt-ansible-image-template.spec.in | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 519e87a..140b7dd 100755 --- a/build.sh +++ b/build.sh @@ -2,8 +2,8 @@ VERSION="1.2.2" -MILESTONE=master -RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" +MILESTONE= +RPM_RELEASE="1" ROLE_NAME="ovirt.image-template" PACKAGE_NAME="ovirt-ansible-image-template" diff --git a/ovirt-ansible-image-template.spec.in b/ovirt-ansible-image-template.spec.in index e5addb5..2302ff8 100644 --- a/ovirt-ansible-image-template.spec.in +++ b/ovirt-ansible-image-template.spec.in @@ -60,6 +60,12 @@ sh build.sh install %license LICENSE %changelog +* Fri Mar 20 2020 Martin Necas - 1.2.2-1 +- Add template disks. +- Add file dependency. +- Add template timeout for import template. +- Add qcow_url_client_cert and qcow_url_client_key. + * Mon Dec 2 2019 Martin Necas - 1.2.1-1 - Add build for el8.