diff options
author | Francois Pons <fpons@mandriva.com> | 2000-08-31 16:23:35 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-08-31 16:23:35 +0000 |
commit | f667b15f2f8e00633870646b7a8b08f33118f248 (patch) | |
tree | 91edec05863db38daf560b206f98d090853407d7 /urpmi.spec | |
parent | a776556def1b27c1a42aee9468e65f85cbf9f108 (diff) | |
download | urpmi-f667b15f2f8e00633870646b7a8b08f33118f248.tar urpmi-f667b15f2f8e00633870646b7a8b08f33118f248.tar.gz urpmi-f667b15f2f8e00633870646b7a8b08f33118f248.tar.bz2 urpmi-f667b15f2f8e00633870646b7a8b08f33118f248.tar.xz urpmi-f667b15f2f8e00633870646b7a8b08f33118f248.zip |
*** empty log message ***
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -2,7 +2,7 @@ Name: urpmi Version: 1.3 -Release: 1mdk +Release: 2mdk License: GPL Source0: %{name}.tar.bz2 Summary: User mode rpm install @@ -67,6 +67,12 @@ if [ "$1" = "0" ]; then fi exit 0 +%post +if [ -r /var/lib/urpmi/depslist ]; then + rm -f /var/lib/urpmi/depslist + [ -z "$DURING_INSTALL" ] && %{_sbindir}/urpmi.updatemedia +fi + %preun -n autoirpm autoirpm.uninstall @@ -96,6 +102,12 @@ autoirpm.uninstall %changelog +* Tue Aug 31 2000 François Pons <fpons@mandrakesoft.com> 1.3-2mdk +- added code to proper upgrade of urpmi 1.2. +- added small correction in urpmi for basesystem selection. +- fixed help invocation (thanks to Bryan Paxton). +- modified urpmf not to use rpmtools-compat. + * Mon Aug 28 2000 François Pons <fpons@mandrakesoft.com> 1.3-1mdk - 1.3 of urpmi. - use rpmtools perl interface to access hdlist and build requires. |