From 59fa6a3c3ecb12930782babbf06dc1589f279045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ne=C4=8Das?= Date: Mon, 2 Dec 2019 15:39:52 +0100 Subject: [PATCH] Release 1.2.1 (#182) --- automation.yaml | 1 + build.sh | 4 ++-- ovirt-ansible-roles.spec.in | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/automation.yaml b/automation.yaml index 0d02263..fcc3f1f 100644 --- a/automation.yaml +++ b/automation.yaml @@ -1,5 +1,6 @@ distros: - fc30 - el7 + - el8 release_branches: master: [ "ovirt-master" ] diff --git a/build.sh b/build.sh index 5b2287b..cad9051 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash VERSION="1.2.1" -MILESTONE=master -RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" +MILESTONE= +RPM_RELEASE="1" ROLE_NAME="ovirt.ansible-roles" PACKAGE_NAME="ovirt-ansible-roles" diff --git a/ovirt-ansible-roles.spec.in b/ovirt-ansible-roles.spec.in index f2ae5fb..ffacd7c 100644 --- a/ovirt-ansible-roles.spec.in +++ b/ovirt-ansible-roles.spec.in @@ -38,6 +38,9 @@ Collection of Ansible roles to ease the management and automation of the oVirt e %license LICENSE %changelog +* Mon Dec 2 2019 Martin Necas - 1.2.1-1 +- Add build for el8. + * Mon Nov 25 2019 Martin Necas - 1.2.0-1 - Bump ansible to version 2.9.0.