From d432eaf429460a96b969b8d3b01686a396ccbe56 Mon Sep 17 00:00:00 2001 From: ankry Date: Mon, 25 Nov 2002 14:17:50 +0000 Subject: [PATCH] - massive attack: no need for 755 for *.la Changed files: popt.spec -> 1.51 --- popt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popt.spec b/popt.spec index a3a0ef6..feb3649 100644 --- a/popt.spec +++ b/popt.spec @@ -132,7 +132,7 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libpopt.so -%attr(755,root,root) %{_libdir}/libpopt.la +%{_libdir}/libpopt.la %{_mandir}/man3/* %{_includedir}/popt.h -- 2.44.0