diff --git a/.cvsignore b/.cvsignore index 544a950..eaca1fb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -yum-20031222.tar.gz +yum-20040103.tar.gz diff --git a/sources b/sources index 6e060ce..f573266 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55fea08496247f098d50ef417e697bec yum-20031222.tar.gz +2a6115096f64cd1716d6de09e5de82f0 yum-20040103.tar.gz diff --git a/yum.conf.fedora b/yum.conf.fedora index 9205e2f..5d7cf82 100644 --- a/yum.conf.fedora +++ b/yum.conf.fedora @@ -7,10 +7,18 @@ distroverpkg=fedora-release tolerant=1 exactarch=1 -[base] -name=Fedora Core $releasever - $basearch - Base -baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/test/$releasever/$basearch/ +#[base] +#name=Fedora Core $releasever - $basearch - Base +#baseurl=http://fedora.redhat.com/releases/fedora-core-$releasever -[updates-testing] -name=Fedora Core $releasever - $basearch - Testing Updates -baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/$releasever/$basearch/ +#[updates-released] +#name=Fedora Core $releasever - $basearch - Released Updates +#baseurl=http://fedora.redhat.com/updates/released/fedora-core-$releasever + +#[updates-testing] +#name=Fedora Core $releasever - $basearch - Unreleased Updates +#baseurl=http://fedora.redhat.com/updates/testing/fedora-core-$releasever + +[development] +name=Fedora Core $releasever - Development Tree +baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/ diff --git a/yum.spec b/yum.spec index 7998e2e..38f58d9 100644 --- a/yum.spec +++ b/yum.spec @@ -1,11 +1,13 @@ +%define cvsdate 20040103 + Summary: RPM installer/updater Name: yum -Version: 2.0.4 -Release: 5.0 +Version: 2.0.4.%{cvsdate} +Release: 1 License: GPL Group: System Environment/Base #Source0: http://linux.duke.edu/projects/yum/download/2.0/yum-%{version}.tar.gz -Source0: http://linux.duke.edu/yum/download/2.0/daily/yum-20031222.tar.gz +Source0: http://linux.duke.edu/yum/download/2.0/daily/yum-%{cvsdate}.tar.gz Source1: yum.conf.fedora # XXX already in yum daily. Patch0: yum-2.0.4-python23.patch @@ -70,8 +72,9 @@ exit 0 %{_mandir}/man*/* %changelog -* Tue Dec 23 2003 Elliot Lee 2.0.4-5.0 -- Modify URLs in config file +* Fri Jan 23 2004 Bill Nottingham 2.0.4.20040103-1 +- update to current snapshot +- fix config for FC2 test 1 * Tue Dec 23 2003 Jeff Johnson 2.0.4-5 - build yum daily snapshot for amd64 fix.