From 50c4819563a34a01f0d74df689d52cb1c34ffeab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Thu, 10 Feb 2005 10:03:14 +0000 Subject: [PATCH] - pkconfig file doesn't need to be executable --- openssl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index c39602f..0790c40 100644 --- a/openssl.spec +++ b/openssl.spec @@ -391,7 +391,7 @@ popd %attr(0644,root,root) %{_libdir}/*.a %attr(0755,root,root) %{_libdir}/*.so %attr(0644,root,root) %{_mandir}/man3*/* -%attr(0755,root,root) %{_libdir}/pkgconfig/openssl.pc +%attr(0644,root,root) %{_libdir}/pkgconfig/openssl.pc %files perl %defattr(-,root,root)