Skip to content

Commit

Permalink
okconfig-1.3.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
gardart committed Dec 6, 2017
1 parent 242288b commit 013242d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
#- "2.6" # Python 2.6 is no longur supported in builds
#- "2.6" # Python 2.6 is no longer supported in builds
- "2.7"
install:
- pip install 'pynag<=0.8.9'
Expand Down
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Changes in 1.3.1.1
Changes in 1.3.2-1
- Template upgrades
- New exclusions added for windows services

Changes in 1.3.1-1
- Dependency fixes
- New exclusions added for windows services

Expand Down
5 changes: 4 additions & 1 deletion okconfig.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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


%changelog
* Wed Dec 06 2017 Gardar Thorsteinsson <[email protected]> 1.3.2-1
- Template upgrades

* Fri Nov 17 2016 Gardar Thorsteinsson <[email protected]> 1.3.1-1
- Updated dependency list - removed nagios package
- Added new service exclusions to windows template
Expand Down
2 changes: 1 addition & 1 deletion okconfig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__copyright__ = "Copyright 2011, Pall Sigurdsson"
__credits__ = ["Pall Sigurdsson"]
__license__ = "GPL"
__version__ = "1.3.1"
__version__ = "1.3.2"
__maintainer__ = "Pall Sigurdsson"
__email__ = "[email protected]"
__status__ = "Development"
Expand Down
2 changes: 1 addition & 1 deletion rel-eng/packages/okconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1-1 /
1.3.2-1 /
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

NAME = "okconfig"
VERSION = '1.3.1'
VERSION = '1.3.2'
SHORT_DESC = "%s - Powertools to generate Nagios configuration files" % NAME
LONG_DESC = """
%s contains tools and templates for enterprise quality nagios configuration.
Expand Down
2 changes: 1 addition & 1 deletion usr/bin/okconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


# No real need to change anything below here
version = "1.3.1"
version = "1.3.2"

import sys
import okconfig
Expand Down

0 comments on commit 013242d

Please sign in to comment.