Skip to content

Commit

Permalink
v2.2_rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ioguix committed Aug 29, 2017
1 parent 37000c1 commit 7457e78
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ my $build = Module::Build->new(
create_packlist => 1,
#create_readme => 1,
create_makefile_pl => 'traditional',
dist_version => '2.2_beta1',
dist_version => '2.2_rc1',
release_status => 'testing', # stable or testing
dist_abstract => 'PostgreSQL multistate OCF resource agent for Pacemaker',
dist_author => [
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PAF v2.2 beta1
# PAF v2.2 rc1

Release date: WIP

Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
resource-agents-paf (2.2~rc1-1) unstable; urgency=low

* 2.2_rc1 release candidate
* no change since beta1

-- Jehan-Guillaume (ioguix) de Rorthais <[email protected]> Tue, 29 Aug 2017 23:15:00 +0200

resource-agents-paf (2.2~beta1-3) unstable; urgency=medium

* d/control:
Expand Down
4 changes: 3 additions & 1 deletion lib/OCF_Directories.pm.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ use Config;
use File::Spec;
use Storable;

my $VERSION = 'v2.2_rc1';

my $_ocf_dirs = File::Spec->tmpdir."/ocf_dirs.bin";

die "Could not find ocf_firs temp file generated by Build.PL!"
Expand Down Expand Up @@ -99,7 +101,7 @@ BEGIN {
use Exporter;
our \$VERSION = 'v2.2_beta1';
our \$VERSION = '$VERSION';
our \@ISA = ('Exporter');
our \@EXPORT = qw(
\$INITDIR
Expand Down
2 changes: 1 addition & 1 deletion lib/OCF_Functions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ use OCF_Directories;
BEGIN {
use Exporter;

our $VERSION = 'v2.2_beta1';
our $VERSION = 'v2.2_rc1';
our @ISA = ('Exporter');
our @EXPORT = qw(
$__OCF_ACTION
Expand Down
2 changes: 1 addition & 1 deletion lib/OCF_ReturnCodes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ use 5.008;
BEGIN {
use Exporter;

our $VERSION = 'v2.2_beta1';
our $VERSION = 'v2.2_rc1';
our @ISA = ('Exporter');
our @EXPORT = qw(
$OCF_SUCCESS
Expand Down
13 changes: 8 additions & 5 deletions resource-agents-paf.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%global _tag 2.2_beta1
%global _tag 2.2_rc1
%global _ocfroot /usr/lib/ocf
Name: resource-agents-paf
Version: 2.2~beta1
Release: 2
Version: 2.2~rc1
Release: 1
Summary: PostgreSQL resource agent for Pacemaker
License: PostgreSQL
Group: Applications/Databases
Expand Down Expand Up @@ -42,6 +42,9 @@ find "%{buildroot}" -type f -name .packlist -delete
%{_datadir}/resource-agents/ocft/configs/pgsqlms

%changelog
* Tue Aug 29 2017 Jehan-Guillaume de Rorthais <[email protected]> - 2.2rc1-1
- 2.2_rc1 release candidate

* Mon Jun 26 2017 Jehan-Guillaume de Rorthais <[email protected]> - 2.2beta1-2
- add dependencies on Pacemaker and Corosync versions

Expand All @@ -52,10 +55,10 @@ find "%{buildroot}" -type f -name .packlist -delete
- 2.1.0 major release

* Sat Dec 17 2016 Jehan-Guillaume de Rorthais <[email protected]> - 2.1rc2-1
- 2.1_rc2 beta release
- 2.1_rc2 release candidate

* Sun Dec 11 2016 Jehan-Guillaume de Rorthais <[email protected]> - 2.1rc1-1
- 2.1_rc1 beta release
- 2.1_rc1 release candidate

* Sun Dec 04 2016 Jehan-Guillaume de Rorthais <[email protected]> - 2.1beta1-1
- 2.1_beta1 beta release
Expand Down
2 changes: 1 addition & 1 deletion script/pgsqlms
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use OCF_ReturnCodes;
use OCF_Directories;
use OCF_Functions;

our $VERSION = 'v2.2_beta1';
our $VERSION = 'v2.2_rc1';
our $PROGRAM = 'pgsqlms';

# OCF environment
Expand Down

0 comments on commit 7457e78

Please sign in to comment.