OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 20-Mar-2003 12:08:53
Branch: HEAD Handle: 2003032011085200
Modified files:
openpkg-re todo.txt
Log:
cyclic requirement between perl-www/URI.pm and perl-xml/SOAP/Lite.pm
Summary:
Revision Changes Path
1.84 +5 -0 openpkg-re/todo.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/todo.txt
============================================================================
$ cvs diff -u -r1.83 -r1.84 todo.txt
--- openpkg-re/todo.txt 20 Mar 2003 08:43:51 -0000 1.83
+++ openpkg-re/todo.txt 20 Mar 2003 11:08:52 -0000 1.84
@@ -80,6 +80,11 @@
openpkg: %define versionof() %(%{l_prefix}/bin/rpm -q --qf '%{VERSION}' %1)
perl-xxx: PreReq: perl = %{versionof perl}
+ o cyclic requirement: %{l_prefix}/lib/perl/site_perl/5.8.0/SOAP/Lite.pm
+ from perl-xml requires URI.pm which comes with perl-www. Besides the
+ fact that it is overkill to install perl-www just to get URI.pm,
+ perl-www requires perl-xml.
+
o macro expansion issue: a macro should have the ability to determine the current
RPM operation (query, build, install). It is for instance required for %integrity
which currently complains under e.g. -qpi. Additionally it is required to
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]