Skip to content

Commit 013242d

Browse files
committed
okconfig-1.3.2-1
1 parent 242288b commit 013242d

7 files changed

Lines changed: 14 additions & 7 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
#- "2.6" # Python 2.6 is no longur supported in builds
3+
#- "2.6" # Python 2.6 is no longer supported in builds
44
- "2.7"
55
install:
66
- pip install 'pynag<=0.8.9'

CHANGES

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
Changes in 1.3.1.1
1+
Changes in 1.3.2-1
2+
- Template upgrades
3+
- New exclusions added for windows services
4+
5+
Changes in 1.3.1-1
26
- Dependency fixes
37
- New exclusions added for windows services
48

okconfig.spec

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

77
Summary: Python Nagios Template management and configuration power tools
88
Name: okconfig
9-
Version: 1.3.1
9+
Version: 1.3.2
1010
Release: %{release}%{?dist}
1111
Source0: https://github.com/opinkerfi/okconfig/archive/%{name}-%{version}-%{release}.tar.gz
1212
License: GPLv2
@@ -103,6 +103,9 @@ fi
103103

104104

105105
%changelog
106+
* Wed Dec 06 2017 Gardar Thorsteinsson <gardar@ok.is> 1.3.2-1
107+
- Template upgrades
108+
106109
* Fri Nov 17 2016 Gardar Thorsteinsson <gardar@ok.is> 1.3.1-1
107110
- Updated dependency list - removed nagios package
108111
- Added new service exclusions to windows template

okconfig/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
__copyright__ = "Copyright 2011, Pall Sigurdsson"
3030
__credits__ = ["Pall Sigurdsson"]
3131
__license__ = "GPL"
32-
__version__ = "1.3.1"
32+
__version__ = "1.3.2"
3333
__maintainer__ = "Pall Sigurdsson"
3434
__email__ = "palli@opensource.is"
3535
__status__ = "Development"

rel-eng/packages/okconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.1-1 /
1+
1.3.2-1 /

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44

55
NAME = "okconfig"
6-
VERSION = '1.3.1'
6+
VERSION = '1.3.2'
77
SHORT_DESC = "%s - Powertools to generate Nagios configuration files" % NAME
88
LONG_DESC = """
99
%s contains tools and templates for enterprise quality nagios configuration.

usr/bin/okconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
# No real need to change anything below here
20-
version = "1.3.1"
20+
version = "1.3.2"
2121

2222
import sys
2323
import okconfig

0 commit comments

Comments
 (0)