]> git.pld-linux.org Git - packages/cluster-glue.git/commitdiff
Version: 1.0.11
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 30 Oct 2012 11:05:41 +0000 (12:05 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Tue, 30 Oct 2012 11:05:41 +0000 (12:05 +0100)
cluster-glue-glib_includes.patch removed – fixed upstream

cluster-glue-glib_includes.patch [deleted file]
cluster-glue.spec

diff --git a/cluster-glue-glib_includes.patch b/cluster-glue-glib_includes.patch
deleted file mode 100644 (file)
index a9cad10..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- Reusable-Cluster-Components-glue--glue-1.0.9/include/clplumbing/cl_uuid.h~ 2011-11-28 20:00:37.000000000 +0100
-+++ Reusable-Cluster-Components-glue--glue-1.0.9/include/clplumbing/cl_uuid.h  2012-06-04 10:57:42.000000000 +0200
-@@ -16,7 +16,8 @@
- #ifndef _CL_UUID_H_
- #define _CL_UUID_H_
--#include <glib/gtypes.h>
-+
-+#include <glib.h>
- typedef struct cl_uuid_s{     
-       unsigned char   uuid[16];
index d2d23a688a9442da652b9cf4950e8808f3284463..e9fd7ec4bc129ea3836565a8132aee48e9a20370 100644 (file)
@@ -4,14 +4,13 @@
 # - stonith-libs? pils?
 Summary:       Reusable cluster components
 Name:          cluster-glue
-Version:       1.0.9
-Release:       4
+Version:       1.0.11
+Release:       1
 License:       GPL v2+ and LGPL v2+
 Group:         Base
 URL:           http://www.linux-ha.org/
 Source0:       http://hg.linux-ha.org/glue/archive/glue-%{version}.tar.bz2
-# Source0-md5: da2cbe949b0614cc3ce910f3caa34603
-Patch0:                %{name}-glib_includes.patch
+# Source0-md5: 7d0acd99d43edac849dc76f43cfa4c7f
 BuildRequires: OpenIPMI-devel
 BuildRequires: autoconf
 BuildRequires: automake
@@ -21,6 +20,7 @@ BuildRequires:        docbook-dtd42-xml
 BuildRequires: docbook-dtd44-xml
 BuildRequires: docbook-style-xsl
 BuildRequires: glib2-devel
+BuildRequires: libaio-devel
 BuildRequires: libltdl-devel
 BuildRequires: libnet-devel
 BuildRequires: libstdc++-devel
@@ -35,6 +35,7 @@ BuildRequires:        openssl-devel
 BuildRequires: pkgconfig
 BuildRequires: python-devel
 BuildRequires: rpm-pythonprov
+BuildRequires: zlib-devel
 Requires(post,preun):  /sbin/chkconfig
 Requires(postun):      /usr/sbin/groupdel
 Requires(postun):      /usr/sbin/userdel
@@ -98,8 +99,6 @@ STONITH (Shoot The Other Node In The Head) to interfejs służący do
 %prep
 %setup -q -n Reusable-Cluster-Components-glue--glue-%{version}
 
-%patch0 -p1
-
 %build
 %{__libtoolize}
 %{__aclocal}
@@ -117,6 +116,7 @@ STONITH (Shoot The Other Node In The Head) to interfejs służący do
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -174,12 +174,15 @@ fi
 
 %dir %{_libdir}/heartbeat/plugins/RAExec
 %dir %{_libdir}/heartbeat/plugins/InterfaceMgr
+%dir %{_libdir}/heartbeat/plugins/compress
 %attr(755,root,root) %{_libdir}/heartbeat/lrmd
 %attr(755,root,root) %{_libdir}/heartbeat/ha_logd
 %attr(755,root,root) %{_libdir}/heartbeat/plugins/InterfaceMgr/generic.so
 %attr(755,root,root) %{_libdir}/heartbeat/plugins/RAExec/heartbeat.so
 %attr(755,root,root) %{_libdir}/heartbeat/plugins/RAExec/lsb.so
 %attr(755,root,root) %{_libdir}/heartbeat/plugins/RAExec/ocf.so
+%attr(755,root,root) %{_libdir}/heartbeat/plugins/compress/bz2.so
+%attr(755,root,root) %{_libdir}/heartbeat/plugins/compress/zlib.so
 
 %dir /var/lib/heartbeat
 %attr(711,root,root) %dir /var/lib/heartbeat/cores
This page took 0.043979 seconds and 4 git commands to generate.