[pcs/f18] Re-synced to upstream sources

cfeist cfeist at fedoraproject.org
Fri Feb 22 00:14:36 UTC 2013


commit 0676999db1679b87ce1008bc5d048753baba7fd0
Author: Chris Feist <cfeist at redhat.com>
Date:   Thu Feb 21 18:14:32 2013 -0600

    Re-synced to upstream sources

 .gitignore |    1 +
 pcs.spec   |   18 +++++++++---------
 sources    |    3 +--
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4b0e7c2..1b9f649 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /pcs-0.9.26.tar.gz
 /pcsd.tar.gz
 /pcs-0.9.27.tar.gz
+/pcs-0.9.32.tar.gz
diff --git a/pcs.spec b/pcs.spec
index 91fd27d..814d81a 100644
--- a/pcs.spec
+++ b/pcs.spec
@@ -1,13 +1,12 @@
 Name: pcs		
-Version: 0.9.27
-Release: 3%{?dist}
+Version: 0.9.32
+Release: 1%{?dist}
 License: GPLv2
 URL: http://github.com/feist/pcs
 Group: System Environment/Base
 BuildRequires: python2-devel ruby ruby-devel pam-devel
 Summary: Pacemaker Configuration System	
 Source0: http://people.redhat.com/cfeist/pcs/pcs-%{version}.tar.gz
-Source1: pcsd.tar.gz
 Requires: pacemaker ruby
 
 %description
@@ -16,7 +15,6 @@ easily view, modify and created pacemaker based clusters.
 
 %prep
 %setup -q
-%setup -q -b1
 
 %build
 
@@ -25,16 +23,15 @@ 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 ..
-cd pcs-gui
+cd pcsd
 make build_gems
 cd ..
 mkdir -p $RPM_BUILD_ROOT/usr/local/
-cp -r pcs-gui $RPM_BUILD_ROOT/usr/local/pcsd
+cp -r pcsd $RPM_BUILD_ROOT/usr/local/pcsd
 install -d $RPM_BUILD_ROOT/usr/lib/systemd/system/
-install  pcs-gui/pcsd.service $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  pcs-gui/pcsd.pam $RPM_BUILD_ROOT/etc/pam.d/pcsd
+install  pcsd/pcsd.pam $RPM_BUILD_ROOT/etc/pam.d/pcsd
 install -d $RPM_BUILD_ROOT/var/lib/pcsd
 
 %files
@@ -50,6 +47,9 @@ install -d $RPM_BUILD_ROOT/var/lib/pcsd
 %doc COPYING README
 
 %changelog
+* Thu Feb 21 2013 Chris Feist <cfeist at redhat.com> - 0.9.32-1
+- Resynced to latest version of pcs/pcsd
+
 * Mon Nov 05 2012 Chris Feist <cfeist at redhat.com> - 0.9.27-3
 - Build on all archs
 
diff --git a/sources b/sources
index 709d407..0f8c33c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-3722af769f8ececa6b4a442ef0fd5987  pcs-0.9.27.tar.gz
-6e4bedeb380f7b720496fb37bc9be7f0  pcsd.tar.gz
+a1dce38c748f758a46b4f3edaa5a86ae  pcs-0.9.32.tar.gz


More information about the scm-commits mailing list