https://bugzilla.redhat.com/show_bug.cgi?id=991314 Michael Schwendt <bugs.michael@xxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |bugs.michael@xxxxxxx Assignee|nobody@xxxxxxxxxxxxxxxxx |bugs.michael@xxxxxxx Flags| |fedora-review? --- Comment #9 from Michael Schwendt <bugs.michael@xxxxxxx> --- Yes, fixing the library file permissions has also fixed the SONAME Provides. > main.c is the test hardness distributed with the source. > [fedora@ip-172-31-20-108 ~]$ gcc -Wall main.c -lscrypt -o reference > [fedora@ip-172-31-20-108 ~]$ ./reference Great! You've just found something to run in the spec file's %check section. For example: %check gcc -Wall main.c -L$(pwd) -lscrypt -o reference LD_LIBRARY_PATH=$(pwd) ./reference -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=OO6EMe8om7&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review