- Only include glib.h in plugin.h (don't directly use glib/ghash.h)

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=28
This commit is contained in:
2012-01-09 08:27:17 +00:00
committed by Git OBS Bridge
parent c7ec3813f2
commit e72f4c3581
3 changed files with 21 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package pacemaker
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%global pcmk_docdir %{_docdir}/%{name}
%if 0%{?suse_version}
%define _libexecdir %{_libdir}
@@ -51,6 +50,7 @@ Patch3: pacemaker-rsc_ticket-schema.diff
Patch4: pacemaker-template-schema.diff
Patch5: bug-728579_pacemaker-stonith-dev-id.diff
Patch6: pacemaker-NodeUtilization-RA.diff
Patch7: fix-glib_h-include.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Conflicts: heartbeat < 3.0
# We need libglue2, not libheartbeat2
@@ -185,6 +185,7 @@ Authors:
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
###########################################################
%build