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 2efc5dd
Version: 3.2.25
Seth Vidal 2efc5dd
Release: 1%{?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
Seth Vidal 928019e
Patch4: no-more-exactarchlist.patch
Seth Vidal 138ad8f
Patch5: geode-arch.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
Seth Vidal b0c1ce5
Requires: python-urlgrabber >= 3.9.0-8
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 6374875
%patch1 -p0
Seth Vidal 0cac957
#%%%patch2 -p0
Seth Vidal 3ac6088
%patch3 -p0
Seth Vidal 928019e
%patch4 -p0
Seth Vidal 138ad8f
%patch5 -p1
Seth Vidal cb9abbb
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
Seth Vidal 7525723
%config(noreplace) %{_sysconfdir}/yum/version-groups.conf
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
Seth Vidal 2efc5dd
* Wed Oct 14 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.25-1
Seth Vidal 2efc5dd
- 3.2.25
Seth Vidal 2efc5dd
Seth Vidal e80406d
* Wed Sep 30 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.24-9
Seth Vidal e80406d
- revert yum. import patch b/c it breaks a bunch of things
Seth Vidal e80406d
Seth Vidal 7525723
* Wed Sep 30 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.24-8
Seth Vidal 7525723
- fix up broken build b/c of version-groups.conf file
Seth Vidal 7525723
Seth Vidal a7dc759
* Tue Sep 29 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.24-7
Seth Vidal a7dc759
- fixes for odd outputs from ts.run and logs for what we store in history
Seth Vidal a7dc759
Seth Vidal 4e4a922
* Wed Sep 23 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.24-6
Seth Vidal 4e4a922
- new head patch - fixes some issues with history and chroots
Seth Vidal 4e4a922
Seth Vidal 72c11df
* Mon Sep 21 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.24-5
Seth Vidal 72c11df
- latest head patch - includes yum history feature.
Seth Vidal 72c11df
Seth Vidal 8e0730c
* Tue Sep 15 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.24-4
Seth Vidal 8e0730c
- new head patch - translation updates and a few bug fixes
Seth Vidal 8e0730c
Seth Vidal 138ad8f
* Wed Sep  9 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.24-3
Seth Vidal 138ad8f
- add geode arch patch for https://bugzilla.redhat.com/show_bug.cgi?id=518415
Seth Vidal 138ad8f
Seth Vidal 138ad8f
Seth Vidal 615a727
* Thu Sep  3 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.24-2
Seth Vidal 615a727
- modify cachedir to include variables
Seth Vidal 615a727
Seth Vidal 928019e
* Thu Sep  3 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.24-1
Seth Vidal 928019e
- 3.2.24
Seth Vidal 928019e
Seth Vidal 3551d01
* Wed Sep  2 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.23-16
Seth Vidal 3551d01
- fix globbing issue 520810
Seth Vidal 3551d01
Seth Vidal c0bb84f
* Mon Aug 31 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.23-15
Seth Vidal c0bb84f
- one more head update - fixes some fairly ugly but kind of minor bugs
Seth Vidal c0bb84f
Seth Vidal 84b819d
* Tue Aug 18 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.23-14
Seth Vidal 84b819d
- update to latest head pre 3.2.24
Seth Vidal 84b819d
- add requirement on python-urlgrabber 3.9.0 and up
Seth Vidal 84b819d
Seth Vidal f857167
* Wed Aug  5 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.23-13
Seth Vidal f857167
- latest head - right after freeze
Seth Vidal f857167
Seth Vidal 78790da
* Tue Aug  4 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.23-12
Seth Vidal 78790da
- latest head - right before freeze :)
Seth Vidal 78790da
c897982
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.23-11
c897982
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c897982
Seth Vidal aeeac7b
* Wed Jul 22 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.23-10
Seth Vidal aeeac7b
- remove exactarchlist by request for rawhide
Seth Vidal aeeac7b
Seth Vidal 0cac957
* Thu Jul  2 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.23-9
Seth Vidal 0cac957
- update to latest head - make livecd creation work again in rawhide
Seth Vidal 0cac957
- disable one of the man page patches until after 3.2.24 is released b/c
Seth Vidal 0cac957
  of the changes to the man page in the head patch
Seth Vidal 0cac957
Seth Vidal 0cac957
3dd8146
* Mon Jun 22 2009 James Antill <james at fedoraproject.org> - 3.2.23-8
4e47b50
- Update to latest head:
4e47b50
- Fix old recursion bug, found by new code.
4e47b50
- Resolves: bug#507220
4e47b50
b0d7fa4
* Sun Jun 21 2009 James Antill <james at fedoraproject.org> - 3.2.23-6
b0d7fa4
- Update to latest head:
b0d7fa4
- Unbreak delPackage() excludes.
b0d7fa4
- Other fixes/etc.
b0d7fa4
03e3dd9
* Fri Jun 19 2009 James Antill <james at fedoraproject.org> - 3.2.23-5
03e3dd9
- Actually apply the HEAD patch included yesterday :).
03e3dd9
Seth Vidal 24c2c62
* Thu Jun 18 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.23-4
Seth Vidal 24c2c62
- update to latest head
Seth Vidal 24c2c62
Seth Vidal 4b483d8
* Mon Jun  8 2009 Seth Vidal <skvidal at fedoraproject.org>
Seth Vidal 4b483d8
- truncate changelog
Seth Vidal 4b483d8
Seth Vidal 1f0fe1a
* Wed May 20 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.23-2
Seth Vidal 1f0fe1a
- add patch to close rpmdb completely
Seth Vidal 1f0fe1a
Seth Vidal 97d2411
* Tue May 19 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.23-1
Seth Vidal 97d2411
- 3.2.23
Seth Vidal 97d2411
Seth Vidal cb9abbb
* Mon May 11 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.22-5
Seth Vidal cb9abbb
- jump up to almost 3.2.23. 
Seth Vidal cb9abbb
- had to move patch0 around a bit until we rebase to 3.2.23
Seth Vidal cb9abbb
d228acd
* Thu Apr  9 2009 James Antill <james at fedoraproject.org> - 3.2.22-4
d228acd
- fix typo for yum-complete-transaction message.
d228acd
Seth Vidal c11f6e2
* Wed Apr  8 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.22-3
Seth Vidal c11f6e2
- fix for file:// urls which makes things in pungi/mash work
Seth Vidal c11f6e2
Seth Vidal fde8e23
* Tue Apr  7 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.22-2
Seth Vidal fde8e23
- yum-HEAD minus the yumdb patches
Seth Vidal fde8e23
Seth Vidal cc43f72
* Tue Mar 24 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.22-1
Seth Vidal cc43f72
- 3.2.22 - 3 patches beyond 3.2.21-16
Seth Vidal cc43f72
Seth Vidal d3e2fea
* Mon Mar 16 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.21-16
Seth Vidal d3e2fea
- fix for 490490
Seth Vidal d3e2fea
Seth Vidal 57af572
* Fri Mar 13 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.21-15
Seth Vidal 57af572
- update to upstream git to fix conditionals problem on anaconda installs
Seth Vidal 57af572
Seth Vidal dfce831
* Thu Mar 12 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.21-14
Seth Vidal dfce831
- latest HEAD
Seth Vidal dfce831
Seth Vidal ded622b
* Tue Mar 10 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.21-13
Seth Vidal ded622b
- f11beta build
Seth Vidal ded622b
Seth Vidal 95f149d
* Wed Mar  4 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.21-12
Seth Vidal 95f149d
- second verse, same as the first
Seth Vidal 95f149d
Seth Vidal a2c371f
* Fri Feb 27 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.21-10
Seth Vidal a2c371f
- merge up a lot of fixes from latest HEAD
Seth Vidal a2c371f
2a67cb1
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.21-10
2a67cb1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2a67cb1
Seth Vidal 133e249
* Tue Feb 10 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.21-9
Seth Vidal 133e249
- merge up to latest yum head - sort of a pre 3.2.22
Seth Vidal 133e249
Seth Vidal 75f88ef
* Wed Feb  4 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.21-8
Seth Vidal 75f88ef
- fix for YumHeaderPackages so it plays nicely w/createrepo and mergerepo, etc
Seth Vidal 75f88ef
Seth Vidal bc5a1fc
* Thu Jan 29 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.21-7
Seth Vidal bc5a1fc
- update HEAD patch to fix repodiff (and EVR comparisons in certain cases)
Seth Vidal bc5a1fc
Seth Vidal 33f14d3
* Tue Jan 27 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.21-6
Seth Vidal 61decef
- patch to keep anaconda (and other callers) happy
Seth Vidal 33f14d3
- remove old 6hr patch which is now upstream
Seth Vidal 61decef
Seth Vidal a3baa21
* Mon Jan 26 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.21-4
Seth Vidal a3baa21
- patch to latest HEAD to test a number of fixes for alpha
Seth Vidal a3baa21
Seth Vidal 5b22f5a
* Tue Jan 20 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.21-3
Seth Vidal 5b22f5a
- add a small patch to make things play a bit nicer with the logging module
Seth Vidal 5b22f5a
  in 2.6
Seth Vidal 5b22f5a
Seth Vidal 5b22f5a
Seth Vidal 11cc5c7
* Wed Jan  7 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.21-1
Seth Vidal 11cc5c7
- bump to 3.2.21
Seth Vidal 11cc5c7
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