This repository was archived by the owner on Mar 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
icingaweb2-module-elasticarmor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 1.0rc1
1+ 1.0rc2
Original file line number Diff line number Diff line change 33%{! ?__python2: %global __python2 /usr/bin/python2}
44%{! ?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
55
6- %define revision 1
7- %define pre_release_tag rc1
6+ %define revision 2
7+ %define pre_release_tag rc2
88
99Name: elasticarmor
1010Version: 1.0
Original file line number Diff line number Diff line change 11# ElasticArmor | (c) 2016 NETWAYS GmbH | GPLv2+
22
3- %define revision 1
4- %define pre_release_tag rc1
3+ %define revision 2
4+ %define pre_release_tag rc2
55%define basedir %{_datadir }/icingaweb2/modules/elasticarmor
66
77Name: icingaweb2-module-elasticarmor
Original file line number Diff line number Diff line change 11# ElasticArmor | (c) 2016 NETWAYS GmbH | GPLv2+
22
3- VERSION = '1.0rc1 '
3+ VERSION = '1.0rc2 '
44APP_NAME = 'ElasticArmor'
55SYSLOG_DATE_FORMAT = '%b %e %H:%M:%S'
66SYSLOG_FORMAT = '%(asctime)s %(name)s: %(message)s'
Original file line number Diff line number Diff line change 11Module: elasticarmor
2- Version: 1.0rc1
2+ Version: 1.0rc2
33Depends: elasticsearch
44Description: ElasticArmor Configuration Module
55 This module provides a graphical user-interface to configure ElasticArmor.
Original file line number Diff line number Diff line change 44
55setup (
66 name = 'elasticarmor' ,
7- version = '1.0rc1 ' ,
7+ version = '1.0rc2 ' ,
88 license = 'GPLv2+' ,
99 author = 'NETWAYS GmbH' ,
1010 author_email = 'info@netways.de' ,
You can’t perform that action at this time.
0 commit comments