Skip to content

Commit 4500a65

Browse files
author
guido tijskens
committed
oci-utils 0.12.7-0
1 parent 27fe4f3 commit 4500a65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

buildrpm/oci-utils.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: oci-utils
2-
Version: 0.12.6
2+
Version: 0.12.7
33
Release: 12%{?dist}
44
Url: http://cloud.oracle.com/iaas
55
Summary: Oracle Cloud Infrastructure utilities

lib/oci_utils/impl/init_script_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def start(self):
9393
raise Exception('start of init script has failed')
9494

9595
def stop(self):
96-
_logger.debug('Stoping the service')
96+
_logger.debug('Stopping the service')
9797
if sudo_utils.call([self.path, 'stop']):
9898
raise Exception('stop of init script has failed')
9999

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def run(self):
364364

365365
setup(
366366
name="oci-utils",
367-
version="0.12.6",
367+
version="0.12.7",
368368
author="Laszlo Peter, Qing Lin, Guido Tijskens, Emmanuel Jannetti",
369369
author_email="laszlo.peter@oracle.com, qing.lin@oracle.com, guido.tijskens@oracle.com, emmanuel.jannetti@oracle.com",
370370
description="Oracle Cloud Infrastructure utilities",

0 commit comments

Comments
 (0)