diff options
author | Francois Pons <fpons@mandriva.com> | 2002-09-23 10:12:46 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-09-23 10:12:46 +0000 |
commit | 1176f5bb6d4ccffc5abfa57d8b95239eef788dab (patch) | |
tree | 2f297fbb716867d41dcb350cad6052b6ea07acf3 /urpmi.spec | |
parent | 18d552e36bc478f79b7c8c2ab56694615f9e5f62 (diff) | |
download | urpmi-1176f5bb6d4ccffc5abfa57d8b95239eef788dab.tar urpmi-1176f5bb6d4ccffc5abfa57d8b95239eef788dab.tar.gz urpmi-1176f5bb6d4ccffc5abfa57d8b95239eef788dab.tar.bz2 urpmi-1176f5bb6d4ccffc5abfa57d8b95239eef788dab.tar.xz urpmi-1176f5bb6d4ccffc5abfa57d8b95239eef788dab.zip |
4.0-21mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -2,7 +2,7 @@ Name: urpmi Version: 4.0 -Release: 20mdk +Release: 21mdk License: GPL Source0: %{name}.tar.bz2 Source1: %{name}.logrotate @@ -194,14 +194,20 @@ fi %files -n urpmi-parallel-ka-run %defattr(-,root,root) +%doc urpm/README.ka-run %{perl_vendorlib}/urpm/parallel_ka_run.pm %files -n urpmi-parallel-ssh %defattr(-,root,root) +%doc urpm/README.ssh %{perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Mon Sep 23 2002 François Pons <fpons@mandrakesoft.com> 4.0-21mdk +- fixed bad copy of files when a relative symlink is used. +- added minimal README documentation files for distributed modules. + * Tue Sep 17 2002 François Pons <fpons@mandrakesoft.com> 4.0-20mdk - gc: fixed curl proxy management. |