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- 0.9
1+ 1.0rc1
Original file line number Diff line number Diff line change 44%{! ?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
55
66%define revision 1
7+ %define pre_release_tag rc1
78
89Name: elasticarmor
9- Version: 0.9
10- Release: %{revision }%{?dist }
10+ Version: 1.0
1111Summary: HTTP reverse proxy to secure Elasticsearch.
1212Group: System Environment/Daemons
1313License: GPLv2+
@@ -55,7 +55,7 @@ Elasticsearch to regulate access to its REST api.
5555
5656
5757%prep
58- %setup -q -n ElasticArmor-v%{version }
58+ %setup -q -n ElasticArmor-v%{version }%{? pre_release_tag }
5959
6060%build
6161
Original file line number Diff line number Diff line change 11# ElasticArmor | (c) 2016 NETWAYS GmbH | GPLv2+
22
33%define revision 1
4+ %define pre_release_tag rc1
45%define basedir %{_datadir }/icingaweb2/modules/elasticarmor
56
67Name: icingaweb2-module-elasticarmor
7- Version: 0.9
8- Release: %{revision }%{?dist }
8+ Version: 1.0
99Summary: ElasticArmor Configuration Module
1010Group: Applications/System
1111License: GPLv2+
@@ -40,7 +40,7 @@ This module provides a graphical user-interface to configure ElasticArmor.
4040
4141
4242%prep
43- %setup -q -n ElasticArmor-%{version }
43+ %setup -q -n ElasticArmor-v %{version }%{? pre_release_tag }
4444
4545%build
4646
Original file line number Diff line number Diff line change 11# ElasticArmor | (c) 2016 NETWAYS GmbH | GPLv2+
22
3- VERSION = '0.9 '
3+ VERSION = '1.0rc1 '
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: 0.9
2+ Version: 1.0rc1
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 = '0.9 ' ,
7+ version = '1.0rc1 ' ,
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