zam@clusterfs.com
2007-Feb-06 15:54 UTC
[Lustre-devel] [Bug 11663] lustre rpm build failure due to kernel version string mismatch
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by
using the following link:
https://bugzilla.lustre.org/show_bug.cgi?id=11663
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|bugs@clusterfs.com |zam@clusterfs.com
Status|NEW |ASSIGNED
Created an attachment (id=9530)
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by
using the following link:
--> (https://bugzilla.lustre.org/attachment.cgi?id=9530&action=view)
remove CONFIG_LOCALVERSION from the sles10 bigsmp kernel config
the extra "-bigsmp" is from CONFIG_LOCALVERSION from the sles10 i686
bigsmp
kernel config. The CONFIG_LOCALVERSION (-bigsmp) is appended to the result
kernel version string and causes kernel version mismatch between the kernel
and the rpm spec file.
The patch sets CONFIG_LOCALVERSION to "" in the config file.