-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ my $build = Module::Build->new( | |
create_packlist => 1, | ||
#create_readme => 1, | ||
create_makefile_pl => 'traditional', | ||
dist_version => '2.1.0', | ||
dist_version => '2.2_beta1', | ||
dist_abstract => 'PostgreSQL multistate OCF resource agent for Pacemaker', | ||
dist_author => [ | ||
'Mael Rimbault <[email protected]>', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
resource-agents-paf (2.2~beta1-1) unstable; urgency=low | ||
|
||
* 2.2_beta1 beta release | ||
* see CHANGELOG.md | ||
|
||
-- Jehan-Guillaume (ioguix) de Rorthais <[email protected]> Mon, 26 Jun 2017 15:00:00 +0100 | ||
|
||
resource-agents-paf (2.1.0-1) unstable; urgency=low | ||
|
||
* 2.1.0 major release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%global _tag v2.1.0 | ||
%global _tag v2.2_beta1 | ||
%global _ocfroot /usr/lib/ocf | ||
Name: resource-agents-paf | ||
Version: 2.1.0 | ||
Version: 2.2~beta1 | ||
Release: 1 | ||
Summary: PostgreSQL resource agent for Pacemaker | ||
License: PostgreSQL | ||
|
@@ -41,6 +41,9 @@ find "%{buildroot}" -type f -name .packlist -delete | |
%{_datadir}/resource-agents/ocft/configs/pgsqlms | ||
|
||
%changelog | ||
* Mon Jun 26 2017 Jehan-Guillaume de Rorthais <[email protected]> - 2.2beta1-1 | ||
- 2.2_beta1 beta release | ||
|
||
* Fri Dec 23 2016 Jehan-Guillaume de Rorthais <[email protected]> - 2.1.0-1 | ||
- 2.1.0 major release | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters