- Resynched to latest upstream

- pcsd has been moved to /usr/lib to fix /usr/local packaging issues
This commit is contained in:
Chris Feist 2013-03-11 15:13:10 -05:00
parent 82b5288f13
commit fdead59d4e
3 changed files with 8 additions and 13 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/pcsd.tar.gz
/pcs-0.9.27.tar.gz
/pcs-0.9.32.tar.gz
/pcs-0.9.33.tar.gz

View File

@ -1,5 +1,5 @@
Name: pcs
Version: 0.9.32
Version: 0.9.33
Release: 1%{?dist}
License: GPLv2
URL: http://github.com/feist/pcs
@ -23,23 +23,13 @@ rm -rf $RPM_BUILD_ROOT
pwd
make install DESTDIR=$RPM_BUILD_ROOT PYTHON_SITELIB=%{python_sitelib}
chmod 755 $RPM_BUILD_ROOT/%{python_sitelib}/pcs/pcs.py
cd pcsd
make build_gems
cd ..
mkdir -p $RPM_BUILD_ROOT/usr/local/
cp -r pcsd $RPM_BUILD_ROOT/usr/local/pcsd
install -d $RPM_BUILD_ROOT/usr/lib/systemd/system/
install pcsd/pcsd.service $RPM_BUILD_ROOT/usr/lib/systemd/system/
install -d $RPM_BUILD_ROOT/etc/pam.d
install pcsd/pcsd.pam $RPM_BUILD_ROOT/etc/pam.d/pcsd
install -d $RPM_BUILD_ROOT/var/lib/pcsd
%files
%defattr(-,root,root,-)
%{python_sitelib}/pcs
%{python_sitelib}/pcs-%{version}-py2.*.egg-info
/usr/sbin/pcs
/usr/local/pcsd/*
/usr/lib/pcsd/*
/usr/lib/systemd/system/pcsd.service
/var/lib/pcsd
/etc/pam.d/pcsd
@ -47,6 +37,10 @@ install -d $RPM_BUILD_ROOT/var/lib/pcsd
%doc COPYING README
%changelog
* 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
* Thu Feb 21 2013 Chris Feist <cfeist@redhat.com> - 0.9.32-1
- Resynced to latest version of pcs/pcsd

View File

@ -1 +1 @@
a1dce38c748f758a46b4f3edaa5a86ae pcs-0.9.32.tar.gz
7fa7ee079ed754f105147a879d2d6107 pcs-0.9.33.tar.gz