952975
Summary: Access control list utilities
952975
Name: acl
952975
Version: 2.3.1
952975
Release: 3%{?dist}
952975
BuildRequires: gawk
952975
BuildRequires: gcc
952975
BuildRequires: gettext
952975
BuildRequires: libattr-devel
952975
BuildRequires: libtool
952975
BuildRequires: make
952975
BuildRequires: perl(FileHandle)
952975
Requires: libacl%{?_isa} = %{version}-%{release}
952975
Source: https://download-mirror.savannah.gnu.org/releases/acl/acl-%{version}.tar.gz
952975
952975
# avoid permission denied problem with LD_PRELOAD in the test-suite
952975
Patch1: 0001-acl-2.2.53-test-runwrapper.patch
952975
952975
License: GPLv2+
952975
URL: https://savannah.nongnu.org/projects/acl
952975
952975
%description
952975
This package contains the getfacl and setfacl utilities needed for
952975
manipulating access control lists.
952975
952975
%package -n libacl
952975
Summary: Dynamic library for access control list support
952975
License: LGPLv2+
952975
Conflicts: filesystem < 3
952975
952975
%description -n libacl
952975
This package contains the libacl.so dynamic library which contains
952975
the POSIX 1003.1e draft standard 17 functions for manipulating access
952975
control lists.
952975
952975
%package -n libacl-devel
952975
Summary: Files needed for building programs with libacl
952975
License: LGPLv2+
952975
Requires: libacl%{?_isa} = %{version}-%{release}, libattr-devel
952975
952975
%description -n libacl-devel
952975
This package contains header files and documentation needed to develop
952975
programs which make use of the access control list programming interface
952975
defined in POSIX 1003.1e draft standard 17.
952975
952975
%prep
952975
%autosetup -p1
952975
952975
%build
952975
%configure
952975
952975
# uncomment to turn on optimizations
952975
# sed -i 's/-O2/-O0/' libtool include/builddefs
952975
# unset CFLAGS
952975
952975
%make_build
952975
952975
%check
952975
# make the test-suite use the just built library (instead of the system one)
952975
export LD_LIBRARY_PATH="${RPM_BUILD_ROOT}%{_libdir}:${LD_LIBRARY_PATH}"
952975
952975
if ./setfacl -m "u:$(id -u):rwx" .; then
952975
    if test 0 = "$(id -u)"; then
952975
        # test/root/permissions.test requires the 'daemon' user to be a member
952975
        # of the 'bin' group in order not to fail.  Prevent the test from
952975
        # running if we detect that its requirements are not met (#1085389).
952975
        if id -nG daemon | { ! grep bin >/dev/null; }; then
952975
            sed -e 's|test/root/permissions.test||' \
952975
                -i test/Makemodule.am Makefile.in Makefile
952975
        fi
952975
952975
        # test/root/setfacl.test fails if 'bin' user cannot access build dir
952975
        if ! runuser -u bin -- "${PWD}/setfacl" --version; then
952975
            sed -e 's|test/root/setfacl.test||' \
952975
                -i test/Makemodule.am Makefile.in Makefile
952975
        fi
952975
    fi
952975
952975
    # run the upstream test-suite
952975
    %make_build check || exit $?
952975
else
952975
    echo '*** ACLs are probably not supported by the file system,' \
952975
         'the test-suite will NOT run ***'
952975
fi
952975
952975
%install
952975
%make_install
952975
952975
# get rid of libacl.a and libacl.la
952975
rm -f $RPM_BUILD_ROOT%{_libdir}/libacl.a
952975
rm -f $RPM_BUILD_ROOT%{_libdir}/libacl.la
952975
952975
chmod 0755 $RPM_BUILD_ROOT/%{_libdir}/libacl.so.*.*.*
952975
952975
# drop already installed documentation, we will use an RPM macro to install it
952975
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}*
952975
952975
%find_lang %{name}
952975
952975
%ldconfig_scriptlets -n libacl
952975
952975
%files -f %{name}.lang
952975
%license doc/COPYING*
952975
%{_bindir}/chacl
952975
%{_bindir}/getfacl
952975
%{_bindir}/setfacl
952975
%{_mandir}/man1/chacl.1*
952975
%{_mandir}/man1/getfacl.1*
952975
%{_mandir}/man1/setfacl.1*
952975
%{_mandir}/man5/acl.5*
952975
952975
%files -n libacl-devel
952975
%{_libdir}/libacl.so
952975
%{_libdir}/pkgconfig/*.pc
952975
%{_includedir}/acl
952975
%{_includedir}/sys/acl.h
952975
%{_mandir}/man3/acl_*
952975
952975
%files -n libacl
952975
%{_libdir}/libacl.so.*
952975
952975
%changelog
952975
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.1-3
952975
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
952975
  Related: rhbz#1991688
952975
952975
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.1-2
952975
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
952975
952975
* Tue Mar 16 2021 Kamil Dudka <kdudka@redhat.com> - 2.3.1-1
952975
- new upstream release
952975
952975
* Fri Mar 12 2021 Kamil Dudka <kdudka@redhat.com> - 2.3.0-1
952975
- new upstream release
952975
952975
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.53-10
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
952975
952975
* Mon Aug 31 2020 Kamil Dudka <kdudka@redhat.com> 2.2.53-9
952975
- make __acl_create_entry_obj() work with LTO enabled (#1873975)
952975
952975
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.53-8
952975
- Second attempt - Rebuilt for
952975
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
952975
952975
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.53-7
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
952975
952975
* Wed Jun 03 2020 Tom Stellard <tstellar@redhat.com> - 2.2.53-6
952975
- Spec file cleanups and build fix
952975
- Add BuildRequires: perl-FileHandle to fix make check
952975
- Add BuildRequres: gcc [1]
952975
- Use make_build [2] and make_install[3] macros
952975
- [1] https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/#_buildrequires_and_requires
952975
- [2] https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
952975
- [3] https://docs.fedoraproject.org/en-US/packaging-guidelines/#_why_the_makeinstall_macro_should_not_be_used
952975
952975
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.53-5
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
952975
952975
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.53-4
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
952975
952975
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.53-3
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
952975
952975
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.53-2
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
952975
952975
* Mon Jul 02 2018 Kamil Dudka <kdudka@redhat.com> 2.2.53-1
952975
- new upstream release
952975
952975
* Tue Mar 13 2018 Kamil Dudka <kdudka@redhat.com> 2.2.52-21
952975
- update link to POSIX.1e draft in acl(5) man page (#1510527)
952975
952975
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.52-20
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
952975
952975
* Sun Feb 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2.52-19
952975
- Switch to %%ldconfig_scriptlets
952975
952975
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.52-18
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
952975
952975
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.52-17
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
952975
952975
* Mon Jul 24 2017 Kamil Dudka <kdudka@redhat.com> 2.2.52-16
952975
- fix test-suite failure with perl-5.26.0 (#1473845)
952975
- update URL of the upstream source tarball
952975
952975
* Thu May 18 2017 Kamil Dudka <kdudka@redhat.com> 2.2.52-15
952975
- setfacl.1: document the meaning of '-' in perms (#1337039)
952975
- avoid failure of %%check when building as root (#1085389)
952975
- apply patches automatically to ease maintenance
952975
952975
* Wed May 17 2017 Kamil Dudka <kdudka@redhat.com> 2.2.52-14
952975
- drop obsolete BuildRoot and Group tags
952975
- fix spurious acl_check() failure on setfacl --restore (#1451826)
952975
952975
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.52-13
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
952975
952975
* Fri Feb 03 2017 Kamil Dudka <kdudka@redhat.com> 2.2.52-12
952975
- update project URL (#1418474)
952975
952975
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.52-11
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
952975
952975
* Fri Aug 14 2015 Adam Jackson <ajax@redhat.com> 2.2.52-10
952975
- Remove bizarre 12 year old libtool invocation workaround that prevented
952975
  hardened cflags working
952975
952975
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.52-9
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
952975
952975
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.2.52-8
952975
- Rebuilt for
952975
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
952975
952975
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.52-7
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
952975
952975
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 2.2.52-6
952975
- tag licenses properly
952975
952975
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.52-5
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
952975
952975
* Fri Nov 01 2013 Kamil Dudka <kdudka@redhat.com> 2.2.52-4
952975
- fix SIGSEGV of getfacl -e on overly long group name
952975
952975
* Fri Aug 09 2013 Kamil Dudka <kdudka@redhat.com> 2.2.52-3
952975
- drop a docdir-related patch to fix a packaging failure (#993659)
952975
952975
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.52-2
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
952975
952975
* Mon May 20 2013 Kamil Dudka <kdudka@redhat.com> 2.2.52-1
952975
- new upstream release, drop applied patches
952975
- drop workarounds that are no longer necessary
952975
952975
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.51-9
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
952975
952975
* Tue Aug 28 2012 Kamil Dudka <kdudka@redhat.com> 2.2.51-8
952975
- fix specfile issues reported by the fedora-review script
952975
952975
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.51-7
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
952975
952975
* Wed May 02 2012 Kamil Dudka <kdudka@redhat.com> 2.2.51-6
952975
- do not mention static libraries in the summary of libacl{,-devel} (#817952)
952975
952975
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 2.2.51-5
952975
- add filesystem guard
952975
952975
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 2.2.51-4
952975
- install everything in /usr
952975
  https://fedoraproject.org/wiki/Features/UsrMove
952975
952975
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.51-3
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
952975
952975
* Fri May 06 2011 Kamil Dudka <kdudka@redhat.com> 2.2.51-2
952975
- update project URL (#699058)
952975
952975
* Thu Apr 21 2011 Kamil Dudka <kdudka@redhat.com> 2.2.51-1
952975
- new upstream release
952975
952975
* Tue Apr 19 2011 Kamil Dudka <kdudka@redhat.com> 2.2.50-1
952975
- new upstream release
952975
952975
* Wed Apr 06 2011 Kamil Dudka <kdudka@redhat.com> 2.2.49-11
952975
- add function acl_extended_file_nofollow() (#692982)
952975
952975
* Tue Mar 29 2011 Kamil Dudka <kdudka@redhat.com> 2.2.49-10
952975
- fix typos in setfacl(1) man page (#675451)
952975
952975
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.49-9
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
952975
952975
* Thu Jul 08 2010 Kamil Dudka <kdudka@redhat.com> 2.2.49-8
952975
- remove dependency of libacl-devel on nfs-utils-lib and openldap
952975
952975
* Tue May 25 2010 Kamil Dudka <kdudka@redhat.com> 2.2.49-7
952975
- let acl depend on the same version of libacl (#595674)
952975
952975
* Wed Mar 24 2010 Kamil Dudka <kdudka@redhat.com> 2.2.49-6
952975
- prevent setfacl --restore from SIGSEGV on malformed restore file (#576550)
952975
952975
* Wed Mar 10 2010 Kamil Dudka <kdudka@redhat.com> 2.2.49-5
952975
- run the test-suite if possible
952975
952975
* Tue Jan 19 2010 Kamil Dudka <kdudka@redhat.com> 2.2.49-4
952975
- do not package a static library (#556036)
952975
- remove multilib patch no longer useful
952975
- cleanup in BuildRequires
952975
952975
* Tue Jan 05 2010 Kamil Dudka <kdudka@redhat.com> 2.2.49-3
952975
- upstream patch for setfacl --restore SUID/SGID bits handling (#467936)
952975
952975
* Sat Dec 26 2009 Kamil Dudka <kdudka@redhat.com> 2.2.49-2
952975
- tweaked setfacl tree walk flags (#488674), thanks to Markus Steinborn
952975
952975
* Sun Dec 20 2009 Kamil Dudka <kdudka@redhat.com> 2.2.49-1
952975
- new upstream bugfix release
952975
- big cleanup in patches
952975
952975
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.47-5
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
952975
952975
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.47-4
952975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
952975
952975
* Thu Jul 31 2008 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.47-3
952975
- little improvement to params patch
952975
- Resolves: #457244
952975
952975
* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.2.47-2
952975
- rework params patch to apply with fuzz=0
952975
- fix license tag
952975
952975
* Tue Feb 12 2008 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.47-1
952975
- new upstream version
952975
952975
* Mon Jan 28 2008 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.45-3
952975
- Fixed segfault when using only "--" as parameter
952975
- Resolves: #430458
952975
952975
* Wed Nov  7 2007 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.45-2
952975
- Fixed setfacl exitcodes
952975
- Resolves: #368451
952975
952975
* Wed Oct 31 2007 Jiri Moskovcak <jmoskovc@redhat.com> - 2.2.45-1
952975
- New version
952975
- dropped walk patch
952975
952975
* Thu Sep 20 2007 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.39-10
952975
- Rewriten path_max patch to support long UTF8 names
952975
- Resolves #287701, #183181
952975
952975
* Fri Aug 31 2007 Steve Dickson <steved@redhat.com> - 2.2.39-9
952975
- Removed NFS4 ACL patch since it was rejected by upstream.
952975
952975
* Thu Aug 30 2007 Jeremy Katz <katzj@redhat.com> - 2.2.39-8
952975
- disable nfs patch; linking libacl against libs in /usr will lead to breakage
952975
952975
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.2.39-7
952975
- Build Require gawk
952975
952975
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.2.39-6
952975
- Rebuild for selinux ppc32 issue.
952975
952975
* Mon Aug 27 2007 Steve Dickson <steved@redhat.com>  2.2.39-5
952975
- Added NFS v4 ACL support
952975
952975
* Thu Jul 26 2007 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.39-4.1
952975
- Updated man page for getfacl
952975
952975
* Wed Jul 25 2007 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.39-4
952975
- Added support fort short params to getfacl
952975
- Resolves: #204087
952975
952975
* Wed Mar 21 2007 Thomas Woerner <twoerner@redhat.com> 2.2.39-3.1
952975
- new improved walk patch with fixed getfacl exit code (rhbz#232884)
952975
952975
* Fri Feb 23 2007 Karsten Hopp <karsten@redhat.com> 2.2.39-3
952975
- fix buildroot
952975
- remove trailing dot from summary
952975
- -devel requires same version of libacl
952975
- escape macro in changelog
952975
- make .so symlink relative
952975
952975
* Thu Feb 22 2007 Steve Grubb <sgrubb@redhat.com> 2.2.39-2
952975
- Apply patch to make order consistent.
952975
952975
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.2.39-1.1
952975
- rebuild
952975
952975
* Wed Jul  5 2006 Thomas Woerner <twoerner@redhat.com> 2.2.39-1
952975
- new version 2.2.39
952975
- fixed usage of long UTF-8 filenames (#183181)
952975
  Thanks to Andrey for the initial patch.
952975
952975
* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 2.2.34-2
952975
- rebuild for -devel deps
952975
952975
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2.34-1.2
952975
- bump again for double-long bug on ppc(64)
952975
952975
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.2.34-1.1
952975
- rebuilt for new gcc4.1 snapshot and glibc changes
952975
952975
* Fri Feb  3 2006 Thomas Woerner <twoerner@redhat.com> 2.2.34-1
952975
- new version 2.2.34
952975
952975
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
952975
- rebuilt
952975
952975
* Tue Dec  6 2005 Thomas Woerner <twoerner@redhat.com> 2.2.32-2.1
952975
- fixed permissions of libacl
952975
952975
* Tue Dec  6 2005 Thomas Woerner <twoerner@redhat.com> 2.2.32-2
952975
- spec file cleanup
952975
- mark po files as lang specific
952975
952975
* Sun Nov 06 2005 Florian La Roche <laroche@redhat.com>
952975
- 2.2.32
952975
952975
* Wed Sep 28 2005 Than Ngo <than@redhat.com> 2.2.31-1
952975
- update to 2.2.31
952975
952975
* Wed Sep 28 2005 Than Ngo <than@redhat.com> 2.2.23-9
952975
- get rid of *.la files
952975
- remove duplicate doc files
952975
952975
* Wed Feb  9 2005 Stephen C. Tweedie <sct@redhat.com> 2.2.23-6
952975
- Rebuild
952975
952975
* Thu Sep 16 2004 Jeremy Katz <katzj@redhat.com> - 2.2.23-5
952975
- make the libs executable so that we find their dependencies (#132696)
952975
952975
* Fri Sep 10 2004 Stephen C. Tweedie <sct@redhat.com> 2.2.23-4
952975
- libacl-devel Requires: libattr-devel for libattr.la
952975
952975
* Fri Sep 10 2004 Stephen C. Tweedie <sct@redhat.com> 2.2.23-3
952975
- Requires libtool >= 1.5 for building
952975
952975
* Thu Aug 19 2004 Phil Knirsch <pknirsch@redhat.com> 2.2.23-2
952975
- Make libacl.so.* executable.
952975
952975
* Thu Aug 19 2004 Phil Knirsch <pknirsch@redhat.com> 2.2.23-1
952975
- Update to latest upstream version.
952975
952975
* Sun Aug  8 2004 Alan Cox <alan@redhat.com> 2.2.7-7
952975
- Close bug #125300 (Steve Grubb: build requires libtool,gettext)
952975
952975
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
952975
- rebuilt
952975
952975
* Wed Mar 31 2004 Stephen C. Tweedie <sct@redhat.com> 2.2.7-5
952975
- Add missing %%defattr
952975
952975
* Tue Mar 30 2004 Stephen C. Tweedie <sct@redhat.com> 2.2.7-3
952975
- Add /usr/include/acl to files manifest
952975
- Fix location of doc files, add main doc dir to files manifest
952975
952975
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
952975
- rebuilt
952975
952975
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
952975
- rebuilt
952975
952975
* Tue Aug  5 2003 Elliot Lee <sopwith@redhat.com> 2.2.7-2
952975
- Fix libtool invocation
952975
952975
* Tue Jun  3 2003 Stephen C. Tweedie <sct@redhat.com> 2.2.7-1
952975
- Update to acl-2.2.7
952975
952975
* Wed Mar 26 2003 Michael K. Johnson <johnsonm@redhat.com> 2.2.3-2
952975
- include patch from Jay Berkenbilt to print better error messages
952975
952975
* Tue Jan 28 2003 Michael K. Johnson <johnsonm@redhat.com> 2.2.3-1
952975
- udpate/rebuild
952975
952975
* Sat Jan  4 2003 Jeff Johnson <jbj@redhat.com> 2.0.11-7
952975
- set execute bits on library so that requires are generated.
952975
952975
* Tue Nov 19 2002 Elliot Lee <sopwith@redhat.com> 2.0.11-5
952975
- Correct patch in previous fix so that shared libraries go in /lib* 
952975
  instead of /usr/lib*
952975
952975
* Tue Nov 19 2002 Elliot Lee <sopwith@redhat.com> 2.0.11-4
952975
- Fix multilibbing
952975
952975
* Wed Sep 11 2002 Than Ngo <than@redhat.com> 2.0.11-3
952975
- Added fix to install libs in correct directory on 64bit machine
952975
952975
* Thu Aug 08 2002 Michael K. Johnson <johnsonm@redhat.com> 2.0.11-2
952975
- Made the package only own the one directory that is unique to it:
952975
  /usr/include/acl
952975
952975
* Mon Jun 24 2002 Michael K. Johnson <johnsonm@redhat.com> 2.0.11-1
952975
- Initial Red Hat package
952975
  Made as few changes as possible relative to upstream packaging to
952975
  make it easier to maintain long-term.  This means that some of
952975
  the techniques used here are definitely not standard Red Hat
952975
  techniques.  If you are looking for an example package to fit
952975
  into Red Hat Linux transparently, this would not be the one to
952975
  pick.
952975
- acl-devel -> libacl-devel