Skip to content

Commit d3bbf45

Browse files
committed
Version 5
1 parent aab269d commit d3bbf45

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

rpm/resalloc-openstack.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
Name: %srcname
1717
Summary: Resource allocator scripts for OpenStack
18-
Version: 4
18+
Version: 5
1919
Release: 1%{?dist}
2020
License: GPLv2+
2121
URL: https://github.com/praiskup/resalloc-openstack
@@ -70,6 +70,9 @@ Resource allocator spawner/terminator scripts for OpenStack
7070

7171

7272
%changelog
73+
* Wed Jun 12 2019 Pavel Raiskup <praiskup@redhat.com> - 5-1
74+
- compat for older novaclient
75+
7376
* Fri Apr 19 2019 Pavel Raiskup <praiskup@redhat.com> - 4-1
7477
- work-around broken fedorainfracloud:
7578
https://pagure.io/fedora-infrastructure/issue/7711

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_requirements():
4444

4545
setup(
4646
name=project,
47-
version='4',
47+
version='5',
4848
description='Spawning/terminating scripts for openstack',
4949
long_description=long_description,
5050
author='Pavel Raiskup',

0 commit comments

Comments
 (0)