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