https://bugzilla.redhat.com/show_bug.cgi?id=1520024 Alan Hamilton <alanh@xxxxxxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alanh@xxxxxxxxxxxxxxxx --- Comment #3 from Alan Hamilton <alanh@xxxxxxxxxxxxxxxx> --- >From looking at what rpmlint is doing, it's dumping the external symbols from the executable and assuming that the calls are in the order that they appear in the symbol table. So it's expecting setgid to come before setuid, and it's not in this build. However, I'm not sure that's a valid assumption on rpmlint's part. As long as the code looks okay, I'd say it's safe to call it a false positive. Some of the others are easy. The dir-or-file-in-var-lock error can be fixed by running configure with --with-lockfile=/run/netatalk to move the file to the standard run directory.The %ghost directive should be changed to /run/netatalk I've taken a crack at fixing some of the other issues in the spec file, notably moving /var/lock/netatalk to /run/netatalk, and removing the ownership of /var/lib. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx