diff --git a/.gitignore b/.gitignore index f5efa06..9f5ac96 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /pcs-0.9.27.tar.gz /pcs-0.9.32.tar.gz /pcs-0.9.33.tar.gz +/pcs-0.9.36.tar.gz diff --git a/pcs.spec b/pcs.spec index 798c37d..9c9a84c 100644 --- a/pcs.spec +++ b/pcs.spec @@ -1,5 +1,5 @@ Name: pcs -Version: 0.9.33 +Version: 0.9.36 Release: 1%{?dist} License: GPLv2 URL: http://github.com/feist/pcs @@ -22,6 +22,7 @@ easily view, modify and created pacemaker based clusters. rm -rf $RPM_BUILD_ROOT pwd make install DESTDIR=$RPM_BUILD_ROOT PYTHON_SITELIB=%{python_sitelib} +make install_pcsd DESTDIR=$RPM_BUILD_ROOT PYTHON_SITELIB=%{python_sitelib} chmod 755 $RPM_BUILD_ROOT/%{python_sitelib}/pcs/pcs.py %files @@ -37,6 +38,9 @@ chmod 755 $RPM_BUILD_ROOT/%{python_sitelib}/pcs/pcs.py %doc COPYING README %changelog +* Mon Mar 18 2013 Chris Feist - 0.9.36-1 +- Resynced to latest upstream + * Mon Mar 11 2013 Chris Feist - 0.9.33-1 - Resynched to latest upstream - pcsd has been moved to /usr/lib to fix /usr/local packaging issues diff --git a/sources b/sources index 294eb2a..0029f16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7fa7ee079ed754f105147a879d2d6107 pcs-0.9.33.tar.gz +6b16990c85c658ba3098a553bedf7923 pcs-0.9.36.tar.gz