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

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

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



--- Comment #4 from Robert-AndrĂ© Mauchin <[email protected]> ---
 - Not needed

%post
/sbin/ldconfig
/sbin/install-info %{_infodir}/LibreDWG.info %{_infodir}/dir || :

%preun
if [ $1 = 0 ] ; then
/sbin/install-info --delete %{_infodir}/LibreDWG.info %{_infodir}/dir || :
fi

%ldconfig_postun

 - Add python provide macro

%package -n     python3-LibreDWG
Summary:        Python bindings for %{name}
%{?python_provide:%python_provide python3-LibreDWG}
Requires:       %{name}%{?_isa} = %{version}-%{release}, python


 - Use ExclusiveArch rather than ExcludeArch

 - Add comment explaining why each patch is needed

 - #autopatch is broken

Really? What's the issue?

 - Add  anew line between your changelog entries

-- 
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to