Updated for new version of pcs

This commit is contained in:
Chris Feist 2012-05-24 13:27:32 -05:00
parent 2be175f1e6
commit ebab0abfae
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/pcs-0.9.3.linux-x86_64.tar.gz /pcs-0.9.3.linux-x86_64.tar.gz
/pcs-0.9.3.1.linux-x86_64.tar.gz /pcs-0.9.3.1.linux-x86_64.tar.gz
/pcs-0.9.3.1.tar.gz /pcs-0.9.3.1.tar.gz
/pcs-0.9.4.tar.gz

View File

@ -1,5 +1,5 @@
Name: pcs Name: pcs
Version: 0.9.3.1 Version: 0.9.4
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2 License: GPLv2
URL: http://github.com/feist/pcs URL: http://github.com/feist/pcs
@ -38,6 +38,10 @@ chmod 755 $RPM_BUILD_ROOT/%{python_sitelib}/pcs/pcs.py
%doc COPYING README %doc COPYING README
%changelog %changelog
* Thu May 24 2012 Chris Feist <cfeist@redhat.com> - 0.9.4-1
- Resync to latest version of pcs
- Move cluster creation options to cluster sub command.
* Mon May 07 2012 Chris Feist <cfeist@redhat.com> - 0.9.3.1-1 * Mon May 07 2012 Chris Feist <cfeist@redhat.com> - 0.9.3.1-1
- Resync to latest version of pcs which includes fixes to work with F17. - Resync to latest version of pcs which includes fixes to work with F17.

View File

@ -1 +1 @@
3f9f674a29c5874ca4ea7942b82b8e17 pcs-0.9.3.1.tar.gz f40db755a4331da649c5735eb3b4ac02 pcs-0.9.4.tar.gz