diff --git a/.cvsignore b/.cvsignore index bf35c39..4b50eaa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -acl-2.2.3.src.tar.gz +acl-2.2.7.src.tar.gz diff --git a/acl.spec b/acl.spec index b8ae2e5..79e0843 100644 --- a/acl.spec +++ b/acl.spec @@ -1,11 +1,11 @@ Summary: Access control list utilities. Name: acl -Version: 2.2.3 -Release: 1 +Version: 2.2.7 +Release: 2 BuildRoot: %{_tmppath}/%{name}-root -BuildRequires: libattr-devel +BuildRequires: libattr-devel >= 2.4.1 Source: http://acl.bestbits.at/current/tar/acl-%{version}.src.tar.gz -Patch: acl-2.2.3-multilib.patch +Patch0: acl-2.2.3-multilib.patch BuildRequires: autoconf License: GPL Group: System Environment/Base @@ -39,14 +39,14 @@ defined in POSIX 1003.1e draft standard 17. %prep %setup -q -%patch -p1 -b .multilib +%patch0 -p1 -b .multilib autoconf %build touch .census # acl abuses libexecdir %configure --libdir=/%{_lib} --libexecdir=%{_libdir} -make +make LIBTOOL="libtool --tag=CC" %install rm -rf $RPM_BUILD_ROOT @@ -100,6 +100,15 @@ rm -rf $RPM_BUILD_ROOT %files -n libacl -f fileslib.rpm %changelog +* Tue Aug 5 2003 Elliot Lee 2.2.7-2 +- Fix libtool invocation + +* Tue Jun 3 2003 Stephen C. Tweedie 2.2.7-1 +- Update to acl-2.2.7 + +* Wed Mar 26 2003 Michael K. Johnson 2.2.3-2 +- include patch from Jay Berkenbilt to print better error messages + * Tue Jan 28 2003 Michael K. Johnson 2.2.3-1 - udpate/rebuild diff --git a/sources b/sources index e4bed92..ce3f8e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9294d7eedd6d3a2639e7b8eb158cf371 acl-2.2.3.src.tar.gz +44cd87acbb1983c8df2bf94b3660e86e acl-2.2.7.src.tar.gz