From 0998b167f1b5558ca6863432a253250892e09984 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 26 Aug 2021 18:26:14 -0400 Subject: Do not package libdep --- cygwin-binutils.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/cygwin-binutils.spec b/cygwin-binutils.spec index c72f1f2..accc50f 100644 --- a/cygwin-binutils.spec +++ b/cygwin-binutils.spec @@ -177,6 +177,7 @@ make -C build_multilib install DESTDIR=$RPM_BUILD_ROOT/multilib # These files conflict with ordinary binutils. rm -rf $RPM_BUILD_ROOT%{_infodir} +rm -f $RPM_BUILD_ROOT%{_libdir}/bfd-plugins/libdep.* # Keep the multilib versions of the strip, objdump and objcopy commands # We need these for the RPM integration as these tools must be able to -- cgit