diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-07-10 18:26:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-07-10 18:26:17 +0000 |
commit | 57750edf1ccf9a71871bf6e746df5ad868a7a92e (patch) | |
tree | 8f4296fe1df37a4a4e16e3c68724a76e7730e1df /NEWS | |
parent | 186d1cfd88ce0e894d4252a7638866e014de52c3 (diff) | |
download | urpmi-57750edf1ccf9a71871bf6e746df5ad868a7a92e.tar urpmi-57750edf1ccf9a71871bf6e746df5ad868a7a92e.tar.gz urpmi-57750edf1ccf9a71871bf6e746df5ad868a7a92e.tar.bz2 urpmi-57750edf1ccf9a71871bf6e746df5ad868a7a92e.tar.xz urpmi-57750edf1ccf9a71871bf6e746df5ad868a7a92e.zip |
o fix creation of chroot with --root by using /var/lib/rpm/installed-through-deps.list
(instead of having it in /var/lib/urpmi)
it's a saner place to put this file anyway
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ o handle --debug-librpm o fix --parallel on local media (ie when synthesis.cz is not copied to /var/lib/urpmi) o fix --parallel --auto-select when one box is up-to-date but not the others (#41924) + o fix creation of chroot with --root by using /var/lib/rpm/installed-through-deps.list + (instead of having it in /var/lib/urpmi) - urpmi.addmedia: o make --mirrorlist with no url equivalent to --mirrorlist '$MIRRORLIST' (#40283) o --interactive: fix selecting "noauto" media (#39522) |