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



--- Comment #3 from Robert-André Mauchin <[email protected]> ---
 - Not needed anymore for >= F28

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

   Use %ldconfig_scriptlets if you need F27

 - Globbing the major soname version is now forbidden to prevent accidental
soname bump:

%{_libdir}/libr*.so.*

   Be more specific instead.

 - %global         build_release    1

Use a %bcond_with/%bcond_without mechanism. See
http://rpm.org/user_doc/conditional_builds.html

 - Source0:       
https://github.com/%{gituser}/%{gitname}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz

→

Source0:       
https://github.com/%{gituser}/%{gitname}/archive/%{version}/%{name}-%{version}.tar.gz

 - Add gcc as a BR

-- 
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]

Reply via email to