From 7cf0ab3aad3feabd1077355e5869f1bca400253c Mon Sep 17 00:00:00 2001 From: Ondra Machacek Date: Tue, 16 Oct 2018 13:43:59 +0200 Subject: [PATCH] Release 1.1.9 (#47) Change-Id: I0e60651de4235f9568cfbf6e6833f0668a3e6f0b Signed-off-by: Ondra Machacek --- build.sh | 4 ++-- ovirt-ansible-infra.spec.in | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 2c7ee5a..d246201 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash VERSION="1.1.9" -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 6403ee6..b1cf5e7 100644 --- a/ovirt-ansible-infra.spec.in +++ b/ovirt-ansible-infra.spec.in @@ -49,6 +49,11 @@ sh build.sh install %license LICENSE %changelog +* Tue Oct 16 2018 Ondra Machacek - 1.1.9-1 +- Workaround to fix async tasks of PR #44726. gh#46 +- Add missing library dir to RPM. gh#45 +- Adding authentication_keys option to os_volume EP. gh#33 + * Tue Sep 18 2018 Ondra Machacek - 1.1.8-1 - Support using engine_fqdn instead of url. - Check for empty ovirt_auth dict.