Use the yum utility "yumdownloader". yumdownloader --source httpd and the rhel-source repo does not have to be enabled. yumdownloader will enable it on-the-fly.
Also, you should probably be writing to rhel6-list instead of the beta list so you'll get more responses. /Brian/ -- Brian Long | | Corporate Security Programs Org . | | | . | | | . ' ' C I S C O ________________________________ From: rhelv6-beta-list-boun...@redhat.com [rhelv6-beta-list-boun...@redhat.com] on behalf of Alois Treindl [al...@astro.ch] Sent: Monday, December 05, 2011 8:26 AM To: rhelv6-beta-list@redhat.com Subject: [rhelv6-beta-list] where are RHEL6 source rpms I would like tp install some source rpms with yum. I have this file /etc/yum.repos.d/rhel-source.repo [rhel-source] name=Red Hat Enterprise Linux $releasever - $basearch - Source baseurl=ftp://ftp.redhat.com/pub/redhat/linux/enterprise/$releasever/en/os/SRPMS/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release But with yum install httpd*src I do not get anything. I would like to install httpd source because I need to make a small modification to the mod_logconfig code. (My reason is: it logs by default the time for the begin of the httpd request. But the log entry is only written at the end of the request. Earlier writing is not possible because it needs to log the numbr of bytes transmitted, and this is only known at the end. I prefer it to log the time of the end of request, because this way the access_log entries are in strict temporal order. I have a modification to mod_logconfig.c which does that.) _______________________________________________ rhelv6-beta-list mailing list rhelv6-beta-list@redhat.com https://www.redhat.com/mailman/listinfo/rhelv6-beta-list
_______________________________________________ rhelv6-beta-list mailing list rhelv6-beta-list@redhat.com https://www.redhat.com/mailman/listinfo/rhelv6-beta-list