Resynced to latest upstream sources

This commit is contained in:
Chris Feist 2013-03-18 14:54:37 -05:00
parent fdead59d4e
commit 4b95f46d9e
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <cfeist@redhat.com> - 0.9.36-1
- Resynced to latest upstream
* Mon Mar 11 2013 Chris Feist <cfeist@redhat.com> - 0.9.33-1
- Resynched to latest upstream
- pcsd has been moved to /usr/lib to fix /usr/local packaging issues

View File

@ -1 +1 @@
7fa7ee079ed754f105147a879d2d6107 pcs-0.9.33.tar.gz
6b16990c85c658ba3098a553bedf7923 pcs-0.9.36.tar.gz