Skip to content

Commit 75a4bdb

Browse files
committed
Release 4.6.3-1
- Update changelog - Generate correct version Signed-off-by: Jean-Louis Dupond <[email protected]>
1 parent 6517998 commit 75a4bdb

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.automation/generate-setup-files.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/sh -e
22

33
VERSION="4.6.3"
4-
MILESTONE=master
5-
# MILESTONE=
6-
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
7-
# RPM_RELEASE=1
4+
# MILESTONE=master
5+
MILESTONE=
6+
#RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
7+
RPM_RELEASE=1
88

99
PACKAGE_NAME="python-ovirt-engine-sdk4"
1010

python-ovirt-engine-sdk4.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ API.
5656
* Fri Apr 18 2025 Jean-Louis Dupond <[email protected]> - 4.6.3-1
5757
- Drop el8 support
5858
- Drop Python 3.11 subpackage, as this is not needed for ansible-core on el9
59+
- Drop usage on python-six
60+
- Add el10 support
61+
- Update to model 4.6.1
5962

6063
* Thu Mar 23 2023 Martin Necas <[email protected]> - 4.6.2-1
6164
- Add Python 3.11 subpackage to be usable in ansible-core 2.14 for el8

0 commit comments

Comments
 (0)