Skip to content

Commit

Permalink
Add Python 3.11 subpackage to be usable in ansible-core 2.14 for el8 (#…
Browse files Browse the repository at this point in the history
…697)

Signed-off-by: Martin Nečas <necas.marty@gmail.com>
  • Loading branch information
mnecas committed Mar 30, 2023
1 parent fd20e99 commit 2880593
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 7 additions & 4 deletions ovirt-ansible-collection.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -88,6 +88,9 @@ sh build.sh install %{collectionname}
%license licenses

%changelog
* Thu Mar 23 2023 Martin Necas <mnecas@redhat.com> - 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 <mnecas@redhat.com> - 3.1.1-1
- hosted_engine_setup - Vdsm now uses -n flag for all qemu-img convert calls.
- ovirt_cluster_info - Fix example patter.
Expand Down

0 comments on commit 2880593

Please sign in to comment.