2007-02-23 10:47:32 +00:00
|
|
|
Summary: Access control list utilities
|
2004-09-09 02:52:03 +00:00
|
|
|
Name: acl
|
2008-02-12 15:37:16 +00:00
|
|
|
Version: 2.2.47
|
2008-08-01 10:25:55 +00:00
|
|
|
Release: 3%{?dist}
|
2007-02-23 10:47:32 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2007-08-31 18:33:41 +00:00
|
|
|
BuildRequires: libattr-devel >= 2.4.1
|
|
|
|
BuildRequires: autoconf, libtool >= 1.5, gettext, gawk
|
2006-07-05 19:32:12 +00:00
|
|
|
Source: ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_%{version}-1.tar.gz
|
2004-09-09 02:52:28 +00:00
|
|
|
Patch0: acl-2.2.3-multilib.patch
|
2006-07-05 19:32:12 +00:00
|
|
|
Patch1: acl-2.2.39-build.patch
|
|
|
|
Patch2: acl-2.2.39-path_max.patch
|
2008-07-14 17:03:26 +00:00
|
|
|
Patch3: acl-2.2.47-params.patch
|
2007-11-08 13:25:41 +00:00
|
|
|
Patch4: acl-2.2.45-exitcode.patch
|
2008-01-28 14:03:17 +00:00
|
|
|
Patch5: acl-2.2.39-segfault.patch
|
2008-07-14 17:03:26 +00:00
|
|
|
License: GPLv2+
|
2004-09-09 02:52:03 +00:00
|
|
|
Group: System Environment/Base
|
2006-02-03 12:01:17 +00:00
|
|
|
URL: http://oss.sgi.com/projects/xfs/
|
2004-09-09 02:52:03 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains the getfacl and setfacl utilities needed for
|
|
|
|
manipulating access control lists.
|
|
|
|
|
|
|
|
%package -n libacl
|
2007-02-23 10:47:32 +00:00
|
|
|
Summary: Dynamic library for access control list support
|
2008-07-14 17:03:26 +00:00
|
|
|
License: LGPLv2+
|
2004-09-09 02:52:03 +00:00
|
|
|
Group: System Environment/Libraries
|
2007-02-23 10:47:32 +00:00
|
|
|
Requires(post): /sbin/ldconfig
|
|
|
|
Requires(postun): /sbin/ldconfig
|
2004-09-09 02:52:03 +00:00
|
|
|
|
|
|
|
%description -n libacl
|
|
|
|
This package contains the libacl.so dynamic library which contains
|
|
|
|
the POSIX 1003.1e draft standard 17 functions for manipulating access
|
|
|
|
control lists.
|
|
|
|
|
|
|
|
%package -n libacl-devel
|
|
|
|
Summary: Access control list static libraries and headers.
|
2008-07-14 17:03:26 +00:00
|
|
|
License: LGPLv2+
|
2004-09-09 02:52:03 +00:00
|
|
|
Group: Development/Libraries
|
2007-02-23 10:47:32 +00:00
|
|
|
Requires: libacl = %{version}-%{release}, libattr-devel
|
2007-08-28 22:05:16 +00:00
|
|
|
Requires: nfs-utils-lib, openldap
|
2004-09-09 02:52:03 +00:00
|
|
|
|
|
|
|
%description -n libacl-devel
|
|
|
|
This package contains static libraries and header files needed to develop
|
|
|
|
programs which make use of the access control list programming interface
|
|
|
|
defined in POSIX 1003.1e draft standard 17.
|
|
|
|
|
|
|
|
%prep
|
2004-09-09 02:52:09 +00:00
|
|
|
%setup -q
|
2004-09-09 02:52:28 +00:00
|
|
|
%patch0 -p1 -b .multilib
|
2005-12-06 15:08:46 +00:00
|
|
|
%patch1 -p1 -b .build
|
2006-07-05 19:32:12 +00:00
|
|
|
%patch2 -p1 -b .path_max
|
2007-10-31 10:06:40 +00:00
|
|
|
%patch3 -p1 -b .params
|
2007-11-08 13:25:41 +00:00
|
|
|
%patch4 -p1 -b .exitcode
|
2008-01-28 14:03:17 +00:00
|
|
|
%patch5 -p1 -b .segfault
|
2004-09-09 02:52:09 +00:00
|
|
|
autoconf
|
2004-09-09 02:52:03 +00:00
|
|
|
|
|
|
|
%build
|
2004-09-09 02:52:06 +00:00
|
|
|
touch .census
|
2004-09-09 02:52:09 +00:00
|
|
|
# acl abuses libexecdir
|
|
|
|
%configure --libdir=/%{_lib} --libexecdir=%{_libdir}
|
2007-02-23 10:47:32 +00:00
|
|
|
make LIBTOOL="libtool --tag=CC"%{?_smp_mflags}
|
2004-09-09 02:52:03 +00:00
|
|
|
|
|
|
|
%install
|
2004-09-09 02:52:09 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-12-06 15:08:46 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
make install-dev DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
make install-lib DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
# get rid of libacl.la
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/libacl.la
|
|
|
|
|
2005-12-06 15:41:51 +00:00
|
|
|
# fix links to shared libs and permissions
|
2005-12-06 15:08:46 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/libacl.so
|
2007-02-23 10:47:32 +00:00
|
|
|
ln -sf ../../%{_lib}/libacl.so $RPM_BUILD_ROOT/%{_libdir}/libacl.so
|
2005-12-06 15:41:51 +00:00
|
|
|
chmod 0755 $RPM_BUILD_ROOT/%{_lib}/libacl.so.*.*.*
|
2005-12-06 15:08:46 +00:00
|
|
|
|
|
|
|
%find_lang %{name}
|
2004-09-09 02:52:03 +00:00
|
|
|
|
|
|
|
%clean
|
2004-09-09 02:52:09 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2004-09-09 02:52:03 +00:00
|
|
|
|
|
|
|
%post -n libacl -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libacl -p /sbin/ldconfig
|
|
|
|
|
2005-12-06 15:08:46 +00:00
|
|
|
%files -f %{name}.lang
|
2004-09-09 02:54:42 +00:00
|
|
|
%defattr(-,root,root)
|
2005-12-06 15:08:46 +00:00
|
|
|
%{_bindir}/chacl
|
|
|
|
%{_bindir}/getfacl
|
|
|
|
%{_bindir}/setfacl
|
|
|
|
%{_datadir}/doc/acl-%{version}
|
|
|
|
%{_mandir}/man1/chacl.1*
|
|
|
|
%{_mandir}/man1/getfacl.1*
|
|
|
|
%{_mandir}/man1/setfacl.1*
|
|
|
|
%{_mandir}/man5/acl.5*
|
|
|
|
|
|
|
|
%files -n libacl-devel
|
2004-09-09 02:54:42 +00:00
|
|
|
%defattr(-,root,root)
|
2005-12-06 15:08:46 +00:00
|
|
|
/%{_lib}/libacl.so
|
|
|
|
%{_includedir}/acl
|
|
|
|
%{_includedir}/sys/acl.h
|
|
|
|
%{_libdir}/libacl.*
|
|
|
|
%{_mandir}/man3/acl_*
|
2004-09-09 02:52:03 +00:00
|
|
|
|
2005-12-06 15:08:46 +00:00
|
|
|
%files -n libacl
|
|
|
|
%defattr(-,root,root)
|
|
|
|
/%{_lib}/libacl.so.*
|
2004-09-09 02:52:03 +00:00
|
|
|
|
|
|
|
%changelog
|
2008-08-01 10:25:55 +00:00
|
|
|
* Thu Jul 31 2008 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.47-3
|
|
|
|
- little improvement to params patch
|
|
|
|
- Resolves: #457244
|
|
|
|
|
2008-07-14 17:03:26 +00:00
|
|
|
* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.2.47-2
|
|
|
|
- rework params patch to apply with fuzz=0
|
|
|
|
- fix license tag
|
|
|
|
|
2008-02-12 15:37:16 +00:00
|
|
|
* Tue Feb 12 2008 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.47-1
|
|
|
|
- new upstream version
|
|
|
|
|
2008-01-28 14:03:17 +00:00
|
|
|
* Mon Jan 28 2008 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.45-3
|
|
|
|
- Fixed segfault when using only "--" as parameter
|
|
|
|
- Resolves: #430458
|
|
|
|
|
2007-11-08 13:25:41 +00:00
|
|
|
* Wed Nov 7 2007 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.45-2
|
|
|
|
- Fixed setfacl exitcodes
|
|
|
|
- Resolves: #368451
|
|
|
|
|
2007-10-31 10:06:40 +00:00
|
|
|
* Wed Oct 31 2007 Jiri Moskovcak <jmoskovc@redhat.com> - 2.2.45-1
|
|
|
|
- New version
|
|
|
|
- dropped walk patch
|
|
|
|
|
2007-09-20 13:53:35 +00:00
|
|
|
* Thu Sep 20 2007 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.39-10
|
|
|
|
- Rewriten path_max patch to support long UTF8 names
|
|
|
|
- Resolves #287701, #183181
|
|
|
|
|
2007-08-31 18:33:41 +00:00
|
|
|
* Fri Aug 31 2007 Steve Dickson <steved@redhat.com> - 2.2.39-9
|
|
|
|
- Removed NFS4 ACL patch since it was rejected by upstream.
|
|
|
|
|
2007-08-31 03:46:11 +00:00
|
|
|
* Thu Aug 30 2007 Jeremy Katz <katzj@redhat.com> - 2.2.39-8
|
|
|
|
- disable nfs patch; linking libacl against libs in /usr will lead to breakage
|
|
|
|
|
2007-08-29 14:12:36 +00:00
|
|
|
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.2.39-7
|
|
|
|
- Build Require gawk
|
|
|
|
|
2007-08-29 04:31:40 +00:00
|
|
|
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.2.39-6
|
|
|
|
- Rebuild for selinux ppc32 issue.
|
|
|
|
|
2007-08-28 19:23:46 +00:00
|
|
|
* Mon Aug 27 2007 Steve Dickson <steved@redhat.com> 2.2.39-5
|
|
|
|
- Added NFS v4 ACL support
|
|
|
|
|
2007-07-26 13:55:14 +00:00
|
|
|
* Thu Jul 26 2007 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.39-4.1
|
|
|
|
- Updated man page for getfacl
|
|
|
|
|
2007-07-25 12:16:31 +00:00
|
|
|
* Wed Jul 25 2007 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.39-4
|
2007-07-25 12:03:35 +00:00
|
|
|
- Added support fort short params to getfacl
|
|
|
|
- Resolves: #204087
|
|
|
|
|
2007-03-21 10:36:08 +00:00
|
|
|
* Wed Mar 21 2007 Thomas Woerner <twoerner@redhat.com> 2.2.39-3.1
|
|
|
|
- new improved walk patch with fixed getfacl exit code (rhbz#232884)
|
|
|
|
|
2007-02-23 10:47:32 +00:00
|
|
|
* Fri Feb 23 2007 Karsten Hopp <karsten@redhat.com> 2.2.39-3
|
|
|
|
- fix buildroot
|
|
|
|
- remove trailing dot from summary
|
|
|
|
- -devel requires same version of libacl
|
|
|
|
- escape macro in changelog
|
|
|
|
- make .so symlink relative
|
|
|
|
|
2007-02-23 00:04:48 +00:00
|
|
|
* Thu Feb 22 2007 Steve Grubb <sgrubb@redhat.com> 2.2.39-2
|
|
|
|
- Apply patch to make order consistent.
|
|
|
|
|
2006-07-12 05:06:38 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.2.39-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-07-05 19:32:12 +00:00
|
|
|
* Wed Jul 5 2006 Thomas Woerner <twoerner@redhat.com> 2.2.39-1
|
|
|
|
- new version 2.2.39
|
|
|
|
- fixed usage of long UTF-8 filenames (#183181)
|
|
|
|
Thanks to Andrey for the initial patch.
|
|
|
|
|
2006-06-07 21:57:02 +00:00
|
|
|
* Wed Jun 7 2006 Jeremy Katz <katzj@redhat.com> - 2.2.34-2
|
|
|
|
- rebuild for -devel deps
|
|
|
|
|
2006-02-11 01:30:44 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2.34-1.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 10:49:17 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.2.34-1.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-02-03 12:01:17 +00:00
|
|
|
* Fri Feb 3 2006 Thomas Woerner <twoerner@redhat.com> 2.2.34-1
|
|
|
|
- new version 2.2.34
|
|
|
|
|
2005-12-09 22:39:32 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-12-06 15:41:51 +00:00
|
|
|
* Tue Dec 6 2005 Thomas Woerner <twoerner@redhat.com> 2.2.32-2.1
|
|
|
|
- fixed permissions of libacl
|
|
|
|
|
2005-12-06 15:08:46 +00:00
|
|
|
* Tue Dec 6 2005 Thomas Woerner <twoerner@redhat.com> 2.2.32-2
|
|
|
|
- spec file cleanup
|
|
|
|
- mark po files as lang specific
|
|
|
|
|
2005-11-06 08:31:14 +00:00
|
|
|
* Sun Nov 06 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
- 2.2.32
|
|
|
|
|
2005-09-28 11:16:01 +00:00
|
|
|
* Wed Sep 28 2005 Than Ngo <than@redhat.com> 2.2.31-1
|
|
|
|
- update to 2.2.31
|
|
|
|
|
2005-09-28 10:02:02 +00:00
|
|
|
* Wed Sep 28 2005 Than Ngo <than@redhat.com> 2.2.23-9
|
|
|
|
- get rid of *.la files
|
|
|
|
- remove duplicate doc files
|
|
|
|
|
2005-02-09 14:23:29 +00:00
|
|
|
* Wed Feb 9 2005 Stephen C. Tweedie <sct@redhat.com> 2.2.23-6
|
|
|
|
- Rebuild
|
|
|
|
|
2004-09-16 20:20:20 +00:00
|
|
|
* Thu Sep 16 2004 Jeremy Katz <katzj@redhat.com> - 2.2.23-5
|
|
|
|
- make the libs executable so that we find their dependencies (#132696)
|
|
|
|
|
2004-09-10 15:38:41 +00:00
|
|
|
* Fri Sep 10 2004 Stephen C. Tweedie <sct@redhat.com> 2.2.23-4
|
|
|
|
- libacl-devel Requires: libattr-devel for libattr.la
|
|
|
|
|
2004-09-10 13:50:44 +00:00
|
|
|
* Fri Sep 10 2004 Stephen C. Tweedie <sct@redhat.com> 2.2.23-3
|
|
|
|
- Requires libtool >= 1.5 for building
|
|
|
|
|
2004-09-09 02:55:41 +00:00
|
|
|
* Thu Aug 19 2004 Phil Knirsch <pknirsch@redhat.com> 2.2.23-2
|
|
|
|
- Make libacl.so.* executable.
|
|
|
|
|
2004-09-09 02:55:11 +00:00
|
|
|
* Thu Aug 19 2004 Phil Knirsch <pknirsch@redhat.com> 2.2.23-1
|
|
|
|
- Update to latest upstream version.
|
|
|
|
|
|
|
|
* Sun Aug 8 2004 Alan Cox <alan@redhat.com> 2.2.7-7
|
|
|
|
- Close bug #125300 (Steve Grubb: build requires libtool,gettext)
|
|
|
|
|
2004-09-09 02:54:52 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 02:54:42 +00:00
|
|
|
* Wed Mar 31 2004 Stephen C. Tweedie <sct@redhat.com> 2.2.7-5
|
2007-02-23 10:47:32 +00:00
|
|
|
- Add missing %%defattr
|
2004-09-09 02:54:42 +00:00
|
|
|
|
|
|
|
* Tue Mar 30 2004 Stephen C. Tweedie <sct@redhat.com> 2.2.7-3
|
|
|
|
- Add /usr/include/acl to files manifest
|
|
|
|
- Fix location of doc files, add main doc dir to files manifest
|
|
|
|
|
2004-09-09 02:53:39 +00:00
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 02:52:28 +00:00
|
|
|
* Tue Aug 5 2003 Elliot Lee <sopwith@redhat.com> 2.2.7-2
|
|
|
|
- Fix libtool invocation
|
|
|
|
|
|
|
|
* Tue Jun 3 2003 Stephen C. Tweedie <sct@redhat.com> 2.2.7-1
|
|
|
|
- Update to acl-2.2.7
|
|
|
|
|
|
|
|
* Wed Mar 26 2003 Michael K. Johnson <johnsonm@redhat.com> 2.2.3-2
|
|
|
|
- include patch from Jay Berkenbilt to print better error messages
|
|
|
|
|
2004-09-09 02:52:09 +00:00
|
|
|
* Tue Jan 28 2003 Michael K. Johnson <johnsonm@redhat.com> 2.2.3-1
|
|
|
|
- udpate/rebuild
|
|
|
|
|
|
|
|
* Sat Jan 4 2003 Jeff Johnson <jbj@redhat.com> 2.0.11-7
|
|
|
|
- set execute bits on library so that requires are generated.
|
|
|
|
|
|
|
|
* Tue Nov 19 2002 Elliot Lee <sopwith@redhat.com> 2.0.11-5
|
|
|
|
- Correct patch in previous fix so that shared libraries go in /lib*
|
|
|
|
instead of /usr/lib*
|
|
|
|
|
|
|
|
* Tue Nov 19 2002 Elliot Lee <sopwith@redhat.com> 2.0.11-4
|
|
|
|
- Fix multilibbing
|
|
|
|
|
|
|
|
* Wed Sep 11 2002 Than Ngo <than@redhat.com> 2.0.11-3
|
|
|
|
- Added fix to install libs in correct directory on 64bit machine
|
|
|
|
|
2004-09-09 02:52:06 +00:00
|
|
|
* Thu Aug 08 2002 Michael K. Johnson <johnsonm@redhat.com> 2.0.11-2
|
|
|
|
- Made the package only own the one directory that is unique to it:
|
|
|
|
/usr/include/acl
|
|
|
|
|
2004-09-09 02:52:03 +00:00
|
|
|
* Mon Jun 24 2002 Michael K. Johnson <johnsonm@redhat.com> 2.0.11-1
|
|
|
|
- Initial Red Hat package
|
|
|
|
Made as few changes as possible relative to upstream packaging to
|
|
|
|
make it easier to maintain long-term. This means that some of
|
|
|
|
the techniques used here are definitely not standard Red Hat
|
|
|
|
techniques. If you are looking for an example package to fit
|
|
|
|
into Red Hat Linux transparently, this would not be the one to
|
|
|
|
pick.
|
|
|
|
- acl-devel -> libacl-devel
|