diff --git a/build.sh b/build.sh index 56e01ec1..dee4d42c 100755 --- a/build.sh +++ b/build.sh @@ -1,10 +1,10 @@ #!/bin/bash VERSION="3.1.2" -MILESTONE="master" -# MILESTONE="" -RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" -# RPM_RELEASE="1" +# MILESTONE="master" +MILESTONE="" +# RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" +RPM_RELEASE="1" BUILD_TYPE=$2 BUILD_PATH=$3 diff --git a/ovirt-ansible-collection.spec.in b/ovirt-ansible-collection.spec.in index b4d1910b..38479814 100644 --- a/ovirt-ansible-collection.spec.in +++ b/ovirt-ansible-collection.spec.in @@ -31,10 +31,10 @@ Requires: python3.11-passlib %endif %if 0%{?rhel} < 9 -Requires: python39-ovirt-imageio-client -Requires: python39-ovirt-engine-sdk4 >= 4.5.0 -Requires: python39-jmespath -Requires: python39-passlib +Requires: python3.11-ovirt-imageio-client +Requires: python3.11-ovirt-engine-sdk4 >= 4.5.0 +Requires: python3.11-jmespath +Requires: python3.11-passlib %endif Obsoletes: ansible < 2.10.0 @@ -88,6 +88,9 @@ sh build.sh install %{collectionname} %license licenses %changelog +* Thu Mar 23 2023 Martin Necas - 3.1.2-1 +- Add Python 3.11 subpackage to be usable in ansible-core 2.14 for el8 + * Fri Mar 3 2023 Martin Necas - 3.1.1-1 - hosted_engine_setup - Vdsm now uses -n flag for all qemu-img convert calls. - ovirt_cluster_info - Fix example patter.