https://bugzilla.redhat.com/show_bug.cgi?id=991314
Michael Schwendt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] Assignee|[email protected] |[email protected] Flags| |fedora-review? --- Comment #9 from Michael Schwendt <[email protected]> --- 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 [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
