]> git.pld-linux.org Git - packages/heartbeat.git/commitdiff
- 3.0.5-3 up to gitrel 7e3a82377fa8, added heartbeat-tls.patch
authormguevara <mguevara@pld-linux.org>
Mon, 24 Oct 2011 21:21:37 +0000 (21:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    heartbeat.spec -> 1.106

heartbeat.spec

index 37f9088bfb42772ceed481047ed0fcd413f6b4d2..0cf54c579d05327bc6f4e6498d94ab82e6c341e3 100644 (file)
@@ -3,6 +3,7 @@
 # - cleanup deps, users for 3.x
 # - fixup deps, inner deps, think of subpackages, ugprade path from 2.1
 #
+%define                gitrel  7e3a82377fa8
 %include       /usr/lib/rpm/macros.perl
 Summary:       Heartbeat - subsystem for High-Availability Linux
 Summary(es.UTF-8):     Subsistema heartbeat para Linux "High-Availability"
@@ -10,14 +11,15 @@ Summary(pl.UTF-8):  Podsystem heartbeat dla systemów o podwyższonej niezawodno
 Summary(pt_BR.UTF-8):  Implementa sistema de monitoração (heartbeats) visando Alta Disponibilidade
 Name:          heartbeat
 Version:       3.0.5
-Release:       2
+Release:       3
 License:       GPL v2+
 Group:         Networking/Daemons
-Source0:       http://hg.linux-ha.org/heartbeat-STABLE_3_0/archive/STABLE-%{version}.tar.bz2
-# Source0-md5: f8686abde8722c42265c6d84fbe3d3bf
+Source0:       http://hg.linux-ha.org/heartbeat-STABLE_3_0/archive/%{gitrel}.tar.bz2
+# Source0-md5: 396510e3c143a9c2288bc52cfc9caa3c
 Source1:       %{name}.init
 Patch0:                %{name}-ac.patch
 Patch1:                %{name}-libs.patch
+Patch2:                %{name}-tls.patch
 URL:           http://www.linux-ha.org/Heartbeat
 BuildRequires: OpenIPMI-devel >= 2.0.3
 BuildRequires: autoconf
@@ -134,9 +136,10 @@ Cluster Test Suite for heartbeat.
 Zestaw testów klastra opartego o heartbeat.
 
 %prep
-%setup -qn Heartbeat-3-0-STABLE-%{version}
+%setup -qn Heartbeat-3-0-%{gitrel}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 rm -rf libltdl
 
 %build
This page took 0.086208 seconds and 4 git commands to generate.