OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 23-Jan-2003 14:44:16
Branch: HEAD Handle: 2003012313441600
Modified files:
openpkg-re todo.txt
Log:
remember issues
Summary:
Revision Changes Path
1.37 +10 -0 openpkg-re/todo.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/todo.txt
============================================================================
$ cvs diff -u -r1.36 -r1.37 todo.txt
--- openpkg-re/todo.txt 23 Jan 2003 13:20:16 -0000 1.36
+++ openpkg-re/todo.txt 23 Jan 2003 13:44:16 -0000 1.37
@@ -7,6 +7,16 @@
TODO:
+ o perl and perl-xxx: binary RPMs of perl-xxx require _EXACTLY_ the version of perl
+ under run-time because of contained version strings in paths. Possible solution
+ openpkg: %define versionof() %(%{l_prefix}/bin/rpm -q --qf '%{VERSION}' %1)
+ perl-xxx: PreReq: perl = %{versionof perl}
+
+ 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
+ correctly support the point above.
+
o upgrade to RPM 4.1
o virtual packages and provides/conflicts: we would expect that if
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]