File tree Expand file tree Collapse file tree 8 files changed +23
-11
lines changed Expand file tree Collapse file tree 8 files changed +23
-11
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ 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_beta1 ' ,
27
+ dist_version => ' 2.2_rc1 ' ,
28
28
release_status => ' testing' , # stable or testing
29
29
dist_abstract => ' PostgreSQL multistate OCF resource agent for Pacemaker' ,
30
30
dist_author => [
Original file line number Diff line number Diff line change 1
- # PAF v2.2 beta1
1
+ # PAF v2.2 rc1
2
2
3
3
Release date: WIP
4
4
Original file line number Diff line number Diff line change
1
+ resource-agents-paf (2.2~rc1-1) unstable; urgency=low
2
+
3
+ * 2.2_rc1 release candidate
4
+ * no change since beta1
5
+
6
+ -- Jehan-Guillaume (ioguix) de Rorthais <jgdr@dalibo.com> Tue, 29 Aug 2017 23:15:00 +0200
7
+
1
8
resource-agents-paf (2.2~beta1-3) unstable; urgency=medium
2
9
3
10
* d/control:
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ use Config;
7
7
use File::Spec;
8
8
use Storable;
9
9
10
+ my $VERSION = ' v2.2_rc1' ;
11
+
10
12
my $_ocf_dirs = File::Spec-> tmpdir." /ocf_dirs.bin" ;
11
13
12
14
die " Could not find ocf_firs temp file generated by Build.PL!"
@@ -99,7 +101,7 @@ BEGIN {
99
101
use Exporter;
100
102
101
103
102
- our \$ VERSION = 'v2.2_beta1 ';
104
+ our \$ VERSION = '$VERSION ';
103
105
our \@ ISA = ('Exporter');
104
106
our \@ EXPORT = qw(
105
107
\$ INITDIR
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_beta1 ' ;
99
+ our $VERSION = ' v2.2_rc1 ' ;
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_beta1 ' ;
63
+ our $VERSION = ' v2.2_rc1 ' ;
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_beta1
1
+ %global _tag 2.2_rc1
2
2
%global _ocfroot /usr/lib/ocf
3
3
Name: resource-agents-paf
4
- Version: 2.2~beta1
5
- Release: 2
4
+ Version: 2.2~rc1
5
+ Release: 1
6
6
Summary: PostgreSQL resource agent for Pacemaker
7
7
License: PostgreSQL
8
8
Group: Applications/Databases
@@ -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
+ * Tue Aug 29 2017 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.2rc1-1
46
+ - 2.2_rc1 release candidate
47
+
45
48
* Mon Jun 26 2017 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.2beta1-2
46
49
- add dependencies on Pacemaker and Corosync versions
47
50
@@ -52,10 +55,10 @@ find "%{buildroot}" -type f -name .packlist -delete
52
55
- 2.1.0 major release
53
56
54
57
* Sat Dec 17 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.1rc2-1
55
- - 2.1_rc2 beta release
58
+ - 2.1_rc2 release candidate
56
59
57
60
* Sun Dec 11 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.1rc1-1
58
- - 2.1_rc1 beta release
61
+ - 2.1_rc1 release candidate
59
62
60
63
* Sun Dec 04 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.1beta1-1
61
64
- 2.1_beta1 beta release
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_beta1 ' ;
39
+ our $VERSION = ' v2.2_rc1 ' ;
40
40
our $PROGRAM = ' pgsqlms' ;
41
41
42
42
# OCF environment
You can’t perform that action at this time.
0 commit comments