Skip to content

Commit 3e48e53

Browse files
authored
Release 4.6.1-1 (#101)
Signed-off-by: Martin Nečas <[email protected]>
1 parent b9f1fac commit 3e48e53

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.1"
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
@@ -118,6 +118,9 @@ API.
118118
%endif
119119

120120
%changelog
121+
* Wed Mar 1 2023 Martin Necas <[email protected]> - 4.6.1-1
122+
- Add Python 3.11 subpackage to be usable in ansible-core-2.14
123+
121124
* Fri Nov 25 2022 Martin Perina <[email protected]> - 4.6.0-1
122125
- Update to model 4.6.0
123126
- Switch from Python 3.8 to 3.9 on EL8 to support ansible-core >= 2.13

0 commit comments

Comments
 (0)