Bug 125598 - No lynx SRPM in ftp://ftp.redhat.com/pub/redhat/linux/enterprise/3/en/os/i386/SRPMS/
Summary: No lynx SRPM in ftp://ftp.redhat.com/pub/redhat/linux/enterprise/3/en/os/i386...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: distribution
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dennis Gregorovic
QA Contact:
URL: http://www.exim.org
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-06-09 08:31 UTC by Karl Vogel
Modified: 2007-11-30 22:07 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-04-12 16:20:20 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Patch for .spec file (615 bytes, patch)
2004-06-09 08:32 UTC, Karl Vogel
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2005:376 0 normal SHIPPED_LIVE New Lynx packages 2005-04-12 04:00:00 UTC

Description Karl Vogel 2004-06-09 08:31:38 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6)
Gecko/20040206 Firefox/0.8

Description of problem:
The sa-exim patch used in the exim package depends on lynx. This works
fine for FC, but by using elinks instead of lynx, the rpm will be
buildable on RHEL3 also.

--- exim.spec.orig	2004-06-09 10:27:07.000000000 +0200
+++ exim.spec	2004-06-09 10:20:59.000000000 +0200
@@ -33,7 +33,7 @@
 
 Requires: /etc/aliases
 BuildRequires: db4-devel openssl-devel openldap-devel XFree86-devel
-BuildRequires: lynx
+BuildRequires: elinks
 
 %description
 Exim is a mail transport agent (MTA) developed at the University of
@@ -113,7 +113,7 @@
 
 # build sa-exim
 cd sa-exim*
-perl -pi -e 's|\@lynx|HOME=/ /usr/bin/lynx|g;' Makefile
+perl -pi -e 's|\@lynx -dump -nolist|HOME=/ /usr/bin/elinks -dump|g;'
Makefile
 make SACONF=%{_sysconfdir}/exim/sa-exim.conf CFLAGS="$RPM_OPT_FLAGS
-fPIC"
 
 


Version-Release number of selected component (if applicable):
exim-4.34-1

Comment 1 Karl Vogel 2004-06-09 08:32:30 UTC
Created attachment 100987 [details]
Patch for .spec file

Comment 2 Thomas Woerner 2004-07-02 13:47:46 UTC
lynx is also available for RHEL3.

Comment 3 Karl Vogel 2004-07-02 14:01:53 UTC
Strange.. as there is no lynx to be found in
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/3/en/os/i386/SRPMS/


Comment 4 Thomas Woerner 2004-07-02 14:22:41 UTC
Assigning bug to RHEL3 distribution.

Comment 7 Mike McLean 2005-04-11 18:27:17 UTC
The ftp directory in question only contains packages that shipped in the initial
release of Red Hat Enterprise Linux 3.  The lynx package was added in Update 2.

You get the SRPM from Red Hat Network. Just go to
https://rhn.redhat.com/network/software/packages/details.pxt?pid=82714
and follow the "Download SRPM" link at the bottom.


Note You need to log in before you can comment on or make changes to this bug.