From 12d8b2cdab470fe8512246e01561cc744ba77859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ne=C4=8Das?= Date: Thu, 30 Jul 2020 15:15:39 +0200 Subject: [PATCH] Release 1.2.2 (#77) * Release 1.2.2 * add changelog --- 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 b28a29f..8ba98d5 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash 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.infra" PACKAGE_NAME="ovirt-ansible-infra" diff --git a/ovirt-ansible-infra.spec.in b/ovirt-ansible-infra.spec.in index 9f89991..ff7f63f 100644 --- a/ovirt-ansible-infra.spec.in +++ b/ovirt-ansible-infra.spec.in @@ -59,6 +59,11 @@ sh build.sh install %license LICENSE %changelog +* Thu Jul 30 2020 Martin Necas - 1.2.2-1 +- Add localfs as storage type +- Add label option to logical networks +- Make hosts variable name dynamic + * Mon Dec 2 2019 Martin Necas - 1.2.1-1 - Add build for el8.