With the latest rawhide stuff there are a number of inconsistencies: 1. Python is now python-2.2.1-4 while some stuff used by up2date is still written to /usr/lib/python15 directory. 2. python-xmlrpc package is no longer there (rhnlib needed?) 3. Running up2date gives the following error: # up2date -l Traceback (most recent call last): File "/usr/sbin/up2date", line 1169, in ? main() File "/usr/sbin/up2date", line 364, in main up2date.updateLoginInfo() File "/usr/share/rhn/up2date_client/up2date.py", line 556, in updateLoginInfo loginInfo = login() File "/usr/share/rhn/up2date_client/up2date.py", line 480, in login server = getServer() File "/usr/share/rhn/up2date_client/up2date.py", line 397, in getServer password=proxyPassword) TypeError: __init__() got an unexpected keyword argument 'username'
Yup, it's broke. Probabaly will be for a while, while I refactor most of the code and port it to rawhide.