Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
yum-basearchonly: Yum plugin to let Yum install only basearch packages.
- Summary
- this plugin makes Yum only install basearch packages on multiarch systems.
If you type 'yum install foo' on a x68_64 system, only 'foo-x.y.x86_46.rpm' is installed.
If you want to install the foo-x.y.i386.rpm, you have to type 'yum install foo.i386'.
The plugin only works with 'yum install'.
Changelog
- * Mon May 26 01:00:00 2008 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Sat Apr 12 01:00:00 2008 James Antill <james{*}antill{%}redhat{*}com> - 1.1.10-9
-
- Fix yumdownloader --source
- Resolves: rhbz#391791
- * Tue Apr 1 01:00:00 2008 James Antill <james{*}antill{%}redhat{*}com> - 1.1.10-8
-
- Backport man pages
- Resolves: rhbz#438169