SHA256
1
0
forked from pool/attr
OBS User unknown 2008-04-10 11:06:58 +00:00 committed by Git OBS Bridge
parent d35fbdb5da
commit 736febfe5e
3 changed files with 63 additions and 48 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:16:49 CEST 2007 - agruen@suse.de Sat Oct 27 18:16:49 CEST 2007 - agruen@suse.de

103
attr.spec
View File

@ -1,7 +1,7 @@
# #
# spec file for package attr (Version 2.4.39) # spec file for package attr (Version 2.4.39)
# #
# 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,12 +10,13 @@
# norootforbuild # norootforbuild
Name: attr Name: attr
Group: System/Filesystems Group: System/Filesystems
AutoReqProv: on AutoReqProv: on
Summary: Commands for Manipulating Extended Attributes Summary: Commands for Manipulating Extended Attributes
Version: 2.4.39 Version: 2.4.39
Release: 3 Release: 31
Source: %{name}-%{version}.src.tar.bz2 Source: %{name}-%{version}.src.tar.bz2
Source1: xattr.conf Source1: xattr.conf
Patch0: builddefs.in.diff Patch0: builddefs.in.diff
@ -41,6 +42,7 @@ Authors:
SGI SGI
%package -n libattr %package -n libattr
License: GPL v2 or later; LGPL v2.1 or later
Summary: A dynamic library for filesystem extended attribute support Summary: A dynamic library for filesystem extended attribute support
AutoReqProv: on AutoReqProv: on
Group: System/Libraries Group: System/Libraries
@ -57,6 +59,7 @@ Authors:
SGI SGI
%package -n libattr-devel %package -n libattr-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++
@ -164,133 +167,137 @@ rm -rf $RPM_BUILD_ROOT
%defattr (-,root,root) %defattr (-,root,root)
/%{_lib}/libattr.so.1* /%{_lib}/libattr.so.1*
%config %{_sysconfdir}/xattr.conf %config %{_sysconfdir}/xattr.conf
%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.4.39. - A large jump to the current upstream version 2.4.39.
- Fix the upstream path walking code. - Fix the upstream path walking code.
- Remove the ea-conv script; this is not relevant anymore since - Remove the ea-conv script; this is not relevant anymore since
years. years.
* Wed Apr 25 2007 - agruen@suse.de * Wed Apr 25 2007 agruen@suse.de
- Fix the permissions of /etc/xattr.conf. - Fix the permissions of /etc/xattr.conf.
* Mon Oct 16 2006 - agruen@suse.de * Mon Oct 16 2006 agruen@suse.de
- Ignore Beagle index data when copying files. - Ignore Beagle index data when copying files.
* Wed Oct 04 2006 - agruen@suse.de * Wed Oct 04 2006 agruen@suse.de
- /etc/xattr.conf: Allow to configure which attributes to skip - /etc/xattr.conf: Allow to configure which attributes to skip
when copying, and which attributes contain file permissions. when copying, and which attributes contain file permissions.
* Sat Mar 18 2006 - aj@suse.de * Sat Mar 18 2006 aj@suse.de
- Remove .la package that was introduced in last change and breaks - Remove .la package that was introduced in last change and breaks
build of many packages. build of many packages.
* 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).
* Tue Mar 07 2006 - agruen@suse.de * Tue Mar 07 2006 agruen@suse.de
- xfs-cmds-25263a-fix-list_attr-segfault: Fix a possible segfault - xfs-cmds-25263a-fix-list_attr-segfault: Fix a possible segfault
in the attr_list compat function (155746). in the attr_list compat function (155746).
* Sat Feb 18 2006 - agruen@suse.de * Sat Feb 18 2006 agruen@suse.de
- Add xfs-cmds-25211a-skip-DMF-attributes-on-copy-also patch from - Add xfs-cmds-25211a-skip-DMF-attributes-on-copy-also patch from
SGI (151782). SGI (151782).
* 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.4.28 - update to 2.4.28
* Implement the IRIX list_attr interfaces * Implement the IRIX list_attr interfaces
* Wed Nov 02 2005 - schwab@suse.de * Wed Nov 02 2005 schwab@suse.de
- Use RPM_OPT_FLAGS. - Use RPM_OPT_FLAGS.
* Fri Aug 26 2005 - agruen@suse.de * Fri Aug 26 2005 agruen@suse.de
- Update to version 2.4.24: integrates two patches we had - Update to version 2.4.24: integrates two patches we had
separately before; add a missing space in an error message; separately before; add a missing space in an error message;
an error path fix in setfattr. No API/ABI changes in libattr. an error path fix in setfattr. No API/ABI changes in libattr.
* 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 Jun 06 2005 - agruen@suse.de * Mon Jun 06 2005 agruen@suse.de
- Bump version number to 2.4.23. - Bump version number to 2.4.23.
* Thu Jun 02 2005 - agruen@suse.de * Thu Jun 02 2005 agruen@suse.de
- reduce-verboseness.diff: attr_copy_{fd,file}: Don't report an - reduce-verboseness.diff: attr_copy_{fd,file}: Don't report an
error for each attribute copy that fails with ENOSYS, but report error for each attribute copy that fails with ENOSYS, but report
such failures only once (85646). such failures only once (85646).
* Mon Feb 21 2005 - agruen@suse.de * Mon Feb 21 2005 agruen@suse.de
- Update to version 2.4.22. Various fixes. - Update to version 2.4.22. Various fixes.
* Fri Aug 13 2004 - mjancar@suse.cz * Fri Aug 13 2004 mjancar@suse.cz
- update to 2.4.16 - update to 2.4.16
* Tue Jan 27 2004 - kukuk@suse.de * Tue Jan 27 2004 kukuk@suse.de
- Don't include man2/*xattr.2 manual pages, use the copy from - Don't include man2/*xattr.2 manual pages, use the copy from
the man-pages package (so we have documentation for the glibc the man-pages package (so we have documentation for the glibc
functions, too). functions, too).
* Sat Jan 10 2004 - adrian@suse.de * Sat Jan 10 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.4.12. Bug fix in directory tree walking - Update to version 2.4.12. Bug fix in directory tree walking
code. code.
* Wed Oct 22 2003 - kukuk@suse.de * Wed Oct 22 2003 kukuk@suse.de
- Fix provides/requires for update case - Fix provides/requires 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.4.8: Fixes SIGSEGV if the quote/unquote functions - Update to 2.4.8: Fixes SIGSEGV if the quote/unquote functions
are passed NULL arguments. are passed NULL arguments.
* Sat Jul 26 2003 - agruen@suse.de * Sat Jul 26 2003 agruen@suse.de
- Update to 2.4.6 + additional patch to be merged upstream. - Update to 2.4.6 + additional patch to be merged upstream.
* Mon Jun 16 2003 - jderfina@suse.cz * Mon Jun 16 2003 jderfina@suse.cz
- File list fixed. - File list fixed.
* Wed Apr 16 2003 - jderfina@suse.cz * Wed Apr 16 2003 jderfina@suse.cz
- Update to 2.4.2 - Update to 2.4.2
* Sun Apr 06 2003 - agruen@suse.de * Sun Apr 06 2003 agruen@suse.de
- Update to 2.4.1. - Update to 2.4.1.
* Thu Feb 27 2003 - agruen@suse.de * Thu Feb 27 2003 agruen@suse.de
- Fix broken attr_copy_check_permissions() function. - Fix broken attr_copy_check_permissions() function.
* Wed Feb 26 2003 - agruen@suse.de * Wed Feb 26 2003 agruen@suse.de
- Update to attr-2.4.0 which has our patches integrated. - Update to attr-2.4.0 which has our patches integrated.
* 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.
- Fix [#24244] (prevent accidental acl copying on xfs). - Fix [#24244] (prevent accidental acl copying on xfs).
- Add symbol level versioning for libattr. - Add symbol level versioning for libattr.
* Thu Feb 13 2003 - agruen@suse.de * Thu Feb 13 2003 agruen@suse.de
- Fix an interface declaration in in the error_context.h header. - Fix an interface declaration in in the error_context.h header.
* Wed Jan 22 2003 - agruen@suse.de * Wed Jan 22 2003 agruen@suse.de
- Update to attr-2.2.0 - Update to attr-2.2.0
- Add EA copying functions patch - Add EA copying functions patch
- 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:
libattr-devel -> attr-devel [for <= 8.1] libattr-devel -> attr-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.
- attr-devel was renamed to libattr-devel: add missing - attr-devel was renamed to libattr-devel: add missing
`Obsoletes: attr-devel' tag to libattr-devel. `Obsoletes: attr-devel' tag to libattr-devel.
* Fri Dec 13 2002 - schwab@suse.de * Fri Dec 13 2002 schwab@suse.de
- Fix filelist generation. - Fix filelist generation.
* Thu Dec 12 2002 - jderfina@suse.cz * Thu Dec 12 2002 jderfina@suse.cz
- upgrading to version 2.1.1 - upgrading to version 2.1.1
- spliting attr to attr (binaries), libattr (libraries, only this package is - spliting attr to attr (binaries), libattr (libraries, only this package is
needed for other packages) and libattr-devel (development stuff). This needed for other packages) and libattr-devel (development stuff). This
spliting follows SGI's release. spliting follows SGI's release.
* Thu Sep 05 2002 - agruen@suse.de * Thu Sep 05 2002 agruen@suse.de
- Update to version 2.0.11: Adds support for m68k and alpha, minor - Update to version 2.0.11: Adds support for m68k and alpha, minor
corrections (see attr-2.0.11/doc/CHANGES for details). corrections (see attr-2.0.11/doc/CHANGES for details).
* 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.9 - Update to version 2.0.9
* 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
- Update to version 2.0.8 - Update to version 2.0.8
* Wed Jun 12 2002 - ro@suse.de * Wed Jun 12 2002 ro@suse.de
- fix for ppc64 (it's called powerpc64 in configure) - fix for ppc64 (it's called powerpc64 in configure)
* Tue May 21 2002 - coolo@suse.de * Tue May 21 2002 coolo@suse.de
- build also on archs without xattr syscalls - build also on archs without xattr syscalls
* Mon May 13 2002 - sf@suse.de * Mon May 13 2002 sf@suse.de
- changed configure.in to use */lib64 as pkg_slib_dir and - changed configure.in to use */lib64 as pkg_slib_dir and
pkg_lib_dir on architectures with lib and lib64 pkg_lib_dir on architectures with lib and lib64
* Wed Apr 24 2002 - mls@suse.de * Wed Apr 24 2002 mls@suse.de
- support for mips architecture - support for mips architecture
* Mon Feb 25 2002 - ro@suse.de * Tue Feb 26 2002 ro@suse.de
- initial package (split from xfstools spec) - initial package (split from xfstools spec)

2
baselibs.conf Normal file
View File

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