From e7baf133a108b3c29f683790b7e93b22a215f69b Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 11 May 2023 14:39:26 +0200 Subject: [PATCH] remove unnecessary .so symlink --- gpsd.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpsd.spec b/gpsd.spec index b58187b..3c3a597 100644 --- a/gpsd.spec +++ b/gpsd.spec @@ -176,6 +176,8 @@ install -p -m 0755 gpsinit %{buildroot}%{_sbindir} sed -i '/^#!.*python/d' %{buildroot}%{python3_sitearch}/gps/{aio,}gps.py chmod 644 %{buildroot}%{python3_sitearch}/gps/gps.py +rm -f %{buildroot}%{_libdir}/libgpsdpacket.so + # If qt build was disabled, clean up the files that may have been installed # anyway %if !%{with_qt}