File tree Expand file tree Collapse file tree 8 files changed +20
-11
lines changed Expand file tree Collapse file tree 8 files changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ my $build = Module::Build->new(
24
24
create_packlist => 1,
25
25
# create_readme => 1,
26
26
create_makefile_pl => ' traditional' ,
27
- dist_version => ' 2.2.1_rc1 ' ,
28
- release_status => ' testing ' , # stable or testing
27
+ dist_version => ' 2.2.1 ' ,
28
+ release_status => ' stable ' , # stable or testing
29
29
dist_abstract => ' PostgreSQL multistate OCF resource agent for Pacemaker' ,
30
30
dist_author => [
31
31
' Mael Rimbault <mael.rimbault@dalibo.com>' ,
Original file line number Diff line number Diff line change 1
- # PAF v2.2.1 rc1
1
+ # PAF v2.2.1
2
2
3
- Release date: 2019-01-22
3
+ Release date: 2019-01-31
4
4
5
5
__ WARNING__ : This version is only compatible with at least Pacemaker 1.1.13 using
6
6
a corosync 2.x stack.
Original file line number Diff line number Diff line change
1
+ resource-agents-paf (2.2.1-1) unstable; urgency=low
2
+
3
+ * 2.2.1 minor release
4
+
5
+ -- Jehan-Guillaume (ioguix) de Rorthais <jgdr@dalibo.com> Thu, 31 Jan 2019 14:00:00 +0100
6
+
1
7
resource-agents-paf (2.2.1~rc1-1) unstable; urgency=low
2
8
3
9
* 2.2.1_rc1 release candidate
4
10
5
- -- Jehan-Guillaume (ioguix) de Rorthais <jgdr@dalibo.com> Tue, 22 Jan 2019 22:00:00 +0200
11
+ -- Jehan-Guillaume (ioguix) de Rorthais <jgdr@dalibo.com> Tue, 22 Jan 2019 22:00:00 +0100
6
12
7
13
resource-agents-paf (2.2.0-2) unstable; urgency=low
8
14
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use Config;
7
7
use File::Spec;
8
8
use Storable;
9
9
10
- my $VERSION = ' v2.2.1_rc1 ' ;
10
+ my $VERSION = ' v2.2.1 ' ;
11
11
12
12
my $_ocf_dirs = File::Spec-> tmpdir." /ocf_dirs.bin" ;
13
13
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ use OCF_Directories;
96
96
BEGIN {
97
97
use Exporter;
98
98
99
- our $VERSION = ' v2.2.1_rc1 ' ;
99
+ our $VERSION = ' v2.2.1 ' ;
100
100
our @ISA = (' Exporter' );
101
101
our @EXPORT = qw(
102
102
$__OCF_ACTION
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ use 5.008;
60
60
BEGIN {
61
61
use Exporter;
62
62
63
- our $VERSION = ' v2.2.1_rc1 ' ;
63
+ our $VERSION = ' v2.2.1 ' ;
64
64
our @ISA = (' Exporter' );
65
65
our @EXPORT = qw(
66
66
$OCF_SUCCESS
Original file line number Diff line number Diff line change 1
- %global _tag 2.2.1_rc1
1
+ %global _tag 2.2.1
2
2
%global _ocfroot /usr/lib/ocf
3
3
Name: resource-agents-paf
4
- Version: 2.2.1~rc1
4
+ Version: 2.2.1
5
5
Release: 1
6
6
Summary: PostgreSQL resource agent for Pacemaker
7
7
License: PostgreSQL
@@ -42,6 +42,9 @@ find "%{buildroot}" -type f -name .packlist -delete
42
42
%{_datadir }/resource-agents/ocft/configs/pgsqlms
43
43
44
44
%changelog
45
+ * Thu Jan 31 2019 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.2.1-1
46
+ - 2.2.1 minor release
47
+
45
48
* Tue Jan 22 2019 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.2.1rc1-1
46
49
- 2.2.1_rc1 release candidate
47
50
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ use OCF_ReturnCodes;
36
36
use OCF_Directories;
37
37
use OCF_Functions;
38
38
39
- our $VERSION = ' v2.2.1_rc1 ' ;
39
+ our $VERSION = ' v2.2.1 ' ;
40
40
our $PROGRAM = ' pgsqlms' ;
41
41
42
42
# OCF environment
You can’t perform that action at this time.
0 commit comments