rpms/cman/devel cman.spec,1.14,1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon May 9 17:35:45 UTC 2005


Author: cfeist

Update of /cvs/dist/rpms/cman/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13989

Modified Files:
	cman.spec 
Log Message:
Added archs, fixed init.d location & cleaned up globs.


Index: cman.spec
===================================================================
RCS file: /cvs/dist/rpms/cman/devel/cman.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- cman.spec	6 May 2005 15:55:46 -0000	1.14
+++ cman.spec	9 May 2005 17:35:43 -0000	1.15
@@ -13,7 +13,7 @@
 
 Name: cman
 Version: 1.0
-Release: 0.pre33.8
+Release: 0.pre33.10
 License: GPL
 Group: System Environment/Base
 Summary: cman - The Cluster Manager
@@ -25,7 +25,7 @@
 Requires: cman-kernel >= 2.6.11
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
-ExclusiveArch: %{ix86} x86_64
+ExclusiveArch: %{ix86} x86_64 ppc ppc64
 Source0: %{name}-%{version}-%{subversion}.tar.gz
 Patch1: cman-1.0-pre33-norun.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
@@ -47,6 +47,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/etc/rc.d
+mv -f $RPM_BUILD_ROOT/etc/init.d $RPM_BUILD_ROOT/etc/rc.d/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -62,9 +64,8 @@
 %files
 %defattr(-,root,root,-)
 /sbin/cman_tool
-%config /etc/init.d/cman
-%doc
-%{_mandir}
+%config /etc/rc.d/init.d/cman
+%{_mandir}/*/*
 
 %changelog
 * Thu May 05 2005 Chris Feist <cfeist at redhat.com>




More information about the fedora-cvs-commits mailing list