diff --git a/.automation/generate-setup-files.sh b/.automation/generate-setup-files.sh index 1565838..825d459 100755 --- a/.automation/generate-setup-files.sh +++ b/.automation/generate-setup-files.sh @@ -1,8 +1,10 @@ #!/bin/sh -e VERSION="4.6.0" -MILESTONE=master -RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" +#MILESTONE=master +MILESTONE= +#RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" +RPM_RELEASE=1 PACKAGE_NAME="python-ovirt-engine-sdk4" diff --git a/python-ovirt-engine-sdk4.spec.in b/python-ovirt-engine-sdk4.spec.in index aa76526..d0bb467 100644 --- a/python-ovirt-engine-sdk4.spec.in +++ b/python-ovirt-engine-sdk4.spec.in @@ -83,6 +83,10 @@ API. %endif %changelog +* Fri Nov 25 2022 Martin Perina - 4.6.0-1 +- Update to model 4.6.0 +- Switch from Python 3.8 to 3.9 on EL8 to support ansible-core >= 2.13 + * Thu Aug 4 2022 Ori Liel - 4.5.2 - Update to model 4.5.11