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

Robert-AndrĂ© Mauchin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #4 from Robert-AndrĂ© Mauchin <[email protected]> ---
 - 
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig


This is not needed starting Fedora 28. Either remove it or use
%ldconfig_scriptlets -n %{libname} if youplan to support F27.

 - %{_libdir}/%{libname}.so.*

New rule: don't glob the major soname version in order to avoid unintentional
soname bump (https://pagure.io/packaging-committee/issue/784)

 - Also replace the LDFLAGS with Fedora ones in foma/Makefile
(%__global_ldflags)

-- 
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 -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]/message/YC5FSRT25SSECJ36XXDQJ5KSY3OGDHDM/

Reply via email to