Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit 29069b3

Browse files
author
Johannes Meyer
committed
Raise version to 1.0rc1
1 parent 01d8c21 commit 29069b3

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9
1+
1.0rc1

elasticarmor.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
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

89
Name: elasticarmor
9-
Version: 0.9
10-
Release: %{revision}%{?dist}
10+
Version: 1.0
1111
Summary: HTTP reverse proxy to secure Elasticsearch.
1212
Group: System Environment/Daemons
1313
License: 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

icingaweb2-module-elasticarmor.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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

67
Name: icingaweb2-module-elasticarmor
7-
Version: 0.9
8-
Release: %{revision}%{?dist}
8+
Version: 1.0
99
Summary: ElasticArmor Configuration Module
1010
Group: Applications/System
1111
License: 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

lib/elasticarmor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ElasticArmor | (c) 2016 NETWAYS GmbH | GPLv2+
22

3-
VERSION = '0.9'
3+
VERSION = '1.0rc1'
44
APP_NAME = 'ElasticArmor'
55
SYSLOG_DATE_FORMAT = '%b %e %H:%M:%S'
66
SYSLOG_FORMAT ='%(asctime)s %(name)s: %(message)s'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: elasticarmor
2-
Version: 0.9
2+
Version: 1.0rc1
33
Depends: elasticsearch
44
Description: ElasticArmor Configuration Module
55
This module provides a graphical user-interface to configure ElasticArmor.

setup.py

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

55
setup(
66
name='elasticarmor',
7-
version='0.9',
7+
version='1.0rc1',
88
license='GPLv2+',
99
author='NETWAYS GmbH',
1010
author_email='info@netways.de',

0 commit comments

Comments
 (0)