File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ my $build = Module::Build->new(
2424 create_packlist => 1,
2525 # create_readme => 1,
2626 create_makefile_pl => ' traditional' ,
27- dist_version => ' 2.2_beta1 ' ,
27+ dist_version => ' 2.2_rc1 ' ,
2828 release_status => ' testing' , # stable or testing
2929 dist_abstract => ' PostgreSQL multistate OCF resource agent for Pacemaker' ,
3030 dist_author => [
Original file line number Diff line number Diff line change 1- # PAF v2.2 beta1
1+ # PAF v2.2 rc1
22
33Release date: WIP
44
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+
18resource-agents-paf (2.2~beta1-3) unstable; urgency=medium
29
310 * d/control:
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ use Config;
77use File::Spec;
88use Storable;
99
10+ my $VERSION = ' v2.2_rc1' ;
11+
1012my $_ocf_dirs = File::Spec-> tmpdir." /ocf_dirs.bin" ;
1113
1214die " Could not find ocf_firs temp file generated by Build.PL!"
@@ -99,7 +101,7 @@ BEGIN {
99101 use Exporter;
100102
101103
102- our \$ VERSION = 'v2.2_beta1 ';
104+ our \$ VERSION = '$VERSION ';
103105 our \@ ISA = ('Exporter');
104106 our \@ EXPORT = qw(
105107 \$ INITDIR
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ use OCF_Directories;
9696BEGIN {
9797 use Exporter;
9898
99- our $VERSION = ' v2.2_beta1 ' ;
99+ our $VERSION = ' v2.2_rc1 ' ;
100100 our @ISA = (' Exporter' );
101101 our @EXPORT = qw(
102102 $__OCF_ACTION
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ use 5.008;
6060BEGIN {
6161 use Exporter;
6262
63- our $VERSION = ' v2.2_beta1 ' ;
63+ our $VERSION = ' v2.2_rc1 ' ;
6464 our @ISA = (' Exporter' );
6565 our @EXPORT = qw(
6666 $OCF_SUCCESS
Original file line number Diff line number Diff line change 1- %global _tag 2.2_beta1
1+ %global _tag 2.2_rc1
22%global _ocfroot /usr/lib/ocf
33Name: resource-agents-paf
4- Version: 2.2~beta1
5- Release: 2
4+ Version: 2.2~rc1
5+ Release: 1
66Summary: PostgreSQL resource agent for Pacemaker
77License: PostgreSQL
88Group: Applications/Databases
@@ -42,6 +42,9 @@ find "%{buildroot}" -type f -name .packlist -delete
4242%{_datadir }/resource-agents/ocft/configs/pgsqlms
4343
4444%changelog
45+ * Tue Aug 29 2017 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.2rc1-1
46+ - 2.2_rc1 release candidate
47+
4548* Mon Jun 26 2017 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.2beta1-2
4649- add dependencies on Pacemaker and Corosync versions
4750
@@ -52,10 +55,10 @@ find "%{buildroot}" -type f -name .packlist -delete
5255- 2.1.0 major release
5356
5457* 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
5659
5760* 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
5962
6063* Sun Dec 04 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.1beta1-1
6164- 2.1_beta1 beta release
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ use OCF_ReturnCodes;
3636use OCF_Directories;
3737use OCF_Functions;
3838
39- our $VERSION = ' v2.2_beta1 ' ;
39+ our $VERSION = ' v2.2_rc1 ' ;
4040our $PROGRAM = ' pgsqlms' ;
4141
4242# OCF environment
You can’t perform that action at this time.
0 commit comments