8aeb5fa
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Seth Vidal a942edd
 
cvsdist 5b9dd66
Summary: RPM installer/updater
cvsdist 5b9dd66
Name: yum
Seth Vidal 78c50b2
Version: 3.2.20
60caae8
Release: 8%{?dist}
Seth Vidal 9b4f213
License: GPLv2+
cvsdist 5b9dd66
Group: System Environment/Base
Seth Vidal 78c50b2
Source0: http://yum.baseurl.org/download/3.2/%{name}-%{version}.tar.gz
cvsdist d56b2b4
Source1: yum.conf.fedora
ea4e4be
Source2: yum-updatesd.conf.fedora
Seth Vidal 57ab65c
Patch0: installonlyn-enable.patch
Seth Vidal 7fc7337
Patch1: yum-mirror-priority.patch
Seth Vidal 7fc7337
Patch2: yum-manpage-files.patch
Seth Vidal 7fc7337
Patch3: yum-multilib-policy-best.patch
60caae8
Patch4: yum-6hr-metadata_expire.patch
53d99eb
990cf51
# Patches from 3.2.X HEAD
Seth Vidal 041cea8
Patch101: yum-HEAD.patch
990cf51
Seth Vidal 78c50b2
URL: http://yum.baseurl.org/
999f6b2
BuildArch: noarch
cvsdist 5b9dd66
BuildRequires: python
cvsdist a1b577e
BuildRequires: gettext
Seth Vidal f6905f0
BuildRequires: intltool
ecefa44
Conflicts: pirut < 1.1.4
2058c6e
Requires: python >= 2.4, rpm-python, rpm >= 0:4.4.2
Seth Vidal 65c611a
Requires: python-iniparse
Florian La Roche 8f6bd85
Requires: python-sqlite
8efc1f1
Requires: urlgrabber
a4a0dfc
Requires: yum-metadata-parser >= 1.1.0
Seth Vidal 1d6ef1b
Requires: pygpgme
Seth Vidal 2e5e16d
Obsoletes: yum-skip-broken, yum-basearchonly
2058c6e
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsdist 5b9dd66
cvsdist 5b9dd66
%description
cvsdist 5b9dd66
Yum is a utility that can check for and automatically download and
cvsdist 5b9dd66
install updated RPM packages. Dependencies are obtained and downloaded 
cvsdist 5b9dd66
automatically prompting the user as necessary.
cvsdist 5b9dd66
2447715
%package updatesd
2447715
Summary: Update notification daemon
2447715
Group: Applications/System
fd4ca45
Requires: yum = %{version}-%{release}
2447715
Requires: dbus-python
2447715
Requires: pygobject2
a118a23
Requires(preun): /sbin/chkconfig
a118a23
Requires(post): /sbin/chkconfig
a118a23
Requires(preun): /sbin/service
a118a23
Requires(post): /sbin/service
2447715
2447715
%description updatesd
2447715
yum-updatesd provides a daemon which checks for available updates and 
2447715
can notify you when they are available via email, syslog or dbus. 
2447715
cvsdist 5b9dd66
%prep
623a2d5
%setup -q
Seth Vidal e012a69
%patch0 -p0 -b .installonly
Seth Vidal 6374875
%patch1 -p0
Seth Vidal 65976d9
%patch2 -p0
Seth Vidal 3ac6088
%patch3 -p0
a45e5c7
60caae8
%patch4 -p1
60caae8
03269df
%patch101 -p1
990cf51
cvsdist 5b9dd66
%build
cvsdist 5b9dd66
make
cvsdist 5b9dd66
cvsdist 5b9dd66
%install
cvsdist 5b9dd66
rm -rf $RPM_BUILD_ROOT
cvsdist 5b9dd66
make DESTDIR=$RPM_BUILD_ROOT install
d256dfe
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/yum.conf
7186111
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d $RPM_BUILD_ROOT/usr/lib/yum-plugins
b671126
9b5186c
# for now, move repodir/yum.conf back
9b5186c
mv $RPM_BUILD_ROOT/%{_sysconfdir}/yum/repos.d $RPM_BUILD_ROOT/%{_sysconfdir}/yum.repos.d
9b5186c
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/yum/yum.conf
ea4e4be
cf6d7c7
# yum-updatesd has moved to the separate source version
cf6d7c7
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/yum/yum-updatesd.conf 
cf6d7c7
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/rc.d/init.d/yum-updatesd
cf6d7c7
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/dbus-1/system.d/yum-updatesd.conf
cf6d7c7
rm -f $RPM_BUILD_ROOT/%{_sbindir}/yum-updatesd
cf6d7c7
rm -f $RPM_BUILD_ROOT/%{_mandir}/man*/yum-updatesd*
20e8c1a
rm -f $RPM_BUILD_ROOT/%{_datadir}/yum-cli/yumupd.py*
cf6d7c7
Seth Vidal f6905f0
%find_lang %name
Seth Vidal f6905f0
cvsdist 5b9dd66
%clean
cvsdist 5b9dd66
rm -rf $RPM_BUILD_ROOT
cvsdist 5b9dd66
Seth Vidal f6905f0
%files -f %{name}.lang
999f6b2
%defattr(-, root, root, -)
bd88795
%doc README AUTHORS COPYING TODO INSTALL ChangeLog
cvsdist 5b9dd66
%config(noreplace) %{_sysconfdir}/yum.conf
e8a0305
%dir %{_sysconfdir}/yum
9b5186c
%dir %{_sysconfdir}/yum.repos.d
2058c6e
%config(noreplace) %{_sysconfdir}/logrotate.d/yum
fe46b07
%dir %{_datadir}/yum-cli
cvsdist 5f1cd6b
%{_datadir}/yum-cli/*
cvsdist 5b9dd66
%{_bindir}/yum
8aeb5fa
%{python_sitelib}/yum
8aeb5fa
%{python_sitelib}/rpmUtils
cvsdist 8113056
%dir /var/cache/yum
Seth Vidal fea203a
%dir /var/lib/yum
2447715
%{_mandir}/man*/yum.*
2447715
%{_mandir}/man*/yum-shell*
7186111
# plugin stuff
7186111
%dir %{_sysconfdir}/yum/pluginconf.d 
7186111
%dir /usr/lib/yum-plugins
cvsdist 5b9dd66
cvsdist 5b9dd66
%changelog
60caae8
* Thu Dec 18 2008 James Antill <james@fedoraproject.org> - 3.2.20-8
60caae8
- merge latest from upstream
60caae8
- move to 6hr metadata
60caae8
Seth Vidal b9681c2
* Mon Dec  8 2008 Seth Vidal <skvidal at fedoraproject.org> - 3.2.20-7
Seth Vidal b9681c2
- merge patch from upstream and remove now old obsoletes patch
Seth Vidal b9681c2
4de3664
* Thu Dec 04 2008 Jesse Keating <jkeating@redhat.com> - 3.2.20-6
4de3664
- Add patch from upstream to fix cases where obsoletes are disabled. (jantill)
4de3664
9c310f9
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 3.2.20-5
9c310f9
- Rebuild for Python 2.6
9c310f9
Seth Vidal 93ba666
* Wed Nov 26 2008 Seth Vidal <skvidal at fedoraproject.org> - 3.2.20-4
Seth Vidal 93ba666
- update head patch
Seth Vidal 93ba666
Seth Vidal 041cea8
* Wed Oct 29 2008 Seth Vidal <skvidal at fedoraproject.org> - 3.2.20-3
Seth Vidal 041cea8
- full patch against HEAD for skipbroken fixes (among others)
Seth Vidal 041cea8
990cf51
* Mon Oct 27 2008 James Antill <james@fedoraproject.org> - 3.2.20-2
990cf51
- Fix listTransaction for skipped packages.
990cf51
Seth Vidal 78c50b2
* Mon Oct 27 2008 Seth Vidal <skvidal at fedoraproject.org> - 3.2.20-1
Seth Vidal 78c50b2
- 3.2.20
Seth Vidal 78c50b2
Seth Vidal ab0d9d9
* Thu Oct 23 2008 Seth Vidal <skvidal at fedoraproject.org> - 3.2.19-6
Seth Vidal ab0d9d9
- update HEAD patch
Seth Vidal ab0d9d9
Seth Vidal 728a1bc
* Wed Oct 15 2008 Seth Vidal <skvidal at fedoraproject.org> - 3.2.19-5
Seth Vidal 728a1bc
- rebase against 3.2.X HEAD
Seth Vidal 728a1bc
Seth Vidal cece8c0
* Tue Oct 14 2008 Seth Vidal <skvidal at fedoraproject.org> - 3.2.19-4
Seth Vidal cece8c0
- pull patch from git to bring us up to current(ish)
Seth Vidal cece8c0
Seth Vidal 534c807
* Wed Sep  3 2008 Seth Vidal <skvidal at fedoraproject.org> - 3.2.19-3
Seth Vidal 534c807
- add patch to fix yum install name.arch matching
Seth Vidal 534c807
Seth Vidal d030b65
* Thu Aug 28 2008 Seth Vidal <skvidal at fedoraproject.org> - 3.2.19-2
Seth Vidal d030b65
- add patch to fix mash's parser use.
Seth Vidal d030b65
Seth Vidal d5d4fd2
* Wed Aug 27 2008 Seth Vidal <skvidal at fedoraproject.org> - 3.2.19-1
Seth Vidal d5d4fd2
- 3.2.19
Seth Vidal d5d4fd2
Seth Vidal 593facb
* Thu Aug  7 2008 Seth Vidal <skvidal at fedoraproject.org> - 3.2.18-1
Seth Vidal 593facb
- 3.2.18
Seth Vidal 593facb
Seth Vidal 719dcfd
* Wed Jul 10 2008 Seth Vidal <skvidal@fedoraproject.org> - 3.2.17-2
Seth Vidal 719dcfd
- add patch from upstream for bug in compare_providers
Seth Vidal 719dcfd
Seth Vidal c3b8245
* Wed Jul  9 2008 Seth Vidal <skvidal@fedoraproject.org> - 3.2.17-1
Seth Vidal c3b8245
- 3.2.17
Seth Vidal c3b8245
Seth Vidal c3b8245
* Tue Jun 24 2008 Jesse Keating <jkeating@redhat.com> - 3.2.16-4
Seth Vidal c3b8245
- Add a couple more upstream patches for even more multilib fixes
Seth Vidal c3b8245
Seth Vidal c3b8245
* Tue Jun 24 2008 Jesse Keating <jkeating@redhat.com> - 3.2.16-3
Seth Vidal c3b8245
- Add another patch from upstream for multilib policy and noarch
Seth Vidal c3b8245
Seth Vidal c3b8245
* Sun May 18 2008 Seth Vidal <skvidal at fedoraproject.org> 3.2.16-2
Seth Vidal c3b8245
- stupid, stupid, stupid
Seth Vidal c3b8245
5b5f82b
Seth Vidal 8a84336
* Fri May 16 2008 Seth Vidal <skvidal at fedoraproject.org> 3.2.16-1
Seth Vidal 8a84336
- 3.2.16
Seth Vidal 8a84336
Seth Vidal 292f100
* Tue Apr 15 2008 Seth Vidal <skvidal at fedoraproject.org> 3.2.14-9
Seth Vidal 292f100
- nine is the luckiest number that there will ever be
Seth Vidal 292f100
Seth Vidal 0da7014
* Tue Apr 15 2008 Seth Vidal <skvidal at fedoraproject.org> 3.2.14-8
Seth Vidal 0da7014
- after many tries - this one fixes translations AND pungi
Seth Vidal 0da7014
Seth Vidal 69fef73
* Thu Apr 10 2008 Seth Vidal <skvidal at fedoraproject.org> 3.2.14-5
Seth Vidal 69fef73
- once more, with feeling
Seth Vidal 69fef73
Seth Vidal a1e4a2c
* Thu Apr 10 2008 Seth Vidal <skvidal at fedoraproject.org> 3.2.14-4
Seth Vidal a1e4a2c
- another big-head-patch
Seth Vidal a1e4a2c
Seth Vidal 1496e10
* Wed Apr  9 2008 Seth Vidal <skvidal at fedoraproject.org> 3.2.14-3
Seth Vidal 1496e10
- apply patch to bring this up to where HEAD is now.
Seth Vidal 1496e10
Seth Vidal 2e5e16d
* Tue Apr  8 2008 Seth Vidal <skvidal at fedoraproject.org> 3.2.14-1
Seth Vidal 2e5e16d
- remove committed patch
Seth Vidal 2e5e16d
- obsoletes yum-basearchonly
Seth Vidal 2e5e16d
Seth Vidal c9f9961
* Tue Apr  1 2008 Seth Vidal <skvidal at fedoraproject.org> 3.2.13-2
Seth Vidal c9f9961
- fix minor typo in comps.py for jkeating
Seth Vidal c9f9961
Seth Vidal 7fc7337
* Thu Mar 20 2008 Seth Vidal <skvidal at fedoraproject.org> 3.2.13-1
Seth Vidal 7fc7337
- 3.2.13
Seth Vidal 7fc7337
Seth Vidal 3ac6088
* Mon Mar 17 2008 Seth Vidal <skvidal at fedoraproject.org> 3.2.12-5
Seth Vidal 3ac6088
- update manpage patch to close bug 437703. Thakns to Kulbir Saini for the patch
Seth Vidal 3ac6088
Seth Vidal 3ac6088
Seth Vidal de6aca1
* Fri Mar 14 2008 Seth Vidal <skvidal at fedoraproject.org> 3.2.12-4
Seth Vidal de6aca1
- multilib_policy=best is  now the default
Seth Vidal de6aca1
Seth Vidal cf6252e
* Thu Mar 13 2008 Seth Vidal <skvidal at fedoraproject.org> 
Seth Vidal cf6252e
- add jeff sheltren's patch to close rh bug 428825
Seth Vidal cf6252e
Seth Vidal 65976d9
* Tue Mar  4 2008 Seth Vidal <skvidal at fedoraproject.org> 3.2.12-3
Seth Vidal 65976d9
- set failovermethod to 'priority' to make jkeating happy
Seth Vidal 65976d9
Seth Vidal 6374875
* Tue Mar  4 2008 Seth Vidal <skvidal at fedoraproject.org> 3.2.12-2
Seth Vidal 6374875
- fix mutually obsoleting providers (like glibc!)
Seth Vidal 6374875
Seth Vidal 859e05f
* Mon Mar  3 2008 Seth Vidal <skvidal at fedoraproject.org> - 3.2.12-1
Seth Vidal 859e05f
- 3.2.12
Seth Vidal 859e05f
Seth Vidal f6905f0
* Fri Feb  8 2008 Seth Vidal <skvidal at fedoraproject.org> - 3.2.11-1
Seth Vidal f6905f0
- 3.2.11
Seth Vidal f6905f0
20e8c1a
* Sun Jan 27 2008 James Bowes <jbowes@redhat.com> 3.2.10-3
20e8c1a
- Remove yumupd.py
20e8c1a
Seth Vidal 1d6ef1b
* Fri Jan 25 2008 Seth Vidal <skvidal at fedoraproject.org> - 3.2.10-1
Seth Vidal 1d6ef1b
- 3.2.10
Seth Vidal 1d6ef1b
- add pygpgme dep
Seth Vidal 1d6ef1b
Seth Vidal 1d6ef1b
Seth Vidal 5077b04
* Wed Dec  5 2007 Seth Vidal <skvidal at fedoraproject.org> - 3.2.8-2
Seth Vidal 5077b04
- keep livecd working - patch from upstream until 3.2.9 comes out
Seth Vidal 5077b04
Seth Vidal 5077b04
Seth Vidal 620aecc
* Mon Dec  3 2007 Seth Vidal <skvidal at fedoraproject.org> - 3.2.8-1
Seth Vidal 620aecc
- 3.2.8
Seth Vidal 620aecc
Seth Vidal 620aecc
Seth Vidal a9197fc
* Wed Nov 28 2007 Seth Vidal <skvidal at fedoraproject.org> - 3.2.7-2
Seth Vidal a9197fc
- fix for lots of output in transaction hanging the transaction
Seth Vidal a9197fc
Seth Vidal ccacc0b
* Fri Oct 12 2007 Seth Vidal <skvidal at fedoraproject.org> - 3.2.7-1
Seth Vidal ccacc0b
- 3.2.7
Seth Vidal ccacc0b
- remove all merged patches
Seth Vidal ccacc0b
Seth Vidal ccacc0b
aa71b7d
* Thu Oct 11 2007 Jeremy Katz <katzj@redhat.com> - 3.2.6-5
aa71b7d
- fix corner case obsoletes depsolving bug
aa71b7d
bf0b77e
* Thu Oct 11 2007 Jeremy Katz <katzj@redhat.com> - 3.2.6-4
bf0b77e
- fix typo in one of yesterday's patches
bf0b77e
92afca1
* Wed Oct 10 2007 Jeremy Katz <katzj@redhat.com> - 3.2.6-3
92afca1
- pull in upstream fixes for obsoletes to not pull in extra arches (#301661),
92afca1
  expose key fingerprint in callback and to remove a debug message
92afca1
Seth Vidal d21ae57
* Mon Oct  8 2007 Seth Vidal <skvidal at fedoraproject.org> 3.2.6-2
Seth Vidal d21ae57
- fixes pre-3.2.7
Seth Vidal d21ae57
Seth Vidal 5b8209e
* Fri Oct  5 2007 Seth Vidal <skvidal at fedoraproject.org> 3.2.6-1
Seth Vidal 5b8209e
- 3.2.6 
Seth Vidal 5b8209e
- remove all old patches
Seth Vidal 5b8209e
983a473
* Wed Sep 25 2007 Jeremy Katz <katzj@redhat.com> - 3.2.5-4
983a473
- pull in fixes from upstream for media handling, pkgid (#291471), and 
983a473
  a potential depsolving bug
983a473
523acfb
* Mon Sep 17 2007 Jeremy Katz <katzj@redhat.com> - 3.2.5-3
523acfb
- fix traceback with closing repos 
523acfb
af89fb7
* Wed Sep 12 2007 Jeremy Katz <katzj@redhat.com> - 3.2.5-2
af89fb7
- add upstream patch to improve RPMTransaction display
af89fb7
Seth Vidal b04cfcd
* Mon Sep 10 2007 Seth Vidal <skvidal at fedoraproject.org> 3.2.5-1
Seth Vidal b04cfcd
- 3.2.5 - pull out unused patches
Seth Vidal b04cfcd
44627af
* Wed Sep  5 2007 Jeremy Katz <katzj@redhat.com> - 3.2.4-4
44627af
- test patch for only packages which are not being otherwise updated to not 
44627af
  be shown as being updated for deps
44627af
Seth Vidal e90dc69
* Wed Aug 29 2007 Seth Vidal <skvidal at fedoraproject.org> 3.2.4-3
Seth Vidal e90dc69
- patch from git-HEAD - unresolved deps
Seth Vidal e90dc69
Seth Vidal a640e14
* Wed Aug 29 2007 Seth Vidal <skvidal at fedoraproject.org> 3.2.4-2
Seth Vidal a640e14
- add ver-to-none patch to fix, a lot of things, actually.
Seth Vidal a640e14
Seth Vidal 65c611a
* Tue Aug 28 2007 Seth Vidal <skvidal at fedoraproject.org> 3.2.4-1
Seth Vidal 65c611a
-  3.2.4 release
Seth Vidal 65c611a
- add python-iniparse dep
Seth Vidal 65c611a
- remove 3.2.3-3 patches since they're include in 3.2.4
Seth Vidal 65c611a
Seth Vidal 65c611a
a2fdb1a
* Tue Aug 28 2007 Jeremy Katz <katzj@redhat.com> - 3.2.3-3
a2fdb1a
- fix some depsolving cases
a2fdb1a
Seth Vidal 54852fc
* Thu Aug 23 2007 Seth Vidal <skvidal at fedoraproject.org> 3.2.3-2
Seth Vidal 54852fc
- add patch to fix bug when yum is redirected to a pipe/file
Seth Vidal 54852fc
Seth Vidal fea203a
* Wed Aug 22 2007 Seth Vidal <skvidal at fedoraproject.org> 3.2.3-1
Seth Vidal fea203a
- yum 3.2.3
Seth Vidal fea203a
- add /var/lib/yum for persistent dir
Seth Vidal fea203a
Seth Vidal 7ed0b21
* Wed Jul 25 2007 Seth Vidal <skvidal at fedoraproject.org> 3.2.2-3
Seth Vidal 7ed0b21
- include panu's rpm-signal-catch patch from yum head.
Seth Vidal f1357a7
- include exception fix, too.
Seth Vidal 7ed0b21
cf6d7c7
* Tue Jul 24 2007 Jeremy Katz <katzj@redhat.com> - 3.2.2-2
cf6d7c7
- remove yum-updatesd subpackage; moving to the separate version
cf6d7c7
cf6d7c7
* Fri Jul 20 2007 Seth Vidal <skvidal at fedoraproject.org> - 3.2.2-1
Seth Vidal 57ab65c
- 3.2.2
Seth Vidal 57ab65c
- disable unused installonlyn plugin
Seth Vidal 57ab65c
- set installonly_limit to '2'
Seth Vidal 57ab65c
999f6b2
* Tue Jul 10 2007 James Bowes <jbowes@redhat.com> - 3.2.1-2
999f6b2
- defattr, buldarch, and macro suggestions from the merge review
999f6b2
Seth Vidal 8bd092a
* Thu Jun 21 2007 Seth Vidal <skvidal at fedoraproject.org> - 3.2.1-1
Seth Vidal 8bd092a
- bump to 3.2.1
Seth Vidal 8bd092a
Seth Vidal 8bd092a
Seth Vidal 20a0320
* Wed May 16 2007 Seth Vidal <skvidal at fedoraproject.org> - 3.2.0-1
Seth Vidal 20a0320
- pull out yum-misc-fixes patch
Seth Vidal 20a0320
- bump to 3.2.0
Seth Vidal 20a0320
b91ebe8
* Mon Apr 30 2007 Jeremy Katz <katzj@redhat.com> - 3.1.7-2
b91ebe8
- add fix for fastestmirror (#238276)
b91ebe8
a4a0dfc
* Fri Apr 27 2007 Jeremy Katz <katzj@redhat.com> - 3.1.7-1
a4a0dfc
- update to 3.1.7 with lots of fixes (including #233427, #237425, #236152, 
a4a0dfc
  #223607, #230851, #232202, #221940, #236409, #201393, #237599)
a4a0dfc
75af02d
* Mon Apr 23 2007 Jeremy Katz <katzj@redhat.com> - 3.1.6-3
75af02d
- include the fix for comps files in extra repos with anaconda (#237546)
75af02d
37d3975
* Wed Apr 18 2007 Jeremy Katz <katzj@redhat.com> - 3.1.6-2
37d3975
- fix install with patterns (#236950)
37d3975
- fix multiple repos in anaconda (#231543)
37d3975
e35cc89
* Wed Apr  4 2007 Jeremy Katz <katzj@redhat.com> - 3.1.6-1
e35cc89
- update to 3.1.6
e35cc89
794982a
* Thu Mar 22 2007 James Bowes <jbowes@redhat.com> - 3.1.5-1
794982a
- update to 3.1.5
794982a
ce902a4
* Wed Mar  7 2007 Jeremy Katz <katzj@redhat.com> - 3.1.4-1
ce902a4
- update to 3.1.4
ce902a4
ff2cb24
* Fri Mar  2 2007 Jeremy Katz <katzj@redhat.com> - 3.1.3-2
ff2cb24
- pile of bugfixes committed upstream (#230734, #230771, and others)
ff2cb24
913fc72
* Thu Mar  1 2007 Jeremy Katz <katzj@redhat.com> - 3.1.3-1
913fc72
- update to 3.1.3
913fc72
- add patch to fix a case where broken deps weren't detected correctly
913fc72
a118a23
* Wed Feb 21 2007 Jeremy Katz <katzj@redhat.com> - 3.1.2-1
a118a23
- 3.1.2
a118a23
42feee9
* Wed Feb 14 2007 Jeremy Katz <katzj@redhat.com> - 3.1.1-3
42feee9
- learn about kernel-debug (#228709)
42feee9
2058c6e
* Tue Feb 13 2007 James Bowes <jbowes@redhat.com> - 3.1.1-2
2058c6e
- Spec file updates from the merge review: use correct buildroot,
2058c6e
  mark logrotate file as noreplace, require correct versions of python
2058c6e
  and rpm, use name macro in source0.
2058c6e
9b5186c
* Thu Feb  8 2007 Jeremy Katz <katzj@redhat.com> - 3.1.1-1
9b5186c
- update to 3.1.1
9b5186c
- keep config bits in old locations for now
9b5186c
29f6831
* Mon Jan 22 2007 Jeremy Katz <katzj@redhat.com> - 3.1.0-2
29f6831
- fix typo in yum-updatesd
29f6831
a1beb33
* Mon Jan 22 2007 Jeremy Katz <katzj@redhat.com> - 3.1.0-1
a1beb33
- update to 3.1.0
a1beb33
07e5993
* Fri Dec 15 2006 Jeremy Katz <katzj@redhat.com> - 3.0.1-6
07e5993
- fix yum provides (#219716)
07e5993
2f8faea
* Tue Dec 12 2006 Jeremy Katz <katzj@redhat.com> - 3.0.1-5
2f8faea
- further python 2.5 fix (Deji Akingunola, #219244)
2f8faea
- fix silent failures (#219030)
2f8faea
fa66697
* Mon Dec 11 2006 Jeremy Katz <katzj@redhat.com> - 3.0.1-4
fa66697
- fix typo in python2.5 patch (#219029)
fa66697
534ee80
* Wed Dec  6 2006 Jeremy Katz <katzj@redhat.com> - 3.0.1-3
534ee80
- fixes to work with python 2.5
534ee80
da330ec
* Fri Nov 10 2006 Jeremy Katz <katzj@redhat.com> - 3.0.1-2
da330ec
- yum-updatesd fixes (#213622, #212494, #212507)
da330ec
570cac7
* Fri Nov  3 2006 Jeremy Katz <katzj@redhat.com> - 3.0.1-1
570cac7
- update to 3.0.1
570cac7
Paul Nasrat f492c49
* Fri Oct 13 2006 Paul Nasrat <pnasrat@redhat.com> - 3.0-6
Paul Nasrat f492c49
- fix package comparison for available packages
Paul Nasrat f492c49
7d69710
* Thu Oct 12 2006 Jeremy Katz <katzj@redhat.com> - 3.0-5
7d69710
- fix traceback when syslog not available (#208773)
7d69710
- fix package comparison not properly handling different arches (#210316)
7d69710
8762895
* Tue Oct 10 2006 Jeremy Katz <katzj@redhat.com> - 3.0-4
8762895
- fix traceback on package download error (#210135, #210181, #210115)
8762895
07e6434
* Thu Oct  5 2006 Jeremy Katz <katzj@redhat.com> - 3.0-3
07e6434
- fix traceback referencing var (#209471)
07e6434
- add dgregor's basepath patch
07e6434
5eac6b2
* Thu Oct  5 2006 Jeremy Katz <katzj@redhat.com> - 3.0-2
5eac6b2
- fix traceback in yum-updatesd
5eac6b2
7785adb
* Wed Oct  4 2006 Jeremy Katz <katzj@redhat.com> - 3.0-1
7785adb
- 3.0 
7785adb
a2e78ca
* Fri Sep 29 2006 Jeremy Katz <katzj@redhat.com> - 2.9.8-1
a2e78ca
- update to 2.9.8 with the past two fixes as well as fixes for 
a2e78ca
  exclude/include lines in config files
a2e78ca
65bf0bb
* Thu Sep 28 2006 Jeremy Katz <katzj@redhat.com> - 2.9.7-4
65bf0bb
- fix trying to reget existing files (#208460)
65bf0bb
460e54d
* Wed Sep 27 2006 Jeremy Katz <katzj@redhat.com> - 2.9.7-3
460e54d
- and better fix for upstream (jbowes)
460e54d
1ebda63
* Wed Sep 27 2006 Jeremy Katz <katzj@redhat.com> - 2.9.7-2
1ebda63
- backout patch that breaks anaconda
1ebda63
100ef67
* Wed Sep 27 2006 Jeremy Katz <katzj@redhat.com> - 2.9.7-1
100ef67
- update to 2.9.7
100ef67
f539ae2
* Thu Sep 21 2006 James Bowes <jbowes@redhat.com> - 2.9.6-2
f539ae2
- Remove unused imports in installonlyn
f539ae2
83fcb6f
* Wed Sep  6 2006 Jeremy Katz <katzj@redhat.com> - 2.9.6-1
83fcb6f
- update to 2.9.6
83fcb6f
def9aac
* Tue Sep  5 2006 Jeremy Katz <katzj@redhat.com> - 2.9.5-5
def9aac
- update to current CVS snap (20060906) in advance of the final 2.9.6 tarball
def9aac
- bring back the installonlyn fixes 
def9aac
8d7ab39
* Thu Aug 31 2006 Jeremy Katz <katzj@redhat.com> - 2.9.5-4
8d7ab39
- revert installonlyn changes; they require changes that will only be in 2.9.6
8d7ab39
6580444
* Wed Aug 30 2006 Jeremy Katz <katzj@redhat.com> - 2.9.5-3
6580444
- fix deprecation warnings in installonlyn (Jack Neely)
6580444
ccfb245
* Thu Aug 24 2006 Jeremy Katz <katzj@redhat.com> - 2.9.5-2
ccfb245
- add patch to fix case of an empty rpmdb (eg, at install time #204005)
ccfb245
49ebd98
* Wed Aug 23 2006 Jeremy Katz <katzj@redhat.com> - 2.9.5-1
49ebd98
- update to 2.9.5
49ebd98
7424117
* Fri Aug 18 2006 Chris Lumens <clumens@redhat.com> 2.9.4-4
7424117
- Add patch to fix pattern matching (#202974).
7424117
301cdf3
* Fri Aug 18 2006 Karsten Hopp <karsten@redhat.com> - 2.9.4-3
301cdf3
- revert last change
301cdf3
521c706
* Thu Aug 17 2006 Karsten Hopp <karsten@redhat.com> - 2.9.4-2
521c706
- Requires: libxml2-python for updatesd subpackage
521c706
b604843
* Wed Aug  9 2006 Jeremy Katz <katzj@redhat.com> - 2.9.4-1
b604843
- update to 2.9.4 (including logging fixes, gpg checking fix, 
b604843
  and fixes for #200901, #200346, #189483)
b604843
Florian La Roche 35f4b71
* Mon Jul 24 2006 Florian La Roche <laroche@redhat.com> - 2.9.3-2
Florian La Roche 35f4b71
- add patch to not require /dev/log (not present in chroots) #199558
Florian La Roche 35f4b71
b7d11ed
* Wed Jul 12 2006 Jeremy Katz <katzj@redhat.com> - 2.9.3-1
9f3703f
- update to 2.9.3
9f3703f
- add fix for taking the yum lock more than once and a variable typo from CVS
9f3703f
07ace2b
* Wed Jul  5 2006 Jeremy Katz <katzj@redhat.com> - 2.9.2-3
07ace2b
- few other little api fixes (#197603, #197607)
07ace2b
01e4128
* Mon Jul  3 2006 Jeremy Katz <katzj@redhat.com> - 2.9.2-2
01e4128
- fix tyop (#197398)
01e4128
fd4ca45
* Wed Jun 28 2006 Jeremy Katz <katzj@redhat.com> - 2.9.2-1
fd4ca45
- update to 2.9.2
fd4ca45
2447715
* Tue Jun 27 2006 Jeremy Katz <katzj@redhat.com> - 2.9.1-2
2447715
- move yum-updatesd into a subpackage
2447715
- no longer ship the yum update cronjob, yum-updatesd can do this instead
2447715
ecefa44
* Tue Jun 20 2006 Jeremy Katz <katzj@redhat.com> - 2.9.1-1
ecefa44
- update to 2.9.1
ecefa44
Paul Nasrat ab2cb00
* Mon Jun 19 2006 Paul Nasrat <pnasrat@redhat.com> - 2.9.0-8
Paul Nasrat ab2cb00
- Fix resolvedeps
Paul Nasrat ab2cb00
4dc7503
* Thu Jun 15 2006 Bill Nottingham <notting@redhat.com> 2.9.0-7
4dc7503
- require pygobject2 (for yum-updatesd)
4dc7503
4d106d3
* Thu Jun 15 2006 Chris Lumens <clumens@redhat.com> 2.9.0-6
4d106d3
- Fix compareEVR traceback.
4d106d3
Paul Nasrat 62a7a8d
* Wed Jun 14 2006 Paul Nasrat <pnasrat@redhat.com> - 2.9.0-5
Paul Nasrat 62a7a8d
- Various fixups (key grab and importing, composite exception handling)
Paul Nasrat 62a7a8d
ea4e4be
* Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 2.9.0-4
ea4e4be
- install yum-updatesd bits
ea4e4be
35e91fa
* Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 2.9.0-3
35e91fa
- add patch to fix filelist crash installing/querying the filesystem package
35e91fa
- add patch to fix excludes
35e91fa
e8c1d7a
* Mon Jun 12 2006 Jeremy Katz <katzj@redhat.com> - 2.9.0-2
e8c1d7a
- add patch for mirror errors
e8c1d7a
bd88795
* Mon Jun 12 2006 Jeremy Katz <katzj@redhat.com> - 2.9.0-1
bd88795
- update to 2.9.0, require C-based metadata parser to speed things up
bd88795
ae3b658
* Mon Jun  5 2006 Jeremy Katz <katzj@redhat.com> - 2.6.1-4
ae3b658
- handle PAE kernels in installonlyn (#194064)
ae3b658
Paul Nasrat 3317de5
* Thu May 25 2006 Paul Nasrat <pnasrat@redhat.com> - 2.6.1-3
Paul Nasrat 3317de5
- Rebuild with patch
Paul Nasrat 3317de5
Paul Nasrat 86f8921
* Wed May 24 2006 Paul Nasrat <pnasrat@redhat.com> - 2.6.1-2
Paul Nasrat 86f8921
- backport mirror failure callback 
Paul Nasrat 86f8921
fef78c1
* Wed Apr 26 2006 Jeremy Katz <katzj@redhat.com> - 2.6.1-1
fef78c1
- update to 2.6.1 with fixes for #181406, #185309, #161190, #185946
fef78c1
727c674
* Tue Apr 18 2006 Jeremy Katz <katzj@redhat.com> - 2.6.0-3
727c674
- more proxy fixing for non CLI use case (#185309)
727c674
0c863b4
* Mon Apr 10 2006 Jeremy Katz <katzj@redhat.com> - 2.6.0-2
0c863b4
- add fix for xen0/xenU kernels in installonlyn (#187894)
53d99eb
- add fix for proxies with the mirror list (#161190)
0c863b4
4b010ac
* Mon Mar  6 2006 Jeremy Katz <katzj@redhat.com> - 2.6.0-1
4b010ac
- update to 2.6.0 final containing fix for #176257
4b010ac
Paul Nasrat 7b4bc7a
* Fri Mar 03 2006 Paul Nasrat <pnasrat@redhat.com> - 2.5.3-5
Paul Nasrat 7b4bc7a
- Add support for patterns in YumBase.install()
Paul Nasrat 7b4bc7a
Paul Nasrat e0e60ff
* Thu Mar 02 2006 Paul Nasrat <pnasrat@redhat.com> - 2.5.3-4
Paul Nasrat e0e60ff
- Cover pkg then group selection in conditional group support (#181858)
Paul Nasrat e0e60ff
Paul Nasrat 6a903c7
* Thu Mar 02 2006 Paul Nasrat <pnasrat@redhat.com> - 2.5.3-3
Paul Nasrat 6a903c7
- Conditional group support (#181858)
Paul Nasrat 6a903c7
7204c9e
* Fri Feb 24 2006 Jeremy Katz <katzj@redhat.com> - 2.5.3-2
4509fbe
- fix installyonlyn bug with tokeep > 2 (#176704)
4509fbe
b26e7b6
* Wed Feb 22 2006 Jeremy Katz <katzj@redhat.com> - 2.5.3-1
b26e7b6
- Update to 2.5.3 with fixes for lots of stuff (and all of our patches applied)
b26e7b6
  (#177528, #177737, #179512, others)
b26e7b6
Paul Nasrat 195a418
* Fri Feb 10 2006 Paul Nasrat <pnasrat@redhat.com> - 2.5.1-5
Paul Nasrat 195a418
- Merge patches from head for group plugin support and conditionals
Paul Nasrat 195a418
Paul Nasrat a90e405
* Fri Feb 03 2006 Paul Nasrat <pnasrat@redhat.com> - 2.5.1-4
Paul Nasrat a90e405
- Fix group unselect traceback (cf #177737)
Paul Nasrat a90e405
Paul Nasrat 8e9013e
* Tue Jan 31 2006 Paul Nasrat <pnasrat@redhat.com> - 2.5.1-3
Paul Nasrat 8e9013e
- Merge upstream patches (sortabletransactiondata, grouplists)
Paul Nasrat 8e9013e
Paul Nasrat 9adb224
* Sun Jan 15 2006 Paul Nasrat <pnasrat@redhat.com> - 2.5.1-2
Paul Nasrat 9adb224
- Fix group removal traceback (#177737)
Paul Nasrat 9adb224
623a2d5
* Sun Jan  8 2006 Jeremy Katz <katzj@redhat.com> - 2.5.1-1
623a2d5
- seth loves me and made a 2.5.1 release.  so no cvs snap for you! 
623a2d5
7506ec9
* Sun Jan  8 2006 Jeremy Katz <katzj@redhat.com> - 2.5.1-0.20060108
7506ec9
- update to CVS snap
7506ec9
Paul Nasrat 1cb75e7
* Wed Dec 21 2005 Paul Nasrat <pnasrat@redhat.com> - 2.5.0-5
Paul Nasrat 1cb75e7
- Make txmbr hashable (#175975)
Paul Nasrat 1cb75e7
Paul Nasrat c0f8793
* Fri Dec 16 2005 Paul Nasrat <pnasrat@redhat.com> - 2.5.0-4
Paul Nasrat c0f8793
- Fix for KeyError when no location['base']
Paul Nasrat c0f8793
66d43cd
* Wed Dec 14 2005 Jeremy Katz <katzj@redhat.com> - 2.5.0-3
66d43cd
- better mirrorlist fix
66d43cd
74e4bb4
* Wed Dec 14 2005 Jeremy Katz <katzj@redhat.com> - 2.5.0-2
74e4bb4
- revert installyonlyn change that wasn't supposed to get committed
74e4bb4
- better fix for #175647 that doesn't cause tracebacks when deps 
74e4bb4
  need updating too
74e4bb4
- fix mirrorlist corruption (#175436)
74e4bb4
627ca25
* Tue Dec 13 2005 Jeremy Katz <katzj@redhat.com> - 2.5.0-1
627ca25
- update to 2.5.0
627ca25
- add patch for traceback in #175647
627ca25
346a7a2
* Sat Dec 10 2005 Jeremy Katz <katzj@redhat.com> - 2.5.0-0.20051210
346a7a2
- update to newer CVS
346a7a2
946925b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
946925b
- rebuilt
946925b
499f75a
* Wed Dec  7 2005 Jeremy Katz <katzj@redhat.com> - 2.5.0-0.20051207
499f75a
- update to cvs snap for new group code and lots of other stuff
499f75a
72e63fc
* Tue Dec  6 2005 Jeremy Katz <katzj@redhat.com> - 2.4.1-3
72e63fc
- ... and actually apply the patch
72e63fc
5a95c77
* Mon Dec  5 2005 Jeremy Katz <katzj@redhat.com> - 2.4.1-2
5a95c77
- add Panu's patch for cachecookie cleaning (#174715)
5a95c77
- change default cache time to 30 minutes to match new upstream
5a95c77
68e0791
* Wed Nov 30 2005 Jeremy Katz <katzj@redhat.com> - 2.4.1-1
68e0791
- update to 2.4.1
68e0791
- add PLUGINS to the docs
68e0791
- fix another installonlyn bug (#174001)
68e0791
99b6ff3
* Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 2.4.0-14
99b6ff3
- really fix kernel-smp-devel
99b6ff3
01d2082
* Fri Nov 11 2005 Jeremy Katz <katzj@redhat.com> - 2.4.0-13
01d2082
- handle installonlypkgs in provides too to handle, eg, 
01d2082
  kernel-smp-devel (#172981)
01d2082
2efbe72
* Thu Nov 10 2005 Jeremy Katz <katzj@redhat.com> - 2.4.0-12
2efbe72
- fix problem with custom kernel names in installonlyn (#172855)
2efbe72
- make it more obvious how to add more tokeep with installonlyn
2efbe72
Paul Nasrat 94c84be
* Wed Nov 09 2005 Paul Nasrat <pnasrat@redhat.com> - 2.4.0-11
Paul Nasrat 94c84be
- Expose location base from metadata
Paul Nasrat 94c84be
6e70f5c
* Tue Nov  8 2005 Jeremy Katz <katzj@redhat.com> - 2.4.0-10
6e70f5c
- fix problem in installonlyn that caillon hit where removing kernels 
6e70f5c
  would trigger instead of only happening on update/install of kernels
6e70f5c
- make plugin config files noreplace
6e70f5c
3209008
* Mon Nov  7 2005 Jeremy Katz <katzj@redhat.com> - 2.4.0-9
3209008
- enable plugins by default
3209008
- add installyonlyn plugin so that we only keep two kernels around by default
3209008
42317cf
* Mon Oct 24 2005 Jeremy Katz <katzj@redhat.com> - 2.4.0-8
42317cf
- drop macro patch
42317cf
- more fixes for returnByName* stuff -- need to leave best arch selection
42317cf
  to the caller
42317cf
Paul Nasrat 9ffeac1
* Sun Oct 23 2005 Paul Nasrat <pnasrat@redhat.com> - 2.4.0-7
Paul Nasrat 9ffeac1
- Drop anaconda flag patch
Paul Nasrat 9ffeac1
- Fix ppc64pseries/iseries basearch substitution
Paul Nasrat 9ffeac1
Paul Nasrat ed2347c
* Thu Oct 06 2005 Paul Nasrat <pnasrat@redhat.com> - 2.4.0-6
Paul Nasrat ed2347c
- Backport transaction constants
Paul Nasrat ed2347c
- Allow setting anaconda flag
Paul Nasrat ed2347c
7186111
* Tue Oct  4 2005 Jeremy Katz <katzj@redhat.com>
7186111
- add dirs for plugins
7186111
Paul Nasrat 6ad5435
* Tue Sep 27 2005 Jeremy Katz <katzj@redhat.com> - 2.4.0-5
fe46b07
- add yum-cli dir (#169334)
fe46b07
05eb5a0
* Wed Sep 21 2005 Jeremy Katz <katzj@redhat.com> - 2.4.0-4
05eb5a0
- make returnByName* be consistent in what it returns (#168712)
05eb5a0
05eb5a0
* Fri Sep 16 2005 Jeremy Katz <katzj@redhat.com> - 2.4.0-3
05eb5a0
- add two patches for anaconda that have been committed upstream
05eb5a0
  * allow removal of packages from transaction
05eb5a0
  * support search by name with sqlite
05eb5a0
Paul Nasrat 4563643
* Thu Sep 01 2005 Paul Nasrat <pnasrat@redhat.com> - 2.4.0-2
Paul Nasrat 4563643
- Initial version of macro support patch
Paul Nasrat 4563643
90425cb
* Tue Aug 16 2005 Jeremy Katz <katzj@redhat.com> - 2.4.0-1
90425cb
- update to 2.4.0
90425cb
8aeb5fa
* Fri Jul  8 2005 Jeremy Katz <katzj@redhat.com> - 2.3.4-1
8aeb5fa
- update to 2.3.4
8aeb5fa
- use %%{python_sitelib} in the file list
8aeb5fa
052cf12
* Wed Jun 15 2005 Jeremy Katz <katzj@redhat.com> - 2.3.3-1
052cf12
- update to 2.3.3
052cf12
Paul Nasrat 904bae4
* Wed May 25 2005 Paul Nasrat <pnasrat@redhat.com> - 2.3.2-7
Paul Nasrat 904bae4
- Drop erase reversal patch 
Paul Nasrat 904bae4
Paul Nasrat b1a52f0
* Tue May 24 2005 Paul Nasrat <pnasrat@redhat.com> - 2.3.2-6
Paul Nasrat b1a52f0
- Erase/remove reversing for yum cli (#158577)
Paul Nasrat b1a52f0
d85c9fd
* Tue May 24 2005 Jeremy Katz <katzj@redhat.com> - 2.3.2-5
d85c9fd
- allow multiple packages _providing_ kernel-devel (or any installonlypkgs) 
d85c9fd
  to be installed (#155988)
d85c9fd
56fad2d
* Mon May 23 2005 Jeremy Katz <katzj@redhat.com> - 2.3.2-4
56fad2d
- fix traceback on out of disk space error
56fad2d
aa332e3
* Fri May 20 2005 Jeremy Katz <katzj@redhat.com> - 2.3.2-3
aa332e3
- add fixes from Seth for the shell to run depsolve and to clean up 
aa332e3
  output somewhat (#158267)
aa332e3
3695a72
* Thu May  5 2005 Jeremy Katz <katzj@redhat.com> - 2.3.2-2
3695a72
- handle ppc64/sparc64 "correctly"
3695a72
e8a0305
* Mon Apr  4 2005 Jeremy Katz <katzj@redhat.com> - 2.3.2-1
e8a0305
- update to 2.3.2, now requires python-elementtree for xml parsing
e8a0305
7e9c97c
* Tue Mar 15 2005 Jeremy Katz <katzj@redhat.com> - 2.3.1-3
7e9c97c
- add patch from gijs for sqlite changes
7e9c97c
Florian La Roche 8f6bd85
* Mon Mar 14 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche 8f6bd85
- python-sqlite3 -> python-sqlite
Florian La Roche 8f6bd85
8efc1f1
* Mon Mar  7 2005 Jeremy Katz <katzj@redhat.com> - 2.3.1-1
8efc1f1
- update to 2.3.1
8efc1f1
- urlgrabber is split out into its own package now
8efc1f1
- require python-sqlite3
8efc1f1
9c4a80c
* Tue Feb 22 2005 Jeremy Katz <katzj@redhat.com> - 2.3.0-2
9c4a80c
- fix the duplicate repos with the same id bug
9c4a80c
ff272bd
* Mon Feb 21 2005 Jeremy Katz <katzj@redhat.com> - 2.3.0-1
ff272bd
- update to 2.3.0
ff272bd
9b0f0ed
* Tue Jan 25 2005 Jeremy Katz <katzj@redhat.com> - 2.1.13-1
9b0f0ed
- update to 2.1.13
9b0f0ed
b2c1edf
* Sat Jan 22 2005 Jeremy Katz <katzj@redhat.com> - 2.1.12-2
b2c1edf
- allow multiple kernel-devel packages to be installed
b2c1edf
Florian La Roche 733c21b
* Wed Jan 12 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche 733c21b
- add small patch to fix dep reporting
Florian La Roche 733c21b
c9cda34
* Mon Nov 29 2004 Jeremy Katz <katzj@redhat.com> - 2.1.12-1
c9cda34
- update to 2.1.12
c9cda34
- add hack from jbj to workaround python 2.4 urllib breakage (#138535)
c9cda34
5f4322a
* Mon Nov  8 2004 Jeremy Katz <katzj@redhat.com> - 2.1.11-4
e8df870
- rebuild for python 2.4
e8df870
5f4322a
* Sun Oct 31 2004 Bill Nottingham <notting@redhat.com> - 2.1.11-3
5f4322a
- fix multilib update patch to allow installing noarch (#135396, continued)
5f4322a
5f4322a
* Fri Oct 29 2004 Jeremy Katz <katzj@redhat.com> - 2.1.11-2
5f4322a
- add patch to fix multilib updates on ia32e (#135396)
5f4322a
5f4322a
* Thu Oct 28 2004 Jeremy Katz <katzj@redhat.com> - 2.1.11-1
5f4322a
- update to 2.1.11
5f4322a
  - fix config file error handling
5f4322a
  - better handling of empty lines/comments in mirror lists
5f4322a
  - improve some error messages
5f4322a
5f4322a
* Sun Oct 24 2004 Jeremy Katz <katzj@redhat.com> - 2.1.10-3.1
b671126
- make the cron job executable (#136764)
b671126
9de5956
* Thu Oct 21 2004 Jeremy Katz <katzj@redhat.com> - 2.1.10-3
9de5956
- actually remove the repositories
9de5956
931cc8b
* Wed Oct 20 2004 Jeremy Katz <katzj@redhat.com> - 2.1.10-2
931cc8b
- remove repositories from being explicitly listed in yum.conf, 
931cc8b
  .repo files will be included in the fedora-release package
931cc8b
f4e664f
* Tue Oct 19 2004 Jeremy Katz <katzj@redhat.com> - 2.1.10-1
f4e664f
- update to 2.1.10
f4e664f
  * updated man pages
f4e664f
  * make more resilient to broken groups file
f4e664f
  * fix urlgrabber failure callback (#136178)
f4e664f
837720f
* Mon Oct 18 2004 Jeremy Katz <katzj@redhat.com> - 2.1.9-1
837720f
- 2.1.9 includes the path fix
837720f
9213f8b
* Mon Oct 18 2004 Jeremy Katz <katzj@redhat.com> - 2.1.8-2
9213f8b
- fix path in /usr/bin/yum
9213f8b
- turn on gpgchecking by default
9213f8b
e2e8615
* Mon Oct 18 2004 Bill Nottingham <notting@redhat.com> - 2.1.8-1
e2e8615
- 2.1.8, fixes #135735, #135998, #135775
e2e8615
23e9467
* Wed Oct 13 2004 Jeremy Katz <katzj@redhat.com> - 2.1.7-2
23e9467
- add yum-arch
23e9467
ed143a0
* Wed Oct 13 2004 Jeremy Katz <katzj@redhat.com> - 2.1.7-1
ed143a0
- 2.1.7
ed143a0
- use mirror list by default
ed143a0
940f7e0
* Wed Oct  6 2004 Bill Nottingham <notting@redhat.com> - 2.1.6-1
940f7e0
- 2.1.6
940f7e0
9cfa5ea
* Mon Oct  4 2004 Jeremy Katz <katzj@redhat.com> - 2.1.5-1
9cfa5ea
- 2.1.5
9cfa5ea
- turn on obsoletes=1 by default in yum.conf
9cfa5ea
6921172
* Wed Sep 29 2004 Bill Nottingham <notting@redhat.com> - 2.1.4-1
6921172
- 2.1.4
6921172
cvsdist df86455
* Fri Sep  3 2004 Bill Nottingham <notting@redhat.com> - 2.1.3-1
cvsdist df86455
- 2.1.3
cvsdist df86455
cvsdist 7121eb1
* Thu Sep  2 2004 Jeremy Katz <katzj@redhat.com> - 2.1.2-1
cvsdist 7121eb1
- 2.1.2
cvsdist 7121eb1
cvsdist 5f1cd6b
* Wed Sep  1 2004 Jeremy Katz <katzj@redhat.com> - 2.1.1-1
cvsdist 5f1cd6b
- 2.1.1
cvsdist 5f1cd6b
cvsdist 8113056
* Tue Aug 31 2004 Jeremy Katz <katzj@redhat.com> - 2.1.0-1
cvsdist 8113056
- update to 2.1.0
cvsdist 8113056
cvsdist eb8ffad
* Wed Jul 7 2004  Elliot Lee <sopwith@redhat.com> 2.0.7-3
cvsdist eb8ffad
- Back to rawhide
cvsdist eb8ffad
cvsdist eb8ffad
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist eb8ffad
- rebuilt
cvsdist eb8ffad
cvsdist fc3535b
* Tue May 11 2004 Elliot Lee <sopwith@redhat.com> 2.0.7-1.1
cvsdist fc3535b
- Update config again
cvsdist fc3535b
cvsdist fc3535b
* Fri May  7 2004 Jeremy Katz <katzj@redhat.com> 2.0.7-1
cvsdist fc3535b
- update to 2.0.7
cvsdist fc3535b
- change config to point to final FC2 locations
cvsdist fc3535b
cvsdist fc3535b
* Fri Apr 16 2004 Jeremy Katz <katzj@redhat.com> - 2.0.7-0.20040416
cvsdist fc3535b
- new snap 
cvsdist fc3535b
cvsdist fc3535b
* Sat Apr  3 2004 Jeremy Katz <katzj@redhat.com> 2.0.7-0.20040403
cvsdist fc3535b
- new snap, should fix yum -e name.arch
cvsdist fc3535b
cvsdist a6a0c1d
* Wed Mar 17 2004 Jeremy Katz <katzj@redhat.com> 2.0.6-1
cvsdist a6a0c1d
- update to 2.0.6
cvsdist a6a0c1d
cvsdist a6a0c1d
* Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> 2.0.5.20040310-1
cvsdist a6a0c1d
- update to today's snap
cvsdist a6a0c1d
cvsdist a6a0c1d
* Wed Mar  3 2004 Jeremy Katz <katzj@redhat.com> 2.0.5.20040303-1
cvsdist a6a0c1d
- today's snap
cvsdist a6a0c1d
cvsdist a6a0c1d
* Tue Mar  2 2004 Jeremy Katz <katzj@redhat.com> - 2.0.5.20040229-1
cvsdist a6a0c1d
- update again per seth's request
cvsdist a6a0c1d
cvsdist a6a0c1d
* Thu Feb 26 2004 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist a6a0c1d
- mv /etc/init.d -> /etc/rc.d/init.d
cvsdist a6a0c1d
cvsdist a6a0c1d
* Tue Feb 24 2004 Jeremy Katz <katzj@redhat.com> - 2.0.5.20040224-1
cvsdist a6a0c1d
- newer
cvsdist a6a0c1d
cvsdist a6a0c1d
* Mon Feb 23 2004 Jeremy Katz <katzj@redhat.com> - 2.0.5.20040223-1
cvsdist a6a0c1d
- update to current snapshot per skvidal's request
cvsdist a6a0c1d
- add retries=20 to yum.conf
cvsdist a6a0c1d
cvsdist a6a0c1d
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist a6a0c1d
- rebuilt
cvsdist a6a0c1d
cvsdist 6a29a66
* Fri Jan 23 2004 Bill Nottingham <notting@redhat.com> 2.0.4.20040103-1
cvsdist 6a29a66
- update to current snapshot
cvsdist 6a29a66
- fix config for FC2 test 1
cvsdist a1b577e
cvsdist a1b577e
* Tue Dec 23 2003 Jeff Johnson <jbj@redhat.com> 2.0.4-5
cvsdist a1b577e
- build yum daily snapshot for amd64 fix.
cvsdist a1b577e
cvsdist a1b577e
* Wed Nov 12 2003 Bill Nottingham <notting@redhat.com> 2.0.4-4
cvsdist a1b577e
- patch for excluding dirs in yum-arch from CVS
cvsdist a1b577e
cvsdist a1b577e
* Thu Nov  6 2003 Jeremy Katz <katzj@redhat.com> 2.0.4-3
cvsdist a1b577e
- patch to work with python 2.3 from Seth
cvsdist a1b577e
cvsdist d56b2b4
* Wed Oct 29 2003 Elliot Lee <sopwith@redhat.com> 2.0.4-2
cvsdist d56b2b4
- Stick in a new yum.conf for FC1.
cvsdist d56b2b4
cvsdist 5b9dd66
* Mon Oct 20 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 5b9dd66
- new upstream release 2.0.4
cvsdist 5b9dd66
cvsdist 5b9dd66
* Tue Sep 16 2003 Jeff Johnson <jbj@redhat.com> 2.0.3-1
cvsdist 5b9dd66
- update to 2.0.3
cvsdist 5b9dd66
- drop yum-init patch, merged into 2.0.3.
cvsdist 5b9dd66
- change rpm version requirement to 4.1.1.
cvsdist 5b9dd66
cvsdist 5b9dd66
* Thu Jul 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 5b9dd66
- change init script to more current RHL style
cvsdist 5b9dd66
cvsdist 5b9dd66
* Wed Jul 23 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 5b9dd66
- require libxml2-python, because yum does
cvsdist 5b9dd66
cvsdist 5b9dd66
* Thu Jul 17 2003 Jeff Johnson <jbj@redhat.com> 2.0-1
cvsdist 5b9dd66
- update to 2.0.
cvsdist 5b9dd66
cvsdist 5b9dd66
* Thu May 22 2003 Jeff Johnson <jbj@redhat.com> 1.98-0.20030522
cvsdist 5b9dd66
- update to snapshot.
cvsdist 5b9dd66
cvsdist 5b9dd66
* Mon May 12 2003 Jeff Johnson <jbj@redhat.com> 1.98-0.20030512
cvsdist 5b9dd66
- create.