rpms/cluster/devel cluster.spec,1.64,1.65

Fabio M. Di Nitto fabbione at fedoraproject.org
Wed Jan 6 19:01:39 UTC 2010


Author: fabbione

Update of /cvs/pkgs/rpms/cluster/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22549

Modified Files:
	cluster.spec 
Log Message:
disable gfs-utils commodity package



Index: cluster.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cluster/devel/cluster.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- cluster.spec	8 Dec 2009 00:21:43 -0000	1.64
+++ cluster.spec	6 Jan 2010 19:01:39 -0000	1.65
@@ -19,7 +19,7 @@
 Name: cluster
 Summary: Red Hat Cluster
 Version: 3.0.6
-Release: 1%{?alphatag:.%{alphatag}}%{?dist}
+Release: 2%{?alphatag:.%{alphatag}}%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Base
 URL: http://sources.redhat.com/cluster/wiki/
@@ -47,6 +47,7 @@ BuildRequires: cluster-glue-libs-devel p
   --initddir=%{_sysconfdir}/rc.d/init.d \
   --libdir=%{_libdir} \
   --enable_pacemaker \
+  --without_gfs \
   --without_fence_agents \
   --without_rgmanager \
   --without_resource_agents \
@@ -262,49 +263,10 @@ fi
 %{_sbindir}/*gfs2*
 %{_mandir}/man8/*gfs2*
 
-%package -n gfs-utils
-Group: System Environment/Kernel
-Summary: Utilities for managing the global filesystem (GFS)
-Requires(post): chkconfig
-Requires(preun): initscripts
-Requires(preun): chkconfig
-Requires: gfs2-utils
-Requires: file
-
-%description -n gfs-utils
-The gfs-utils package contains a number of utilities for creating,
-checking, modifying, and correcting any inconsistencies in GFS
-filesystems. This package requires the GFS kernel module.
-
-%post -n gfs-utils
-/sbin/chkconfig --add gfs
-
-%preun -n gfs-utils
-if [ "$1" = 0 ]; then
-	/sbin/service gfs stop >/dev/null 2>&1
-	/sbin/chkconfig --del gfs
-fi
-
-%files -n gfs-utils
-%defattr(-,root,root,-)
-%doc doc/COPYRIGHT doc/README.licence doc/COPYING.*
-%{_sysconfdir}/rc.d/init.d/gfs
-/sbin/*.gfs
-%{_sbindir}/gfs_debug
-%{_sbindir}/gfs_edit
-%{_sbindir}/gfs_grow
-%{_sbindir}/gfs_jadd
-%{_sbindir}/gfs_quota
-%{_sbindir}/gfs_tool
-%{_mandir}/man8/gfs.*
-%{_mandir}/man8/gfs_edit*
-%{_mandir}/man8/gfs_grow*
-%{_mandir}/man8/gfs_jadd*
-%{_mandir}/man8/gfs_quota*
-%{_mandir}/man8/gfs_tool*
-%{_mandir}/man8/*.gfs.*
-
 %changelog
+* Tue Jan  6 2010 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.6-2
+- Drop gfs-utils commodity package
+
 * Mon Dec  7 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.6-1
 - New upstream release
 - spec file update:




More information about the fedora-extras-commits mailing list