This commit is contained in:
commit
ddbd84d864
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
acl-2.2.34.src.tar.bz2
Normal file
3
acl-2.2.34.src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c5a8bfd1ffd1322f701a95cf9cba3c26b45ad2f3e20e4cd53f9a847c5612456d
|
||||||
|
size 121754
|
215
acl.changes
Normal file
215
acl.changes
Normal file
@ -0,0 +1,215 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 18 10:04:15 CET 2006 - agruen@suse.de
|
||||||
|
|
||||||
|
- Remove broken file /usr/lib[64]/libacl.la.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 17 19:07:36 CET 2006 - agruen@suse.de
|
||||||
|
|
||||||
|
- Fix symlinks in the -devel package (149945, Nathan Scott).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 21:29:56 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:18:35 CET 2006 - mjancar@suse.cz
|
||||||
|
|
||||||
|
- update to 2.2.34
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 6 16:11:28 CEST 2005 - coolo@suse.de
|
||||||
|
|
||||||
|
- Fixing devel dependencies (the libtool check chokes on the symlinks,
|
||||||
|
but it still is right)
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 26 13:58:51 CEST 2005 - agruen@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.2.31: Integrate a patch we had separately;
|
||||||
|
additional stdin error handling in setfacl.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 19 16:20:44 CEST 2005 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Move devel files from / to /usr
|
||||||
|
- Don't generate filelist dynamic (fix broken attr statements)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 25 16:44:52 CEST 2005 - meissner@suse.de
|
||||||
|
|
||||||
|
- Use RPM_OPT_FLAGS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 21 11:40:53 CET 2005 - agruen@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.2.30. Several fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 11 15:09:11 CET 2004 - coolo@suse.de
|
||||||
|
|
||||||
|
- use %find_lang
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 25 13:44:14 CEST 2004 - agruen@suse.de
|
||||||
|
|
||||||
|
- #43472: Fix processing of the X pseudo permission in setfacl:
|
||||||
|
Must not modify the sequence of commands directly or else only
|
||||||
|
the first file is processed correctly, and X is not evaluated
|
||||||
|
for any other file. Add test case for X pseudo permission.
|
||||||
|
- Remove support for relative permission changes; this
|
||||||
|
non-standard feature was disabled since a while already.
|
||||||
|
- Bump version number to 2.2.25.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 11 11:29:11 CET 2004 - adrian@suse.de
|
||||||
|
|
||||||
|
- build as user
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 1 15:13:46 CET 2004 - agruen@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.2.21. Bug fix in directory tree walking
|
||||||
|
code.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 22 08:27:24 CEST 2003 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Fix provides for update case
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 28 13:26:04 CEST 2003 - agruen@suse.de
|
||||||
|
|
||||||
|
- Fix a bug with error handling while walking directory trees.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 28 01:49:45 CEST 2003 - ro@suse.de
|
||||||
|
|
||||||
|
- fix patch depth in specfile
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 27 00:50:55 CEST 2003 - agruen@suse.de
|
||||||
|
|
||||||
|
- Fix SIGSEGV if the quote function.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 15 14:18:41 CEST 2003 - agruen@suse.de
|
||||||
|
|
||||||
|
- Update to 2.2.15: Includes quoting of special characters in
|
||||||
|
path and user names, and several minor fixes. (For details see
|
||||||
|
doc/CHANGES in the tarball).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 16 19:28:08 CEST 2003 - ja@suse.cz
|
||||||
|
|
||||||
|
- File list fixed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 6 21:26:54 CEST 2003 - agruen@suse.de
|
||||||
|
|
||||||
|
- Update to 2.2.7.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 26 14:21:56 CET 2003 - agruen@suse.de
|
||||||
|
|
||||||
|
- Update to acl-2.2.3a, which has all our patches plus an
|
||||||
|
additional malloc bug fix.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 24 12:11:20 CET 2003 - agruen@suse.de
|
||||||
|
|
||||||
|
- Increment libattr library version to 1.1.0.
|
||||||
|
- Add symbol level versioning for libacl.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 8 18:37:38 CET 2003 - agruen@suse.de
|
||||||
|
|
||||||
|
- Fix a long standing bug in acl_get_file() for Default ACLs (that
|
||||||
|
probably was there from hour one), and another critical bug in
|
||||||
|
the libacl entry pre-allocation patch (introduced on Jan 22).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 28 12:06:03 CET 2003 - agruen@suse.de
|
||||||
|
|
||||||
|
- Fix inconsistent declarations for visibility("hidden") attributes
|
||||||
|
("config.h" was not always included).
|
||||||
|
- Fix a signedness warning in getfacl/user_group.c with a type
|
||||||
|
cast.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 22 16:28:26 CET 2003 - agruen@suse.de
|
||||||
|
|
||||||
|
- Update to acl-2.2.2
|
||||||
|
- Fix a memory leak in acl_init()
|
||||||
|
- Add memory pre-allocation support patch for libacl
|
||||||
|
- Add ACL copying functions patch
|
||||||
|
- Add visibility(hidden) patch that hides libacl internal functions
|
||||||
|
from the outside.
|
||||||
|
- Let mls@suse.de add the following package alias in Autobuild
|
||||||
|
for building packages against older releases:
|
||||||
|
libacl-devel -> acl-devel [for <= 8.1]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 21 14:02:12 CET 2003 - agruen@suse.de
|
||||||
|
|
||||||
|
- Remove (Prereq: /sbin/ldconfig) tag, and use %run_ldconfig
|
||||||
|
in %post and %postun instead.
|
||||||
|
- acl-devel was renamed to libacl-devel: add missing
|
||||||
|
`Obsoletes: acl-devel' tag to libacl-devel.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 19 23:15:29 CET 2003 - agruen@suse.de
|
||||||
|
|
||||||
|
- Fix a typo and add a clarification in the acl.5 manual page.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 13 16:30:19 CET 2002 - schwab@suse.de
|
||||||
|
|
||||||
|
- Fix filelist generation.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 13 12:33:30 CET 2002 - jderfina@suse.cz
|
||||||
|
|
||||||
|
- upgrading to version 2.1.1
|
||||||
|
- spliting acl to acl (binaries), libacl (libraries) and libacl-devel
|
||||||
|
(development stuff). This spliting follows SGI's release.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 5 13:16:56 CEST 2002 - agruen@suse.de
|
||||||
|
|
||||||
|
- Update to 2.0.19 + additional corrections (see
|
||||||
|
acl-2.0.19/doc/CHANGES).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 10:06:57 CEST 2002 - agruen@suse.de
|
||||||
|
|
||||||
|
- Remove the suse_update_config macro and the config.* stuff.
|
||||||
|
(According to ro@suse.de this is not necessary.)
|
||||||
|
- Change the documentation path in builddefs.in instead of in
|
||||||
|
configure.in.
|
||||||
|
- Update to version 2.0.17
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 20 12:38:27 CEST 2002 - uli@suse.de
|
||||||
|
|
||||||
|
- fixed for lib64
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 20 09:36:09 CEST 2002 - lmuelle@suse.de
|
||||||
|
|
||||||
|
- Remove DESTDIR patch, use DIST_ROOT of package instead
|
||||||
|
- Fix library location in the devel package
|
||||||
|
- Update to version 2.0.11
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 7 12:13:11 CEST 2002 - sf@suse.de
|
||||||
|
|
||||||
|
- moved libs to %{_lib} (they were in /lib _and_ /usr/lib before)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 25 23:17:07 CET 2002 - ro@suse.de
|
||||||
|
|
||||||
|
- initial package (v2.0.0) (split from xfsprogs spec)
|
||||||
|
|
289
acl.spec
Normal file
289
acl.spec
Normal file
@ -0,0 +1,289 @@
|
|||||||
|
#
|
||||||
|
# spec file for package acl (Version 2.2.34)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
# This file and all modifications and additions to the pristine
|
||||||
|
# package are under the same license as the package itself.
|
||||||
|
#
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: acl
|
||||||
|
BuildRequires: libattr-devel
|
||||||
|
Group: System/Filesystems
|
||||||
|
Autoreqprov: on
|
||||||
|
Summary: Commands for Manipulating POSIX Access Control Lists
|
||||||
|
Version: 2.2.34
|
||||||
|
Release: 7
|
||||||
|
Source: %name-%version.src.tar.bz2
|
||||||
|
Patch0: builddefs.in.diff
|
||||||
|
URL: ftp://oss.sgi.com/projects/xfs/cmd_tars
|
||||||
|
License: GPL, Other License(s), see package
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%description
|
||||||
|
getfacl and setfacl commands for retrieving and setting POSIX access
|
||||||
|
control lists.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Andreas Gruenbacher <a.gruenbacher@computer.org>
|
||||||
|
SGI
|
||||||
|
|
||||||
|
%package -n libacl
|
||||||
|
Summary: A dynamic library for accessing POSIX Access Control Lists
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Andreas Gruenbacher <a.gruenbacher@computer.org>
|
||||||
|
SGI
|
||||||
|
|
||||||
|
%package -n libacl-devel
|
||||||
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
|
Autoreqprov: on
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: libacl = %{version} libattr-devel
|
||||||
|
Provides: acl-devel
|
||||||
|
Obsoletes: acl-devel
|
||||||
|
|
||||||
|
%description -n libacl-devel
|
||||||
|
This package contains all necessary include files and libraries needed
|
||||||
|
to develop applications that require these.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
SGI
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -n acl-%version
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
export OPTIMIZER="$RPM_OPT_FLAGS -fPIC"
|
||||||
|
export DEBUG=-DNDEBUG
|
||||||
|
aclocal --acdir=m4
|
||||||
|
autoconf
|
||||||
|
CFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
./configure \
|
||||||
|
--prefix=/ \
|
||||||
|
--exec-prefix=/ \
|
||||||
|
--sbindir=/bin \
|
||||||
|
--bindir=%{_bindir} \
|
||||||
|
--mandir=%{_mandir} \
|
||||||
|
--includedir=%{_includedir} \
|
||||||
|
--libdir=/%{_lib} \
|
||||||
|
--datadir=/usr/share \
|
||||||
|
--libexecdir=%{_libdir}
|
||||||
|
make
|
||||||
|
|
||||||
|
%install
|
||||||
|
DIST_ROOT="$RPM_BUILD_ROOT"
|
||||||
|
DIST_INSTALL=`pwd`/install.manifest
|
||||||
|
DIST_INSTALL_DEV=`pwd`/install-dev.manifest
|
||||||
|
DIST_INSTALL_LIB=`pwd`/install-lib.manifest
|
||||||
|
export DIST_ROOT DIST_INSTALL DIST_INSTALL_DEV DIST_INSTALL_LIB
|
||||||
|
/usr/bin/make install DIST_MANIFEST="$DIST_INSTALL"
|
||||||
|
/usr/bin/make install-dev DIST_MANIFEST="$DIST_INSTALL_DEV"
|
||||||
|
/usr/bin/make install-lib DIST_MANIFEST="$DIST_INSTALL_LIB"
|
||||||
|
ln -sf /%{_lib}/$(readlink $RPM_BUILD_ROOT/%{_lib}/libacl.so) \
|
||||||
|
$RPM_BUILD_ROOT/%{_libdir}/libacl.so
|
||||||
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/libacl.la
|
||||||
|
rm -f $RPM_BUILD_ROOT/%{_lib}/libacl.{a,la,so}
|
||||||
|
%find_lang %name
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%post -n libacl -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -n libacl -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files -f %name.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%attr(755,root,root) %{_bindir}/chacl
|
||||||
|
%attr(755,root,root) %{_bindir}/getfacl
|
||||||
|
%attr(755,root,root) %{_bindir}/setfacl
|
||||||
|
%dir %attr(755,root,root) /usr/share/doc/packages/acl
|
||||||
|
%doc %attr(644,root,root) /usr/share/doc/packages/acl/CHANGES.gz
|
||||||
|
%doc %attr(644,root,root) /usr/share/doc/packages/acl/COPYING
|
||||||
|
%doc %attr(644,root,root) /usr/share/doc/packages/acl/PORTING
|
||||||
|
%doc %attr(644,root,root) /usr/share/doc/packages/acl/README
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man1/chacl.1.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man1/getfacl.1.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man1/setfacl.1.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man5/acl.5.gz
|
||||||
|
|
||||||
|
%files -n libacl-devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %attr(755,root,root) %{_includedir}/acl
|
||||||
|
%attr(644,root,root) %{_includedir}/acl/libacl.h
|
||||||
|
%attr(644,root,root) %{_includedir}/sys/acl.h
|
||||||
|
%attr(644,root,root) %{_libdir}/libacl.a
|
||||||
|
%attr(755,root,root) %{_libdir}/libacl.so
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_add_perm.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_calc_mask.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_check.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_clear_perms.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_cmp.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_copy_entry.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_copy_ext.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_copy_int.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_create_entry.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_delete_def_file.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_delete_entry.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_delete_perm.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_dup.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_entries.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_equiv_mode.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_error.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_extended_fd.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_extended_file.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_free.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_from_mode.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_from_text.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_get_entry.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_get_fd.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_get_file.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_get_perm.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_get_permset.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_get_qualifier.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_get_tag_type.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_init.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_set_fd.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_set_file.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_set_permset.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_set_qualifier.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_set_tag_type.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_size.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_to_any_text.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_to_text.3.gz
|
||||||
|
%doc %attr(644,root,root) %{_mandir}/man3/acl_valid.3.gz
|
||||||
|
|
||||||
|
%files -n libacl
|
||||||
|
%defattr(755,root,root,755)
|
||||||
|
/%{_lib}/libacl.so.1*
|
||||||
|
|
||||||
|
%changelog -n acl
|
||||||
|
* Sat Mar 18 2006 - agruen@suse.de
|
||||||
|
- Remove broken file /usr/lib[64]/libacl.la.
|
||||||
|
* Fri Mar 17 2006 - agruen@suse.de
|
||||||
|
- Fix symlinks in the -devel package (149945, Nathan Scott).
|
||||||
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
* Fri Jan 13 2006 - mjancar@suse.cz
|
||||||
|
- update to 2.2.34
|
||||||
|
* Tue Sep 06 2005 - coolo@suse.de
|
||||||
|
- Fixing devel dependencies (the libtool check chokes on the symlinks,
|
||||||
|
but it still is right)
|
||||||
|
* Fri Aug 26 2005 - agruen@suse.de
|
||||||
|
- Update to version 2.2.31: Integrate a patch we had separately;
|
||||||
|
additional stdin error handling in setfacl.
|
||||||
|
* Fri Aug 19 2005 - kukuk@suse.de
|
||||||
|
- Move devel files from / to /usr
|
||||||
|
- Don't generate filelist dynamic (fix broken attr statements)
|
||||||
|
* Mon Apr 25 2005 - meissner@suse.de
|
||||||
|
- Use RPM_OPT_FLAGS.
|
||||||
|
* Mon Feb 21 2005 - agruen@suse.de
|
||||||
|
- Update to version 2.2.30. Several fixes.
|
||||||
|
* Thu Nov 11 2004 - coolo@suse.de
|
||||||
|
- use %%find_lang
|
||||||
|
* Wed Aug 25 2004 - agruen@suse.de
|
||||||
|
- #43472: Fix processing of the X pseudo permission in setfacl:
|
||||||
|
Must not modify the sequence of commands directly or else only
|
||||||
|
the first file is processed correctly, and X is not evaluated
|
||||||
|
for any other file. Add test case for X pseudo permission.
|
||||||
|
- Remove support for relative permission changes; this
|
||||||
|
non-standard feature was disabled since a while already.
|
||||||
|
- Bump version number to 2.2.25.
|
||||||
|
* Sun Jan 11 2004 - adrian@suse.de
|
||||||
|
- build as user
|
||||||
|
* Thu Jan 01 2004 - agruen@suse.de
|
||||||
|
- Update to version 2.2.21. Bug fix in directory tree walking
|
||||||
|
code.
|
||||||
|
* Wed Oct 22 2003 - kukuk@suse.de
|
||||||
|
- Fix provides for update case
|
||||||
|
* Thu Aug 28 2003 - agruen@suse.de
|
||||||
|
- Fix a bug with error handling while walking directory trees.
|
||||||
|
* Thu Aug 28 2003 - ro@suse.de
|
||||||
|
- fix patch depth in specfile
|
||||||
|
* Wed Aug 27 2003 - agruen@suse.de
|
||||||
|
- Fix SIGSEGV if the quote function.
|
||||||
|
* Fri Aug 15 2003 - agruen@suse.de
|
||||||
|
- Update to 2.2.15: Includes quoting of special characters in
|
||||||
|
path and user names, and several minor fixes. (For details see
|
||||||
|
doc/CHANGES in the tarball).
|
||||||
|
* Mon Jun 16 2003 - ja@suse.cz
|
||||||
|
- File list fixed.
|
||||||
|
* Sun Apr 06 2003 - agruen@suse.de
|
||||||
|
- Update to 2.2.7.
|
||||||
|
* Wed Feb 26 2003 - agruen@suse.de
|
||||||
|
- Update to acl-2.2.3a, which has all our patches plus an
|
||||||
|
additional malloc bug fix.
|
||||||
|
* Mon Feb 24 2003 - agruen@suse.de
|
||||||
|
- Increment libattr library version to 1.1.0.
|
||||||
|
- Add symbol level versioning for libacl.
|
||||||
|
* Sat Feb 08 2003 - agruen@suse.de
|
||||||
|
- Fix a long standing bug in acl_get_file() for Default ACLs (that
|
||||||
|
probably was there from hour one), and another critical bug in
|
||||||
|
the libacl entry pre-allocation patch (introduced on Jan 22).
|
||||||
|
* Tue Jan 28 2003 - agruen@suse.de
|
||||||
|
- Fix inconsistent declarations for visibility("hidden") attributes
|
||||||
|
("config.h" was not always included).
|
||||||
|
- Fix a signedness warning in getfacl/user_group.c with a type
|
||||||
|
cast.
|
||||||
|
* Wed Jan 22 2003 - agruen@suse.de
|
||||||
|
- Update to acl-2.2.2
|
||||||
|
- Fix a memory leak in acl_init()
|
||||||
|
- Add memory pre-allocation support patch for libacl
|
||||||
|
- Add ACL copying functions patch
|
||||||
|
- Add visibility(hidden) patch that hides libacl internal functions
|
||||||
|
from the outside.
|
||||||
|
- Let mls@suse.de add the following package alias in Autobuild
|
||||||
|
for building packages against older releases:
|
||||||
|
libacl-devel -> acl-devel [for <= 8.1]
|
||||||
|
* Tue Jan 21 2003 - agruen@suse.de
|
||||||
|
- Remove (Prereq: /sbin/ldconfig) tag, and use %%run_ldconfig
|
||||||
|
in %%post and %%postun instead.
|
||||||
|
- acl-devel was renamed to libacl-devel: add missing
|
||||||
|
`Obsoletes: acl-devel' tag to libacl-devel.
|
||||||
|
* Sun Jan 19 2003 - agruen@suse.de
|
||||||
|
- Fix a typo and add a clarification in the acl.5 manual page.
|
||||||
|
* Fri Dec 13 2002 - schwab@suse.de
|
||||||
|
- Fix filelist generation.
|
||||||
|
* Fri Dec 13 2002 - jderfina@suse.cz
|
||||||
|
- upgrading to version 2.1.1
|
||||||
|
- spliting acl to acl (binaries), libacl (libraries) and libacl-devel
|
||||||
|
(development stuff). This spliting follows SGI's release.
|
||||||
|
* Thu Sep 05 2002 - agruen@suse.de
|
||||||
|
- Update to 2.0.19 + additional corrections (see
|
||||||
|
acl-2.0.19/doc/CHANGES).
|
||||||
|
* Thu Aug 15 2002 - agruen@suse.de
|
||||||
|
- Remove the suse_update_config macro and the config.* stuff.
|
||||||
|
(According to ro@suse.de this is not necessary.)
|
||||||
|
- Change the documentation path in builddefs.in instead of in
|
||||||
|
configure.in.
|
||||||
|
- Update to version 2.0.17
|
||||||
|
* Thu Jun 20 2002 - uli@suse.de
|
||||||
|
- fixed for lib64
|
||||||
|
* Thu Jun 20 2002 - lmuelle@suse.de
|
||||||
|
- Remove DESTDIR patch, use DIST_ROOT of package instead
|
||||||
|
- Fix library location in the devel package
|
||||||
|
- Update to version 2.0.11
|
||||||
|
* Tue May 07 2002 - sf@suse.de
|
||||||
|
- moved libs to %%{_lib} (they were in /lib _and_ /usr/lib before)
|
||||||
|
* Mon Feb 25 2002 - ro@suse.de
|
||||||
|
- initial package (v2.0.0) (split from xfsprogs spec)
|
11
builddefs.in.diff
Normal file
11
builddefs.in.diff
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- acl-2.2.34/include/builddefs.in
|
||||||
|
+++ acl-2.2.34/include/builddefs.in
|
||||||
|
@@ -31,7 +31,7 @@
|
||||||
|
PKG_DEVLIB_DIR = @libexecdir@
|
||||||
|
PKG_INC_DIR = @includedir@
|
||||||
|
PKG_MAN_DIR = @mandir@
|
||||||
|
-PKG_DOC_DIR = @datadir@/doc/@pkg_name@
|
||||||
|
+PKG_DOC_DIR = @datadir@/doc/packages/@pkg_name@
|
||||||
|
PKG_LOCALE_DIR = @datadir@/locale
|
||||||
|
|
||||||
|
CC = @cc@
|
Loading…
Reference in New Issue
Block a user