From ce7da27f33274926d77ad0d29d6324c44d53e01f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B2=D1=8F=D1=82=D0=BE=D1=81=D0=BB=D0=B0=D0=B2?= Date: Sun, 3 May 2020 13:13:36 +0000 Subject: [PATCH] remove static libs --- libteam.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libteam.spec b/libteam.spec index 225b530..76a46cd 100644 --- a/libteam.spec +++ b/libteam.spec @@ -122,6 +122,9 @@ install -p -m755 utils/bond2team -D %{buildroot}%{_bindir}/bond2team cd binding/python %{__python2} ./setup.py install --root %{buildroot} -O1 +# remove static +rm -fr %{buildroot}%{_libdir}/*.a + %files -n teamnl %{_bindir}/teamnl %{_mandir}/man8/teamnl.8*