rpms/heartbeat/devel heartbeat.spec,1.33,1.34

Jochen Schmitt s4504kr at fedoraproject.org
Thu Jun 25 19:30:35 UTC 2009


Author: s4504kr

Update of /cvs/extras/rpms/heartbeat/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1562

Modified Files:
	heartbeat.spec 
Log Message:
Add separate filesystem subpackage


Index: heartbeat.spec
===================================================================
RCS file: /cvs/extras/rpms/heartbeat/devel/heartbeat.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- heartbeat.spec	14 Jun 2009 06:28:55 -0000	1.33
+++ heartbeat.spec	25 Jun 2009 19:30:04 -0000	1.34
@@ -6,7 +6,7 @@
 Summary:          Heartbeat subsystem for High-Availability Linux
 Name:             heartbeat
 Version:          2.1.4
-Release:          9%{?dist}
+Release:          10%{?dist}
 License:          GPLv2 and LGPLv2+
 URL:              http://linux-ha.org/
 Group:            System Environment/Daemons
@@ -43,6 +43,7 @@ Requires(preun):  /sbin/chkconfig
 %if %{ENABLE_MGMT}
 Requires:         gettext
 %endif
+Requires:         heartbeat-filesystem = %{version}-%{release}
 
 %description
 heartbeat is a basic high-availability subsystem for Linux-HA.
@@ -124,6 +125,13 @@ Requires: heartbeat = %{version}-%{relea
 Requires: PyXML
 Requires: pygtk2-libglade
 
+%package filesystem
+Summary: Heartbeat filesystem layout
+Group: System Environment/Daemons
+%description filesystem
+This package provides directories which will be used to other
+packages which doesn't requires heartbeat directly.
+
 %description gui
 GUI client for Heartbeat clusters
 
@@ -215,10 +223,13 @@ fi
 
 %postun pils -p /sbin/ldconfig
 
+%files filesystem
+%defattr(-,root,root,-)
+%dir %{_sysconfdir}/ha.d
+
 %files -f haclient.lang
 %doc %{_datadir}/doc/%{name}-%{version}
 %defattr(-,root,root,-)
-%dir %{_sysconfdir}/ha.d
 %{_sysconfdir}/ha.d/harc
 %config(noreplace) %{_sysconfdir}/ha.d/shellfuncs
 %{_sysconfdir}/ha.d/rc.d
@@ -347,6 +358,9 @@ fi
 %{_bindir}/hb_gui
 
 %changelog
+* Thu Jun 25 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.1.4-10 
+- Add separate filesystem subpackage (#501518)
+
 * Sun Jun 14 2009 Kevin Fenzi <kevin at tummy.com> - 2.1.4-9
 - Remove perl(Net::IMAP::Simple::SSL) for now as it's not in Fedora (yet).
 




More information about the fedora-extras-commits mailing list