summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Kollar <rkollar@redhat.com>2012-10-29 19:00:08 +0100
committerRoman Kollar <rkollar@redhat.com>2012-10-29 19:00:08 +0100
commit0de6829e1535a0dc597badc0f5264040a675588e (patch)
tree1dd9e1070ce593d7dd86f90eb62d1c3f9fc07eda
parent2acb8bfe0f68e1dd131be770960a5f3cff2663ee (diff)
downloadtcsh-rebase-6.19.00-0de6829e1535a0dc597badc0f5264040a675588e.tar.gz
tcsh-rebase-6.19.00-0de6829e1535a0dc597badc0f5264040a675588e.tar.xz
tcsh-rebase-6.19.00-0de6829e1535a0dc597badc0f5264040a675588e.zip
Fix upstream source tarball location
-rw-r--r--tcsh.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcsh.spec b/tcsh.spec
index a2b5781..93cfe62 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -6,7 +6,7 @@ Version: 6.18.00
Release: 4%{?dist}
License: BSD
Group: System Environment/Shells
-Source: http://ftp.funet.fi/pub/unix/shells/tcsh/%{name}-%{version}.tar.gz
+Source: http://ftp.funet.fi/pub/unix/shells/tcsh/old/%{name}-%{version}.tar.gz
Patch1: tcsh-6.15.00-closem.patch
Patch2: tcsh-6.14.00-tinfo.patch
Patch3: tcsh-6.14.00-unprintable.patch
@@ -124,6 +124,7 @@ fi
- Fix casting in lseek calls in the history file locking patch (#821796)
- Fix dosource calls in the history file locking patch (#847102)
Resolves: #842851
+- Fix upstream source tarball location
* Fri Aug 3 2012 Orion Poplawski <orion@nwra.com> - 6.18.00-3
- Drop tcsh-6.18.00-history-file-locking.patch for now (bug 842851)