SHA256
3
0
forked from pool/acl
OBS User unknown 2008-04-10 11:05:01 +00:00 committed by Git OBS Bridge
parent 13c98166d5
commit c1e415b095
3 changed files with 54 additions and 39 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 27 18:17:58 CEST 2007 - agruen@suse.de Sat Oct 27 18:17:58 CEST 2007 - agruen@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package acl (Version 2.2.45) # spec file for package acl (Version 2.2.45)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -10,13 +10,14 @@
# norootforbuild # norootforbuild
Name: acl Name: acl
BuildRequires: libattr-devel BuildRequires: libattr-devel
Group: System/Filesystems Group: System/Filesystems
AutoReqProv: on AutoReqProv: on
Summary: Commands for Manipulating POSIX Access Control Lists Summary: Commands for Manipulating POSIX Access Control Lists
Version: 2.2.45 Version: 2.2.45
Release: 3 Release: 31
Source: %name-%version.src.tar.bz2 Source: %name-%version.src.tar.bz2
Patch0: builddefs.in.diff Patch0: builddefs.in.diff
Patch1: walk-acl.diff Patch1: walk-acl.diff
@ -36,6 +37,7 @@ Authors:
SGI SGI
%package -n libacl %package -n libacl
License: GPL v2 or later; LGPL v2.1 or later
Summary: A dynamic library for accessing POSIX Access Control Lists Summary: A dynamic library for accessing POSIX Access Control Lists
Group: System/Libraries Group: System/Libraries
@ -52,6 +54,7 @@ Authors:
SGI SGI
%package -n libacl-devel %package -n libacl-devel
License: GPL v2 or later; LGPL v2.1 or later
Summary: Include Files and Libraries mandatory for Development Summary: Include Files and Libraries mandatory for Development
AutoReqProv: on AutoReqProv: on
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
@ -178,37 +181,41 @@ rm -f $RPM_BUILD_ROOT/%{_lib}/libacl.{a,la,so}
%files -n libacl %files -n libacl
%defattr(755,root,root,755) %defattr(755,root,root,755)
/%{_lib}/libacl.so.1* /%{_lib}/libacl.so.1*
%changelog %changelog
* Sat Oct 27 2007 - agruen@suse.de * Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
* Sat Oct 27 2007 agruen@suse.de
- Don't exhaust the number of file descriptors in the path walking - Don't exhaust the number of file descriptors in the path walking
code, and make sure each directory is only visited once. code, and make sure each directory is only visited once.
* Fri Oct 26 2007 - agruen@suse.de * Fri Oct 26 2007 agruen@suse.de
- A large jump to the current upstream version 2.2.45. - A large jump to the current upstream version 2.2.45.
- Fix the upstream path walking code. - Fix the upstream path walking code.
* Sat Mar 18 2006 - agruen@suse.de * Sat Mar 18 2006 agruen@suse.de
- Remove broken file /usr/lib[64]/libacl.la. - Remove broken file /usr/lib[64]/libacl.la.
* Fri Mar 17 2006 - agruen@suse.de * Fri Mar 17 2006 agruen@suse.de
- Fix symlinks in the -devel package (149945, Nathan Scott). - Fix symlinks in the -devel package (149945, Nathan Scott).
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Fri Jan 13 2006 - mjancar@suse.cz * Fri Jan 13 2006 mjancar@suse.cz
- update to 2.2.34 - update to 2.2.34
* Tue Sep 06 2005 - coolo@suse.de * Tue Sep 06 2005 coolo@suse.de
- Fixing devel dependencies (the libtool check chokes on the symlinks, - Fixing devel dependencies (the libtool check chokes on the symlinks,
but it still is right) but it still is right)
* Fri Aug 26 2005 - agruen@suse.de * Fri Aug 26 2005 agruen@suse.de
- Update to version 2.2.31: Integrate a patch we had separately; - Update to version 2.2.31: Integrate a patch we had separately;
additional stdin error handling in setfacl. additional stdin error handling in setfacl.
* Fri Aug 19 2005 - kukuk@suse.de * Fri Aug 19 2005 kukuk@suse.de
- Move devel files from / to /usr - Move devel files from / to /usr
- Don't generate filelist dynamic (fix broken attr statements) - Don't generate filelist dynamic (fix broken attr statements)
* Mon Apr 25 2005 - meissner@suse.de * Mon Apr 25 2005 meissner@suse.de
- Use RPM_OPT_FLAGS. - Use RPM_OPT_FLAGS.
* Mon Feb 21 2005 - agruen@suse.de * Mon Feb 21 2005 agruen@suse.de
- Update to version 2.2.30. Several fixes. - Update to version 2.2.30. Several fixes.
* Thu Nov 11 2004 - coolo@suse.de * Thu Nov 11 2004 coolo@suse.de
- use %%find_lang - use %%find_lang
* Wed Aug 25 2004 - agruen@suse.de * Wed Aug 25 2004 agruen@suse.de
- #43472: Fix processing of the X pseudo permission in setfacl: - #43472: Fix processing of the X pseudo permission in setfacl:
Must not modify the sequence of commands directly or else only Must not modify the sequence of commands directly or else only
the first file is processed correctly, and X is not evaluated the first file is processed correctly, and X is not evaluated
@ -216,43 +223,43 @@ rm -f $RPM_BUILD_ROOT/%{_lib}/libacl.{a,la,so}
- Remove support for relative permission changes; this - Remove support for relative permission changes; this
non-standard feature was disabled since a while already. non-standard feature was disabled since a while already.
- Bump version number to 2.2.25. - Bump version number to 2.2.25.
* Sun Jan 11 2004 - adrian@suse.de * Sun Jan 11 2004 adrian@suse.de
- build as user - build as user
* Thu Jan 01 2004 - agruen@suse.de * Thu Jan 01 2004 agruen@suse.de
- Update to version 2.2.21. Bug fix in directory tree walking - Update to version 2.2.21. Bug fix in directory tree walking
code. code.
* Wed Oct 22 2003 - kukuk@suse.de * Wed Oct 22 2003 kukuk@suse.de
- Fix provides for update case - Fix provides for update case
* Thu Aug 28 2003 - agruen@suse.de * Thu Aug 28 2003 agruen@suse.de
- Fix a bug with error handling while walking directory trees. - Fix a bug with error handling while walking directory trees.
* Thu Aug 28 2003 - ro@suse.de * Thu Aug 28 2003 ro@suse.de
- fix patch depth in specfile - fix patch depth in specfile
* Wed Aug 27 2003 - agruen@suse.de * Wed Aug 27 2003 agruen@suse.de
- Fix SIGSEGV if the quote function. - Fix SIGSEGV if the quote function.
* Fri Aug 15 2003 - agruen@suse.de * Fri Aug 15 2003 agruen@suse.de
- Update to 2.2.15: Includes quoting of special characters in - Update to 2.2.15: Includes quoting of special characters in
path and user names, and several minor fixes. (For details see path and user names, and several minor fixes. (For details see
doc/CHANGES in the tarball). doc/CHANGES in the tarball).
* Mon Jun 16 2003 - ja@suse.cz * Mon Jun 16 2003 ja@suse.cz
- File list fixed. - File list fixed.
* Sun Apr 06 2003 - agruen@suse.de * Sun Apr 06 2003 agruen@suse.de
- Update to 2.2.7. - Update to 2.2.7.
* Wed Feb 26 2003 - agruen@suse.de * Wed Feb 26 2003 agruen@suse.de
- Update to acl-2.2.3a, which has all our patches plus an - Update to acl-2.2.3a, which has all our patches plus an
additional malloc bug fix. additional malloc bug fix.
* Mon Feb 24 2003 - agruen@suse.de * Mon Feb 24 2003 agruen@suse.de
- Increment libattr library version to 1.1.0. - Increment libattr library version to 1.1.0.
- Add symbol level versioning for libacl. - Add symbol level versioning for libacl.
* Sat Feb 08 2003 - agruen@suse.de * Sat Feb 08 2003 agruen@suse.de
- Fix a long standing bug in acl_get_file() for Default ACLs (that - Fix a long standing bug in acl_get_file() for Default ACLs (that
probably was there from hour one), and another critical bug in probably was there from hour one), and another critical bug in
the libacl entry pre-allocation patch (introduced on Jan 22). the libacl entry pre-allocation patch (introduced on Jan 22).
* Tue Jan 28 2003 - agruen@suse.de * Tue Jan 28 2003 agruen@suse.de
- Fix inconsistent declarations for visibility("hidden") attributes - Fix inconsistent declarations for visibility("hidden") attributes
("config.h" was not always included). ("config.h" was not always included).
- Fix a signedness warning in getfacl/user_group.c with a type - Fix a signedness warning in getfacl/user_group.c with a type
cast. cast.
* Wed Jan 22 2003 - agruen@suse.de * Wed Jan 22 2003 agruen@suse.de
- Update to acl-2.2.2 - Update to acl-2.2.2
- Fix a memory leak in acl_init() - Fix a memory leak in acl_init()
- Add memory pre-allocation support patch for libacl - Add memory pre-allocation support patch for libacl
@ -262,35 +269,35 @@ rm -f $RPM_BUILD_ROOT/%{_lib}/libacl.{a,la,so}
- Let mls@suse.de add the following package alias in Autobuild - Let mls@suse.de add the following package alias in Autobuild
for building packages against older releases: for building packages against older releases:
libacl-devel -> acl-devel [for <= 8.1] libacl-devel -> acl-devel [for <= 8.1]
* Tue Jan 21 2003 - agruen@suse.de * Tue Jan 21 2003 agruen@suse.de
- Remove (Prereq: /sbin/ldconfig) tag, and use %%run_ldconfig - Remove (Prereq: /sbin/ldconfig) tag, and use %%run_ldconfig
in %%post and %%postun instead. in %%post and %%postun instead.
- acl-devel was renamed to libacl-devel: add missing - acl-devel was renamed to libacl-devel: add missing
`Obsoletes: acl-devel' tag to libacl-devel. `Obsoletes: acl-devel' tag to libacl-devel.
* Sun Jan 19 2003 - agruen@suse.de * Mon Jan 20 2003 agruen@suse.de
- Fix a typo and add a clarification in the acl.5 manual page. - Fix a typo and add a clarification in the acl.5 manual page.
* Fri Dec 13 2002 - schwab@suse.de * Fri Dec 13 2002 schwab@suse.de
- Fix filelist generation. - Fix filelist generation.
* Fri Dec 13 2002 - jderfina@suse.cz * Fri Dec 13 2002 jderfina@suse.cz
- upgrading to version 2.1.1 - upgrading to version 2.1.1
- spliting acl to acl (binaries), libacl (libraries) and libacl-devel - spliting acl to acl (binaries), libacl (libraries) and libacl-devel
(development stuff). This spliting follows SGI's release. (development stuff). This spliting follows SGI's release.
* Thu Sep 05 2002 - agruen@suse.de * Thu Sep 05 2002 agruen@suse.de
- Update to 2.0.19 + additional corrections (see - Update to 2.0.19 + additional corrections (see
acl-2.0.19/doc/CHANGES). acl-2.0.19/doc/CHANGES).
* Thu Aug 15 2002 - agruen@suse.de * Thu Aug 15 2002 agruen@suse.de
- Remove the suse_update_config macro and the config.* stuff. - Remove the suse_update_config macro and the config.* stuff.
(According to ro@suse.de this is not necessary.) (According to ro@suse.de this is not necessary.)
- Change the documentation path in builddefs.in instead of in - Change the documentation path in builddefs.in instead of in
configure.in. configure.in.
- Update to version 2.0.17 - Update to version 2.0.17
* Thu Jun 20 2002 - uli@suse.de * Thu Jun 20 2002 uli@suse.de
- fixed for lib64 - fixed for lib64
* Thu Jun 20 2002 - lmuelle@suse.de * Thu Jun 20 2002 lmuelle@suse.de
- Remove DESTDIR patch, use DIST_ROOT of package instead - Remove DESTDIR patch, use DIST_ROOT of package instead
- Fix library location in the devel package - Fix library location in the devel package
- Update to version 2.0.11 - Update to version 2.0.11
* Tue May 07 2002 - sf@suse.de * Tue May 07 2002 sf@suse.de
- moved libs to %%{_lib} (they were in /lib _and_ /usr/lib before) - moved libs to %%{_lib} (they were in /lib _and_ /usr/lib before)
* Mon Feb 25 2002 - ro@suse.de * Tue Feb 26 2002 ro@suse.de
- initial package (v2.0.0) (split from xfsprogs spec) - initial package (v2.0.0) (split from xfsprogs spec)

2
baselibs.conf Normal file
View File

@ -0,0 +1,2 @@
libacl
arch ppc64 package libacl-devel