diff options
author | Francois Pons <fpons@mandriva.com> | 2001-02-19 14:57:00 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-02-19 14:57:00 +0000 |
commit | 6ddaba111cd902eca907f80d3fb13ee5807be4f4 (patch) | |
tree | e524564f8c72718c2bc2b5a4363748c6cc4d0c71 /urpmi.spec | |
parent | 455e08ae4e2cd042766999d9948744fa45ff12b1 (diff) | |
download | urpmi-6ddaba111cd902eca907f80d3fb13ee5807be4f4.tar urpmi-6ddaba111cd902eca907f80d3fb13ee5807be4f4.tar.gz urpmi-6ddaba111cd902eca907f80d3fb13ee5807be4f4.tar.bz2 urpmi-6ddaba111cd902eca907f80d3fb13ee5807be4f4.tar.xz urpmi-6ddaba111cd902eca907f80d3fb13ee5807be4f4.zip |
*** empty log message ***
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -2,7 +2,7 @@ Name: urpmi Version: 1.5 -Release: 4mdk +Release: 5mdk License: GPL Source0: %{name}.tar.bz2 Summary: User mode rpm install @@ -75,8 +75,8 @@ fi exit 0 %post +[ -z "$DURING_INSTALL" -a -f /var/lig/urpmi/depslist ] && %{_sbindir}/urpmi.update -a rm -f /var/lib/urpmi/depslist -[ -z "$DURING_INSTALL" ] && %{_sbindir}/urpmi.update -a %preun -n autoirpm autoirpm.uninstall @@ -113,6 +113,11 @@ autoirpm.uninstall %changelog +* Mon Feb 19 2001 François Pons <fpons@mandrakesoft.com> 1.5-5mdk +- fixed -m mode for prompting user if needed. +- fixed -m mode with depandancies resolving. +- avoid update urpmi db except if old urpmi. + * Fri Feb 16 2001 François Pons <fpons@mandrakesoft.com> 1.5-4mdk - fixed -m mode with failed depandancies. |