From 6085f4c79af6351dc79d6a1a0837529e22a724e4 Mon Sep 17 00:00:00 2001 From: "Ned T. Crigler" Date: Fri, 28 Sep 2001 03:08:14 +0000 Subject: [PATCH] Modified spec file URL: to point to http://dtach.sourceforge.net --- dtach.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dtach.spec b/dtach.spec index d775c33..14e12b7 100644 --- a/dtach.spec +++ b/dtach.spec @@ -3,7 +3,7 @@ Name: dtach Version: 0.3 Release: 1 Copyright: GPL -URL: http://people.redhat.com/iweiner/dtach +URL: http://dtach.sourceforge.net Group: Applications/System Source: dtach-%{version}.tar.gz Prefix: /usr @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} %{_mandir}/man1/* %changelog +* Thu Sep 27 2001 Ned T. Crigler +- Modified spec file URL: to point to http://dtach.sourceforge.net + * Wed Sep 26 2001 Ned T. Crigler 0.3 - Use getrlimit and dynamically allocate the data structures, if possible. - Added some more autoconf checks.