Hide Forgot
Description of problem: errata tool complains about the sanlock spec file doing this: /usr/sbin/useradd -c "sanlock" -s /sbin/nologin -r \ -d /var/run/sanlock sanlock 2> /dev/null || : without specific uid/gid, so trying to get some assigned. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Specfile updated to: %pre /usr/sbin/useradd -u 179 -g 179 -c "sanlock" -s /sbin/nologin -r \ -d /var/run/sanlock sanlock 2> /dev/null || :
*** This bug has been marked as a duplicate of bug 658971 ***