diff --git a/.gitignore b/.gitignore index fceb688..def6ad9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /pcs-0.9.3.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.4.tar.gz diff --git a/pcs.spec b/pcs.spec index fb236f0..f8b304c 100644 --- a/pcs.spec +++ b/pcs.spec @@ -1,5 +1,5 @@ Name: pcs -Version: 0.9.3.1 +Version: 0.9.4 Release: 1%{?dist} License: GPLv2 URL: http://github.com/feist/pcs @@ -38,6 +38,10 @@ chmod 755 $RPM_BUILD_ROOT/%{python_sitelib}/pcs/pcs.py %doc COPYING README %changelog +* Thu May 24 2012 Chris Feist - 0.9.4-1 +- Resync to latest version of pcs +- Move cluster creation options to cluster sub command. + * Mon May 07 2012 Chris Feist - 0.9.3.1-1 - Resync to latest version of pcs which includes fixes to work with F17. diff --git a/sources b/sources index d6da544..9d1a597 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f9f674a29c5874ca4ea7942b82b8e17 pcs-0.9.3.1.tar.gz +f40db755a4331da649c5735eb3b4ac02 pcs-0.9.4.tar.gz