Skip to content

Commit 44b7f50

Browse files
committed
set version to 2.0.17
1 parent 0b30bc4 commit 44b7f50

File tree

14 files changed

+110
-21
lines changed

14 files changed

+110
-21
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OESS_VERSION=2.0.16
1+
OESS_VERSION=2.0.17
22
OESS_NETWORK=oess
33
TEST_FILES=
44

app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME= oess-core
2-
VERSION = 2.0.16
2+
VERSION = 2.0.17
33

44
rpm: dist
55
rpmbuild -ta dist/$(NAME)-$(VERSION).tar.gz

app/oess-core.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: oess-core
2-
Version: 2.0.16
2+
Version: 2.0.17
33
Release: 1%{?dist}
44
Summary: The core OESS service providers
55

@@ -20,7 +20,7 @@ Requires: /bin/bash
2020
Requires: /usr/bin/perl
2121
Requires: perl(base), perl(constant), perl(strict), perl(warnings)
2222

23-
Requires: perl-OESS >= 2.0.16
23+
Requires: perl-OESS >= 2.0.17
2424

2525
Requires: perl(AnyEvent), perl(AnyEvent::DBus), perl(AnyEvent::RabbitMQ)
2626
Requires: perl(CPAN), perl(CPAN::Shell)

frontend/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME= oess-frontend
2-
VERSION = 2.0.16
2+
VERSION = 2.0.17
33

44
rpm: dist
55
rpmbuild -ta dist/$(NAME)-$(VERSION).tar.gz

frontend/oess-frontend.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: oess-frontend
2-
Version: 2.0.16
3-
Release: 2%{?dist}
2+
Version: 2.0.17
3+
Release: 1%{?dist}
44
Summary: The OESS webservices and user interface
55

66
Group: Network
@@ -14,14 +14,14 @@ BuildRequires: python >= 2.6, python-libs >= 2.6
1414
BuildRequires: python-simplejson
1515
BuildRequires: rh-nodejs8-nodejs == 8.11.4
1616

17-
Requires: oess-core >= 2.0.16
17+
Requires: oess-core >= 2.0.17
1818
Requires: yui
1919
Requires: httpd, mod_ssl
2020
Requires: nddi-tiles
2121
Requires: perl-Crypt-SSLeay
2222
Requires: xmlsec1, xmlsec1-openssl
2323

24-
Requires: perl-OESS >= 2.0.16
24+
Requires: perl-OESS >= 2.0.17
2525

2626
Requires: perl(strict), perl(warnings)
2727
Requires: perl(AnyEvent)

oess.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Summary: OESS Metapackage
22
Name: oess
3-
Version: 2.0.16
3+
Version: 2.0.17
44
Release: 1%{?dist}
55
License: Apache
66
Group: GRNOC
77
#Source:
88
URL: http://globalnoc.iu.edu
99
Buildroot: %{_tmppath}/%{name}-root
10-
Requires: oess-core >= 2.0.16
11-
Requires: oess-frontend >= 2.0.16
10+
Requires: oess-core >= 2.0.17
11+
Requires: oess-frontend >= 2.0.17
1212

1313
%description
1414
Package that installs all of the OESS packages

perl-lib/OESS/MANIFEST

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ lib/OESS/Webservice.pm
9292
lib/OESS/Workgroup.pm
9393
Makefile.PL
9494
MANIFEST This list of files
95-
perl-OESS-2.0.16.tar.gz
95+
perl-OESS-2.0.17.tar.gz
9696
perl-OESS.spec
9797
share/customer-templates/cisco/2900/ios124/template.txt
9898
share/customer-templates/cisco/3700/ios124/template.txt
@@ -157,6 +157,7 @@ share/upgrade/oess-2.0.12-2.0.13
157157
share/upgrade/oess-2.0.13-2.0.14
158158
share/upgrade/oess-2.0.14-2.0.15
159159
share/upgrade/oess-2.0.15-2.0.16
160+
share/upgrade/oess-2.0.16-2.0.17
160161
share/upgrade/oess-2.0.2-2.0.3
161162
share/upgrade/oess-2.0.3-2.0.4
162163
share/upgrade/oess-2.0.4-2.0.5

perl-lib/OESS/lib/OESS/Database.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ OESS::Database - Database Interaction Module
3131
3232
=head1 VERSION
3333
34-
Version 2.0.16
34+
Version 2.0.17
3535
3636
=cut
3737

38-
our $VERSION = '2.0.16';
38+
our $VERSION = '2.0.17';
3939

4040
=head1 SYNOPSIS
4141
@@ -84,7 +84,7 @@ use Data::Dumper;
8484

8585
use Socket qw( inet_aton inet_ntoa);
8686

87-
use constant VERSION => '2.0.16';
87+
use constant VERSION => '2.0.17';
8888
use constant MAX_VLAN_TAG => 4096;
8989
use constant MIN_VLAN_TAG => 1;
9090
use constant OESS_PW_FILE => "/etc/oess/.passwd.xml";

perl-lib/OESS/perl-OESS.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: OESS Perl Libraries
22
Name: perl-OESS
3-
Version: 2.0.16
3+
Version: 2.0.17
44
Release: 1%{?dist}
55
License: APL 2.0
66
Group: Network

perl-lib/OESS/share/nddi.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ CREATE TABLE `oess_version` (
773773

774774
LOCK TABLES `oess_version` WRITE;
775775
/*!40000 ALTER TABLE `oess_version` DISABLE KEYS */;
776-
INSERT INTO `oess_version` VALUES ('2.0.16');
776+
INSERT INTO `oess_version` VALUES ('2.0.17');
777777
/*!40000 ALTER TABLE `oess_version` ENABLE KEYS */;
778778
UNLOCK TABLES;
779779

0 commit comments

Comments
 (0)