From f2173b7aee385db0aee61dc8367925d9895b7658 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Mon, 25 Jul 2005 19:36:03 +0000 Subject: [PATCH] fix URLs --- heartbeat/heartbeat.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/heartbeat/heartbeat.spec b/heartbeat/heartbeat.spec index 2f29c85d55..d8be27f948 100644 --- a/heartbeat/heartbeat.spec +++ b/heartbeat/heartbeat.spec @@ -25,7 +25,7 @@ # package information Name: heartbeat Summary: High-Availability Communication Daemon -URL: http://www.linux-ha.org/heartbeat/ +URL: http://linux-ha.org/heartbeat/ Vendor: Alan Roberston Packager: OpenPKG Distribution: OpenPKG @@ -33,10 +33,10 @@ Class: EVAL Group: System License: GPL Version: 1.2.3 -Release: 20041207 +Release: 20050725 # list of sources -Source0: http://www.linux-ha.org/download/heartbeat-%{version}.tar.gz +Source0: http://linux-ha.org/download/heartbeat-%{version}.tar.gz Source1: ha.cf Source2: haresources Source3: authkeys @@ -63,7 +63,7 @@ AutoReqProv: no %track prog heartbeat = { version = %{version} - url = http://www.linux-ha.org/download/ + url = http://linux-ha.org/download/index.html regex = heartbeat-(\d+\.[02468]\.\d+)\.tar\.gz }