Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .automation/generate-setup-files.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh -e

VERSION="4.6.3"
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

PACKAGE_NAME="python-ovirt-engine-sdk4"

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ htmlcov/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
Expand Down
3 changes: 3 additions & 0 deletions python-ovirt-engine-sdk4.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ API.
* Fri Apr 18 2025 Jean-Louis Dupond <jean-louis@dupond.be> - 4.6.3-1
- Drop el8 support
- Drop Python 3.11 subpackage, as this is not needed for ansible-core on el9
- Drop usage on python-six
- Add el10 support
- Update to model 4.6.1

* Thu Mar 23 2023 Martin Necas <mnecas@redhat.com> - 4.6.2-1
- Add Python 3.11 subpackage to be usable in ansible-core 2.14 for el8
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.