https://bugzilla.redhat.com/show_bug.cgi?id=1379165



--- Comment #12 from Christoph Junghans <jungh...@votca.org> ---
> %global _hardened_build 1
Drop, it is the default, see
https://fedoraproject.org/wiki/Changes/Harden_All_Packages

> %make_build CFLAGS="%{optflags}"
Add LDFLAGS
%make_build CFLAGS="%{optflags}" LDFLAGS='%__global_ldflags'

Avoid strip
> strip libslz.so.1
Drop
> %make_install PREFIX=%{_prefix} LIBDIR=%{_libdir}
%make_install PREFIX=%{_prefix} LIBDIR=%{_libdir} STRIP=/bin/true

see policy:
https://fedoraproject.org/wiki/Packaging:Debuginfo#Useless_or_incomplete_debuginfo_packages_due_to_packaging_issues

Otherwise I am happy.

-- 
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@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org

Reply via email to