rpms/ccs/devel ccs.spec,1.13,1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri May 6 14:59:36 UTC 2005


Author: cfeist

Update of /cvs/dist/rpms/ccs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31246

Modified Files:
	ccs.spec 
Log Message:
Cleanup .spec file to not include globs.


Index: ccs.spec
===================================================================
RCS file: /cvs/dist/rpms/ccs/devel/ccs.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ccs.spec	5 May 2005 16:58:08 -0000	1.13
+++ ccs.spec	6 May 2005 14:59:34 -0000	1.14
@@ -11,7 +11,7 @@
 ###############################################################################
 Name: ccs
 Version: 0.25
-Release: 0.4
+Release: 0.5
 License: GPL
 Group: System Environment/Base
 Summary: CCS - The Cluster Configuration System
@@ -19,7 +19,9 @@
 Conflicts: GFS <= 6.0
 Conflicts: GFS-modules
 Requires: magma
-ExclusiveArch: i386 ia64 x86_64
+Requires(pre): /sbin/chkconfig
+Requires(post): /sbin/chkconfig
+ExclusiveArch: %{ix86} ia64 x86_64
 Source0: %{name}-%{version}.tar.gz
 Patch1: ccs-0.25-norun.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
@@ -30,6 +32,7 @@
 %package devel
 Summary: CCS static library
 Group: System Environment/Libraries
+Requires: %{name} = ${version}-%{release}
 
 %description devel
 This package contains the CCS header file and static library, which
@@ -69,8 +72,12 @@
 %config /etc/init.d/ccsd
 
 %doc
-%{_mandir}
-
+COPYING
+%{_mandir}/man5/cluster.conf.5.gz
+%{_mandir}/man7/ccs.7.gz
+%{_mandir}/man8/ccs_test.8.gz
+%{_mandir}/man8/ccs_tool.8.gz
+%{_mandir}/man8/ccsd.8.gz
 
 %files devel
 %defattr(-,root,root,-)
@@ -78,36 +85,50 @@
 %{_includedir}/ccs.h
 
 %changelog
+* Fri May 06 2005 Chris Feist <cfeist at redhat.com>
+- Cleanup .spec file to not include globs.
+
 * Tue May 05 2005 Chris Feist <cfeist at redhat.com>
 - Added patch to disable starting up the init scripts.
+
 * Mon Dec 20 2004 Chris Feist <cfeist at redhat.com>
 - Update for new upstream sources
+
 * Fri Dec 10 2004 Chris Feist <cfeist at redhat.com>
 - Update for new upstream sources
+
 * Thu Nov 18 2004 Chris Feist <cfeist at redhat.com>
 - Update for new upstream sources
+
 * Fri Oct 22 2004 Chris Feist <cfeist at redhat.com>
 - Update for new upstream sources
+
 * Mon Aug 16 2004 Jon Brassow <jbrassow at redhat.com>
 - add magma-plugins as an installation requirement
+
 * Fri Aug 13 2004 Jon Brassow <jbrassow at redhat.com>
 - buildrequires magma-devel not magma
+
 * Fri Aug 13 2004 Jon Brassow <jbrassow at redhat.com>
 - add magma as a build requirement instead of cman-kernheaders
+
 * Fri Aug 13 2004 Jon Brassow <jbrassow at redhat.com>
 - Fix bug when updates occur at the same time
 - Some basic clean-up
 - Add man pages
+
 * Wed Jul 14 2004 Jon Brassow <jbrassow at redhat.com>
 - Update for new upstream sources
+
 * Tue Jul 13 2004 Jon Brassow <jbrassow at redhat.com>
 - Update for new upstream sources
+
 * Mon Jul 12 2004 Jon Brassow <jbrassow at redhat.com>
 - Update for new upstream sources
+
 * Fri Jun 18 2004 Jon Brassow <jbrassow at redhat.com> 
 - Update make files so if kernel_src is not specified, the look
   in /usr/include/linux
+
 * Thu Jun 17 2004 Jon Brassow <jbrassow at redhat.com> 
 - Initial build.
-
-




More information about the fedora-cvs-commits mailing list