https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries https://fedoraproject.org/wiki/Packaging:Treatment_Of_Bundled_Libraries 'git am'able fix attached, build tested only. Let me know if you'd like me to push and build this for devel. Also contains the following "while at it" fixes: - Drop no longer needed aarch64 hacks - Package all installed files (#1075696) - Don't ship lanserv files in main package
Created attachment 877575 [details] Use system libedit instead of bundled one - Drop no longer needed aarch64 hacks - Package all installed files (#1075696) - Don't ship lanserv files in main package
Could you please elaborate why is the patch dropping the aarch64 and lanserv. Fixed the library duplication.
(In reply to Ales Ledvinka from comment #2) > Could you please elaborate why is the patch dropping the aarch64 and lanserv. It is not dropping aarch64 and lanserv. As noted in the initial comment: "Drop no longer needed aarch64 hacks" -- it is dropping a hack that is no longer needed, it is automatically handled by the %configure macro. More details in bug 951442. "Don't ship lanserv files in main package" -- lanserv files are already included in the -lanserv subpackage, no need to include them in the main package as well. Regarding the libedit changes made, "Requires: libedit" is superfluous and should be removed, it's taken care of by an automatic dependency on the actual lib.
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
I removed the duplicate files in the file lists. However, we need to run the autotools bits in order to generate the new configure script as we removed the libedit directory and the configure script would fail otherwise. I have updated the comments regarding this accordingly.