summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-09-23 10:12:46 +0000
committerFrancois Pons <fpons@mandriva.com>2002-09-23 10:12:46 +0000
commit1176f5bb6d4ccffc5abfa57d8b95239eef788dab (patch)
tree2f297fbb716867d41dcb350cad6052b6ea07acf3 /urpmi.spec
parent18d552e36bc478f79b7c8c2ab56694615f9e5f62 (diff)
downloadurpmi-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.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 99e835f8..075eceb9 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -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.