From 6ca8273218006f7a8e38ce1f773f91f9e64d9824 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Dec 06 2005 15:41:51 +0000 Subject: [tw] - fixed permissions of libacl --- diff --git a/acl.spec b/acl.spec index 9b1d89c..2ce0e5f 100644 --- a/acl.spec +++ b/acl.spec @@ -1,7 +1,7 @@ Summary: Access control list utilities. Name: acl Version: 2.2.32 -Release: 2 +Release: 2.1 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libattr-devel >= 2.4.1 Source: ftp://oss.sgi.com/projects/xfs/cmd_tars/acl-%{version}.src.tar.gz @@ -59,9 +59,10 @@ make install-lib DESTDIR=$RPM_BUILD_ROOT # get rid of libacl.la rm -f $RPM_BUILD_ROOT/%{_libdir}/libacl.la -# create +# fix links to shared libs and permissions rm -f $RPM_BUILD_ROOT/%{_libdir}/libacl.so ln -s /%{_lib}/libacl.so $RPM_BUILD_ROOT/%{_libdir}/libacl.so +chmod 0755 $RPM_BUILD_ROOT/%{_lib}/libacl.so.*.*.* %find_lang %{name} @@ -96,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT /%{_lib}/libacl.so.* %changelog +* Tue Dec 6 2005 Thomas Woerner 2.2.32-2.1 +- fixed permissions of libacl + * Tue Dec 6 2005 Thomas Woerner 2.2.32-2 - spec file cleanup - mark po files as lang specific