diff options
author | Francois Pons <fpons@mandriva.com> | 2001-08-29 18:00:15 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-08-29 18:00:15 +0000 |
commit | 3b4d26e88c788cf1aee710fe9b43653c944c9384 (patch) | |
tree | a7919f15557414d363716f319422badedd3f0876 /urpmi.spec | |
parent | e2f6e178f6cbd8da5cc2250297faa7efbfa4dc9d (diff) | |
download | urpmi-3b4d26e88c788cf1aee710fe9b43653c944c9384.tar urpmi-3b4d26e88c788cf1aee710fe9b43653c944c9384.tar.gz urpmi-3b4d26e88c788cf1aee710fe9b43653c944c9384.tar.bz2 urpmi-3b4d26e88c788cf1aee710fe9b43653c944c9384.tar.xz urpmi-3b4d26e88c788cf1aee710fe9b43653c944c9384.zip |
gloup.
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.7 -Release: 5mdk +Release: 6mdk License: GPL Source0: %{name}.tar.bz2 Source1: %{name}.logrotate @@ -94,7 +94,7 @@ rm -f /var/lib/urpmi/depslist %{_sbindir}/urpmi.* %{_mandir}/man?/urpm* # find_lang isn't able to find man pages yet... -%lang(fr) %{_mandir}/fr/man?/urpm* +%lang(fr) %{_mandir}/fr/man*/* %{perl_sitearch}/urpm.pm %files -n gurpmi @@ -112,6 +112,11 @@ rm -f /var/lib/urpmi/depslist %changelog +* Wed Aug 29 2001 François Pons <fpons@mandrakesoft.com> 1.7-6mdk +- fixed multiple asking of same choices. +- possibly fixed array error in resolving choices. +- fixed wrong reference to fr man pages. + * Wed Aug 29 2001 François Pons <fpons@mandrakesoft.com> 1.7-5mdk - rebuild with latest rpm. |