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 98ccee7
Version: 3.2.28
James Antill c512bf7
Release: 7%{?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
Patch3: yum-multilib-policy-best.patch
Seth Vidal 928019e
Patch4: no-more-exactarchlist.patch
Seth Vidal 138ad8f
Patch5: geode-arch.patch
James Antill c512bf7
Patch51: arm-basearch.patch
Seth Vidal ba355b7
Patch6: yum-HEAD.patch
James Antill 347ce5b
Patch7: yum-PK-auto-close-fix.patch
990cf51
James Antill 5983bf4
Patch8: skip-broken-rel-eng.patch
James Antill 5983bf4
Patch9: BZ-701744-collapse-libc.patch
James Antill 5983bf4
edf9988
Patch20: yum-manpage-files.patch
edf9988
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 6ef79ad
Obsoletes: yum-skip-broken <= 1.1.18
Seth Vidal 6ef79ad
Obsoletes: yum-basearchonly <= 1.1.9
5af5bdd
Obsoletes: yum-allow-downgrade < 1.1.20-0
5af5bdd
Obsoletes: yum-plugin-allow-downgrade < 1.1.22-0
5af5bdd
Obsoletes: yum-plugin-protect-packages < 1.1.27-0
Seth Vidal d5f16b6
Obsoletes: yum-plugin-download-order <= 0.2-2
Seth Vidal 6ef79ad
Provides: yum-skip-broken
Seth Vidal 6ef79ad
Provides: yum-basearchonly
5af5bdd
Provides: yum-allow-downgrade
5af5bdd
Provides: yum-plugin-allow-downgrade
5af5bdd
Provides: yum-protect-packages
5af5bdd
Provides: yum-plugin-protect-packages
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 
a783b70
automatically, prompting the user for permission 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 3ac6088
%patch3 -p0
Seth Vidal 928019e
%patch4 -p0
Seth Vidal 138ad8f
%patch5 -p1
James Antill c512bf7
%patch51 -p1
Seth Vidal 92c6b4f
%patch6 -p1
James Antill 347ce5b
%patch7 -p1
James Antill 5983bf4
%patch8 -p1
James Antill 5983bf4
%patch9 -p1
edf9988
%patch20 -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
3a616d3
# Ghost files:
3a616d3
mkdir -p $RPM_BUILD_ROOT/var/lib/yum/history
3a616d3
mkdir -p $RPM_BUILD_ROOT/var/lib/yum/plugins
3a616d3
mkdir -p $RPM_BUILD_ROOT/var/lib/yum/yumdb
3a616d3
touch $RPM_BUILD_ROOT/var/lib/yum/uuid
3a616d3
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
5af5bdd
%dir %{_sysconfdir}/yum/protected.d
0501029
%dir %{_sysconfdir}/yum.repos.d
5af5bdd
%dir %{_sysconfdir}/yum/vars
2058c6e
%config(noreplace) %{_sysconfdir}/logrotate.d/yum
Seth Vidal 09f86ec
%{_sysconfdir}/bash_completion.d
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
3a616d3
%ghost /var/lib/yum/uuid
3a616d3
%ghost /var/lib/yum/history
3a616d3
%ghost /var/lib/yum/plugins
3a616d3
%ghost /var/lib/yum/yumdb
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
James Antill c512bf7
* Tue May 31 2011 James Antill <james at fedoraproject.org> - 3.2.28-7
James Antill c512bf7
- Change arm basearch to arm
James Antill c512bf7
James Antill 0e3973d
* Wed May 11 2011 James Antill <james at fedoraproject.org> - 3.2.28-6
James Antill 5983bf4
- Update consolidate_libc to fix new version issue.
James Antill 5983bf4
- Limit skip-broken to 30 loops, for rel-eng.
James Antill 5983bf4
Seth Vidal bd5173d
* Tue Oct  5 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.28-5
Seth Vidal bd5173d
- bumping to 3.2.28-5 so f12 doesn't have a higher version
Seth Vidal bd5173d
- bug # 640181
Seth Vidal bd5173d
James Antill 347ce5b
* Tue Sep 14 2010 James Antill <james at fedoraproject.org> - 3.2.28-4
James Antill 347ce5b
- Fix auto-close bug with GPG key installs.
James Antill 347ce5b
- Resolves: bug#622179
James Antill 347ce5b
Seth Vidal d5f16b6
* Fri Aug 27 2010 Seth Vidal <skvidal at fedoraproject.org>
Seth Vidal d5f16b6
- obsoleted yum-plugin-download-order
Seth Vidal d5f16b6
Seth Vidal 21c4988
* Thu Aug 12 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.28-3
Seth Vidal 21c4988
- latest head
Seth Vidal 21c4988
- fix gpg key import
Seth Vidal 21c4988
- more unicode fixes
Seth Vidal 21c4988
- output slightly more clear depsovling error msgs
Seth Vidal 21c4988
Seth Vidal 92c6b4f
* Mon Aug  9 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.28-2
Seth Vidal 92c6b4f
- latest head
Seth Vidal 92c6b4f
- unicide fixes
Seth Vidal 92c6b4f
- sqlite history db conversion fixes
Seth Vidal 92c6b4f
Seth Vidal 92c6b4f
Seth Vidal 98ccee7
* Fri Jul 30 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.28-1
Seth Vidal 98ccee7
- 3.2.28
Seth Vidal 98ccee7
Seth Vidal 98ccee7
f111f88
* Wed Jul 28 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 3.2.27-21
f111f88
- Again rebuild against python 2.7
f111f88
Seth Vidal d4b9212
* Mon Jul 26 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.27-20
Seth Vidal d4b9212
- latest head
Seth Vidal d4b9212
- minor fixes and doc updates
Seth Vidal d4b9212
- hardlink yumdb files to conserve spacde
Seth Vidal d4b9212
- cache yumdb results
Seth Vidal d4b9212
5c21423
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 3.2.27-19
5c21423
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
5c21423
22e7667
* Fri Jul 16 2010 James Antill <james@fedoraproject.org> - 3.2.27-18
22e7667
- Latest head.
22e7667
- Add history addon-info.
22e7667
- Add new callbacks, verify and compare_providers.
22e7667
- Fix rpm transaction fail API break, probably only for anaconda.
22e7667
- Bug fixes.
22e7667
2cad306
* Fri Jun 25 2010 James Antill <james@fedoraproject.org> - 3.2.27-17
2cad306
- Latest head.
2cad306
- Allow reinstalls of kernel, etc.
2cad306
- Tweaks to some user output.
2cad306
- Allow Fedora GPG keys to be removed.
2cad306
- Add history extra data API, and history plugin hooks.
2cad306
- Bunch of minor bug fixes.
2cad306
22866e9
* Tue Jun 15 2010 James Antill <james@fedoraproject.org> - 3.2.27-16
22866e9
- Latest head.
22866e9
- Fix install being recorded as reinstall.
22866e9
- Make localinstall not install obsoleted only by installed.
22866e9
- Fix info -v, on available packages.
22866e9
- Fix man page stuff.
22866e9
- Deal with unicide on rpmdb problems.
22866e9
- Allow ipkg.repo.name to work.
22866e9
- Add ville's epoch None vs. 0 code, in compareEVR.
22866e9
978ce46
* Fri Jun 11 2010 James Antill <james@fedoraproject.org> - 3.2.27-15
978ce46
- Latest head.
978ce46
- Add filtering requires code for createrepo.
978ce46
- Add installed_by/changed_by yumdb values.
978ce46
- Tweak output for install/reinstall/downgrade callbacks.
978ce46
- Add plugin hooks for pre/post verifytrans.
978ce46
- Deal with local pkgs. which only obsolete.
978ce46
- No chain removals on downgrade.
978ce46
- Bunch of speedups for "list installed blah", and "remove blah".
978ce46
Seth Vidal fbad97c
* Wed Jun  2 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.27-14
Seth Vidal fbad97c
- merge in latest yum head:
Seth Vidal fbad97c
- change decompressors to support lzma, if python module is available
Seth Vidal fbad97c
- finnish translation fixes
Seth Vidal fbad97c
- pyint vs pylong fix for formatRequire() so we stop spitting back the wrong requires strings to mock on newish rpm
Seth Vidal fbad97c
- add exit_on_lock option
Seth Vidal fbad97c
- Deal with RHEL-5 loginuid damage
Seth Vidal fbad97c
- Fix pkgs. that are excluded after being put in yb.up ... BZ#597853
Seth Vidal fbad97c
- Opt. for rpmdb.returnPackages(patterns=...). Drops about 30%% from remove time.
Seth Vidal fbad97c
- Fix "remove name-version", really minor API bug before last patch
Seth Vidal fbad97c
Seth Vidal 5c52931
* Wed May 26 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.27-13
Seth Vidal 5c52931
- minor cleanups for yum-utils with --setopt
Seth Vidal 5c52931
- translation updates
Seth Vidal 5c52931
66b4211
* Thu May 13 2010 James Antill <james@fedoraproject.org> - 3.2.27-12
66b4211
- Latest head.
66b4211
- History db version 2
66b4211
- Some bug fixes
66b4211
- More paranoid/leanient with rpmdb cache problems.
66b4211
6e0d7bc
* Wed May  5 2010 James Antill <james@fedoraproject.org> - 3.2.27-11
6e0d7bc
- Fix from head for mock, mtime=>ctime due to caches and fixed installroot
6e0d7bc
- Fix for typo in new problems code, bug 589008
6e0d7bc
Seth Vidal c8c6348
* Mon May  3 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.27-10
Seth Vidal c8c6348
- latest head
Seth Vidal c8c6348
- fixes yum chroot path duplication
Seth Vidal c8c6348
- yum.log perms
Seth Vidal c8c6348
5af5bdd
* Thu Apr 29 2010 James Antill <james@fedoraproject.org> - 3.2.27-9
5af5bdd
- Latest yum-3_2_X head.
5af5bdd
- Added protect packages.
5af5bdd
- Bug fixes from the yum bug day.
5af5bdd
- Added removed size output.
5af5bdd
- Added glob: to all list config. options.
5af5bdd
- Fix fsvars.
5af5bdd
a783b70
* Thu Apr 22 2010 James Antill <james@fedoraproject.org> - 3.2.27-8
a783b70
- Latest yum-3_2_X head.
a783b70
- Add deselections.
a783b70
- Add simple depsolve into compare_providers
a783b70
- Speedup distro-sync blah.
a783b70
6d49d94
* Fri Apr 16 2010 James Antill <james@fedoraproject.org> - 3.2.27-7
6d49d94
- Latest yum-3_2_X head.
6d49d94
- Add the "big update" speedup patch.
6d49d94
- Add nocontexts ts flag.
6d49d94
- Add provides and obsoleted to "yum check".
6d49d94
- Add new dump_xml stuff for createrepo/modifyrepo.
6d49d94
- Move /var/lib/yum/vars to /etc/yum/vars
6d49d94
2b3882a
* Mon Apr 12 2010 James Antill <james@fedoraproject.org> - 3.2.27-6
2b3882a
- Latest yum-3_2_X head.
2b3882a
- Fix the caching changes.
2b3882a
f18a95e
* Sat Apr 10 2010 James Antill <james@fedoraproject.org> - 3.2.27-5
f18a95e
- Latest yum-3_2_X head.
f18a95e
- Remove the broken assert in sqlitesack
f18a95e
Seth Vidal 596a4aa
* Thu Apr  8 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.27-4
Seth Vidal 596a4aa
- more latest headness
Seth Vidal 596a4aa
d087212
* Fri Mar 26 2010 James Antill <james@fedoraproject.org> - 3.2.27-3
d087212
- Latest yum-3_2_X head.
d087212
Seth Vidal b691e92
* Tue Mar 23 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.27-2
Seth Vidal b691e92
- broke searching in PK, this patch fixes it.
Seth Vidal b691e92
Seth Vidal 7f6aa9d
* Thu Mar 18 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.27-1
Seth Vidal 7f6aa9d
- 3.2.27 from upstream (more or less the same as 3.2.26-6 but with a new number
Seth Vidal 7f6aa9d
Seth Vidal 2c61598
* Thu Mar 11 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.26-6
Seth Vidal 2c61598
- should be the final HEAD update before 3.2.27
Seth Vidal 2c61598
2be7aa0
* Thu Feb 24 2010 James Antill <james@fedoraproject.org> - 3.2.26-5
2be7aa0
- new HEAD, minor features and speed.
2be7aa0
Seth Vidal d80963b
* Wed Feb 17 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.26-4
Seth Vidal d80963b
- new HEAD to fix the fix to the fix
Seth Vidal d80963b
Seth Vidal ba355b7
* Tue Feb 16 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.26-3
Seth Vidal ba355b7
- latest head - including fixes to searchPrcos
Seth Vidal ba355b7
Seth Vidal 35cc7aa
* Wed Feb 10 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.26-2
Seth Vidal 35cc7aa
- grumble.
Seth Vidal 35cc7aa
Seth Vidal d43ff68
* Tue Feb  9 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.26-1
Seth Vidal d43ff68
- final 3.2.26
Seth Vidal d43ff68
Seth Vidal 06f814b
* Mon Feb  8 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.25-14
Seth Vidal 06f814b
- $uuid, pkgtags searching, latest HEAD patch - pre 3.2.26
Seth Vidal 06f814b
9b43c9d
* Fri Jan 28 2010 James Antill <james at fedoraproject.org> - 3.2.25-13
9b43c9d
- A couple of bugfixes, most notably:
9b43c9d
-  you can now install gpg keys again!
9b43c9d
-  bad installed file requires don't get cached.
9b43c9d
Seth Vidal db615d6
* Fri Jan 22 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.25-12
Seth Vidal db615d6
- someone forgot to push their changes
Seth Vidal db615d6
Seth Vidal 9c57a37
* Fri Jan 22 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.25-11
Seth Vidal 9c57a37
- more fixes, more fun
Seth Vidal 9c57a37
4e80bca
* Fri Jan 15 2010 James Antill <james at fedoraproject.org> - 3.2.25-10
0bbfb74
- latest head
0bbfb74
- Fixes for pungi, rpmdb caching and kernel-PAE-devel duplicates finding
0bbfb74
- among others.
0bbfb74
Seth Vidal d9c89ce
* Mon Jan  4 2010 Seth Vidal <skvidal at fedoraproject.org> - 3.2.25-8
Seth Vidal d9c89ce
- latest head
Seth Vidal d9c89ce
36e4acc
* Thu Dec 10 2009 James Antill <james at fedoraproject.org> - 3.2.25-7
c69ef4b
- Fixes the mash bug, lookup in the tsInfo too. :(
36e4acc
- And fix the txmbr/po confusion ... third build the charm.
c69ef4b
3427e23
* Fri Dec  4 2009 James Antill <james at fedoraproject.org> - 3.2.25-4
da4f145
- Fixes for yum clean all, BZ 544173
3427e23
- Also allow "yum clean rpmdb" to work, bad tester, bad.
da4f145
Seth Vidal 09f86ec
* Thu Dec  3 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.25-2
Seth Vidal 09f86ec
- rebuild yum with latest HEAD patch
Seth Vidal 09f86ec
- add rpmdb caching patch james wrote to see if it breaks everyone :)
Seth Vidal 09f86ec
Seth Vidal 09f86ec
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