+++ This bug was initially created as a clone of Bug #435388 +++ When trying to push an RPM to Spacewalk which has files which is longer than 256 chars, we got traceback.
Commited as 3dac44dcd818c1cdba62a193fbc2d9d4f30b3526
I increased the size to 4000 as it is maximum of varchar2 on Oracle9 and the path can be really long so something like 512 will be probably hit soon as well...
SQL> desc rhnPackageCapability Name Null? Type ----------------------------------------- -------- ---------------------------- ID NOT NULL NUMBER NAME NOT NULL VARCHAR2(4000) VERSION VARCHAR2(64) CREATED NOT NULL DATE MODIFIED NOT NULL DATE verified