From 44d54eb074c29da482156f37b8e0091b4aef01cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ne=C4=8Das?= Date: Mon, 25 Nov 2019 14:44:53 +0100 Subject: [PATCH] Release 1.2.0 (#68) --- build.sh | 4 ++-- ovirt-ansible-infra.spec.in | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 9297ef2..ef5746f 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash VERSION="1.2.0" -MILESTONE=master -RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" +MILESTONE= +RPM_RELEASE="1" ROLE_NAME="ovirt.infra" PACKAGE_NAME="ovirt-ansible-infra" diff --git a/ovirt-ansible-infra.spec.in b/ovirt-ansible-infra.spec.in index e847b35..898d20d 100644 --- a/ovirt-ansible-infra.spec.in +++ b/ovirt-ansible-infra.spec.in @@ -59,6 +59,9 @@ sh build.sh install %license LICENSE %changelog +* Mon Nov 25 2019 Martin Necas - 1.2.0-1 +- Bump ansible to version 2.9.0. + * Tue Nov 5 2019 Martin Necas - 1.1.13-1 - Add host power management.