what's the standard way of including symlinks in a rpm file?

Yuan Yijun yuan.bbbush at gmail.com
Sat Jun 4 07:41:29 UTC 2005


Greetings,

I find that /usr/lib/rpm/check-files has changed from
find $RPM_BUILD_ROOT -type f | LC_ALL=C sort > $FILES_DISK
to
find $RPM_BUILD_ROOT -type f -o -type l | LC_ALL=C sort > $FILES_DISK

Then how can I include any symlinks in the rpm file? Each time I tried
to compile a rpm, the build process ends up with Installed (but
unpackaged) file found error. Would anyone so kind to tell me the
reason and how to modify my spec?
//thx alot.

-- 
bbbush ^_^




More information about the fedora-extras-list mailing list