[packages/curl] - no attr for symlinks (and shared library itself)
qboosh
qboosh at pld-linux.org
Wed Jan 7 20:06:50 CET 2026
commit 9486f41cc0236826b45f131c222c7c62c41799f9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Jan 7 20:06:40 2026 +0100
- no attr for symlinks (and shared library itself)
curl.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index da65d25..97c4853 100644
--- a/curl.spec
+++ b/curl.spec
@@ -318,14 +318,14 @@ rm -rf $RPM_BUILD_ROOT
%files libs
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libcurl.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libcurl.so.4
+%{_libdir}/libcurl.so.*.*.*
+%ghost %{_libdir}/libcurl.so.4
%files devel
%defattr(644,root,root,755)
%doc docs/{CONTRIBUTE.md,INTERNALS.md}
%attr(755,root,root) %{_bindir}/curl-config
-%attr(755,root,root) %{_libdir}/libcurl.so
+%{_libdir}/libcurl.so
%{_includedir}/curl
%{_pkgconfigdir}/libcurl.pc
%{_aclocaldir}/libcurl.m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/curl.git/commitdiff/9486f41cc0236826b45f131c222c7c62c41799f9
More information about the pld-cvs-commit
mailing list