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 f66ab9a..1113dd3 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.cluster-upgrade" PACKAGE_NAME="ovirt-ansible-cluster-upgrade" diff --git a/ovirt-ansible-cluster-upgrade.spec.in b/ovirt-ansible-cluster-upgrade.spec.in index 3eac96a..19a404d 100644 --- a/ovirt-ansible-cluster-upgrade.spec.in +++ b/ovirt-ansible-cluster-upgrade.spec.in @@ -60,6 +60,9 @@ sh build.sh install %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.