diff --git a/Changelog b/Changelog index 458a01ea..29f92bc9 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,6 @@ * Mon Jun 11 2007 Jesse Keating - Add a install target to make (Trac #37) +- Enable the source repo in yum configs (Trac #47) * Fri May 25 2007 Jesse Keating - Handle the cdsize variable correctly diff --git a/config/yum.conf.f7.i386 b/config/yum.conf.f7.i386 index 48d1e86f..9ec1073c 100644 --- a/config/yum.conf.f7.i386 +++ b/config/yum.conf.f7.i386 @@ -25,5 +25,5 @@ gpgcheck=0 name=Fedora 7 - Source #baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/source/SRPMS/ mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-7&arch=i386 -enabled=0 +enabled=1 gpgcheck=0 diff --git a/config/yum.conf.f7.ppc b/config/yum.conf.f7.ppc index aa1dde80..bbba975a 100644 --- a/config/yum.conf.f7.ppc +++ b/config/yum.conf.f7.ppc @@ -25,5 +25,5 @@ gpgcheck=0 name=Fedora 7 - Source #baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/source/SRPMS/ mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-7&arch=ppc -enabled=0 +enabled=1 gpgcheck=0 diff --git a/config/yum.conf.f7.x86_64 b/config/yum.conf.f7.x86_64 index 5badc974..b9e3c019 100644 --- a/config/yum.conf.f7.x86_64 +++ b/config/yum.conf.f7.x86_64 @@ -25,5 +25,5 @@ gpgcheck=0 name=Fedora 7 - Source #baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/source/SRPMS/ mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-7&arch=x86_64 -enabled=0 +enabled=1 gpgcheck=0