Author: mmazur Date: Wed Jul 27 13:55:50 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 3 - move cluster files into resource-agents-drbd package
---- Files affected: packages/drbd: drbd.spec (1.142 -> 1.143) ---- Diffs: ================================================================ Index: packages/drbd/drbd.spec diff -u packages/drbd/drbd.spec:1.142 packages/drbd/drbd.spec:1.143 --- packages/drbd/drbd.spec:1.142 Tue Jul 19 17:27:06 2011 +++ packages/drbd/drbd.spec Wed Jul 27 15:55:45 2011 @@ -4,14 +4,13 @@ # - trigger to update drbd-8.2 config # - warning: Installed (but unpackaged) file(s) found: # /etc/xen/scripts/block-drbd -# /usr/lib/ocf/resource.d/linbit/drbd # Summary: drbd is a block device designed to build high availibility clusters Summary(pl.UTF-8): drbd jest urządzeniem blokowym dla klastrów o wysokiej niezawodności Name: drbd Version: 8.3.11 -Release: 2 +Release: 3 License: GPL Group: Base/Kernel Source0: http://oss.linbit.com/drbd/8.3/%{name}-%{version}.tar.gz @@ -59,6 +58,15 @@ %description -n drbdsetup -l pl.UTF-8 Narzędzie konfiguracyjne i skrypty startowe dla DRBD. +%package -n resource-agents-drbd +Summary: DRBD resource agents for a cluster setup +Group: Daemons +Requires: heartbeat +Requires: resource-agents + +%description -n resource-agents-drbd +DRBD resource agents for a cluster setup. + %package -n bash-completion-drbd Summary: bash-completion for drbd Summary(pl.UTF-8): Bashowe uzupełnianie poleceń dla drbd @@ -138,10 +146,6 @@ %attr(4754,root,haclient) /sbin/drbdsetup %attr(4754,root,haclient) /sbin/drbdmeta %attr(754,root,root) /etc/rc.d/init.d/drbd -%dir %{_sysconfdir}/ha.d -%dir %{_sysconfdir}/ha.d/resource.d -%attr(755,root,root) %{_sysconfdir}/ha.d/resource.d/drbddisk -%attr(755,root,root) %{_sysconfdir}/ha.d/resource.d/drbdupper %dir %{_sysconfdir}/drbd.d %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/drbd.conf %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/drbd.d/global_common.conf @@ -151,6 +155,13 @@ %attr(755,root,root) %{_sbindir}/drbd-overview %attr(750,root,root) %dir /var/lib/drbd +%files -n resource-agents-drbd +%defattr(644,root,root,755) +%attr(755,root,root) %{_sysconfdir}/ha.d/resource.d/drbddisk +%attr(755,root,root) %{_sysconfdir}/ha.d/resource.d/drbdupper +%dir /usr/lib/ocf/resource.d/linbit +%attr(755,root,root) /usr/lib/ocf/resource.d/linbit/* + %files -n bash-completion-drbd %defattr(644,root,root,755) /etc/bash_completion.d/drbdadm @@ -165,6 +176,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.143 2011/07/27 13:55:45 mmazur +- rel 3 +- move cluster files into resource-agents-drbd package + Revision 1.142 2011/07/19 15:27:06 mmazur - rel 2; stbr - two files were supposed to be setuid root but became setgid by mistake; ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/drbd/drbd.spec?r1=1.142&r2=1.143&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
