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.