This commit is contained in:
committed by
Git OBS Bridge
parent
a0122a57f3
commit
98f27e551d
168
attr.spec
168
attr.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package attr (Version 2.4.43)
|
||||
# spec file for package attr (Version 2.4.44)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -22,17 +22,12 @@ Name: attr
|
||||
Group: System/Filesystems
|
||||
AutoReqProv: on
|
||||
Summary: Commands for Manipulating Extended Attributes
|
||||
Version: 2.4.43
|
||||
Release: 4
|
||||
Source: %{name}_%{version}-1.tar.gz
|
||||
Version: 2.4.44
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.src.tar.gz
|
||||
Source1: xattr.conf
|
||||
Patch0: builddefs.in.diff
|
||||
Patch1: attr-move-ext2-3-tests-into-seperate-test-file.patch
|
||||
Patch2: attr-various-improvements-for-test-run.patch
|
||||
Patch3: attr-add-make-test-target-and-use-make-to-run-tests.patch
|
||||
Patch4: attr-tests-for-path-recursion-with-l-p-r.patch
|
||||
Patch5: attr-fix-walk_tree_recursive-for-the-walk_tree_dereference-case.patch
|
||||
Url: ftp://oss.sgi.com/projects/xfs/cmd_tars
|
||||
Url: http://download.savannah.gnu.org/releases-noredirect/attr/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
License: GPL v2 or later
|
||||
Conflicts: xfsdump < 2.0.0
|
||||
@@ -51,7 +46,7 @@ Authors:
|
||||
SGI
|
||||
|
||||
%package -n libattr
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Summary: A dynamic library for filesystem extended attribute support
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
@@ -73,7 +68,7 @@ Authors:
|
||||
SGI
|
||||
|
||||
%package -n libattr-devel
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
AutoReqProv: on
|
||||
Group: Development/Libraries/C and C++
|
||||
@@ -101,11 +96,6 @@ Authors:
|
||||
%prep
|
||||
%setup
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
|
||||
%build
|
||||
export OPTIMIZER="$RPM_OPT_FLAGS -fPIC"
|
||||
@@ -190,147 +180,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config %{_sysconfdir}/xattr.conf
|
||||
|
||||
%changelog
|
||||
* Thu Feb 12 2009 bphilips@suse.de
|
||||
- Improve unit test harness
|
||||
* Tue Jan 06 2009 bphilips@suse.de
|
||||
- Fix tests and add make target
|
||||
- Version bump to get fix for getfattr -P bnc#457660
|
||||
* Wed Dec 10 2008 olh@suse.de
|
||||
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
||||
(bnc#437293)
|
||||
* Tue Nov 11 2008 ro@suse.de
|
||||
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
|
||||
* Thu Oct 30 2008 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* 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
|
||||
code, and make sure each directory is only visited once.
|
||||
* Thu Oct 25 2007 agruen@suse.de
|
||||
- A large jump to the current upstream version 2.4.39.
|
||||
- Fix the upstream path walking code.
|
||||
- Remove the ea-conv script; this is not relevant anymore since
|
||||
years.
|
||||
* Wed Apr 25 2007 agruen@suse.de
|
||||
- Fix the permissions of /etc/xattr.conf.
|
||||
* Mon Oct 16 2006 agruen@suse.de
|
||||
- Ignore Beagle index data when copying files.
|
||||
* Wed Oct 04 2006 agruen@suse.de
|
||||
- /etc/xattr.conf: Allow to configure which attributes to skip
|
||||
when copying, and which attributes contain file permissions.
|
||||
* Sat Mar 18 2006 aj@suse.de
|
||||
- Remove .la package that was introduced in last change and breaks
|
||||
build of many packages.
|
||||
* Fri Mar 17 2006 agruen@suse.de
|
||||
- Fix symlinks in the -devel package (149945, Nathan Scott).
|
||||
* Tue Mar 07 2006 agruen@suse.de
|
||||
- xfs-cmds-25263a-fix-list_attr-segfault: Fix a possible segfault
|
||||
in the attr_list compat function (155746).
|
||||
* Sat Feb 18 2006 agruen@suse.de
|
||||
- Add xfs-cmds-25211a-skip-DMF-attributes-on-copy-also patch from
|
||||
SGI (151782).
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Fri Jan 13 2006 mjancar@suse.cz
|
||||
- update to 2.4.28
|
||||
* Implement the IRIX list_attr interfaces
|
||||
* Wed Nov 02 2005 schwab@suse.de
|
||||
- Use RPM_OPT_FLAGS.
|
||||
* Fri Aug 26 2005 agruen@suse.de
|
||||
- Update to version 2.4.24: integrates two patches we had
|
||||
separately before; add a missing space in an error message;
|
||||
an error path fix in setfattr. No API/ABI changes in libattr.
|
||||
* Fri Aug 19 2005 kukuk@suse.de
|
||||
- Move devel files from / to /usr
|
||||
- Don't generate filelist dynamic (fix broken attr statements)
|
||||
* Mon Jun 06 2005 agruen@suse.de
|
||||
- Bump version number to 2.4.23.
|
||||
* Thu Jun 02 2005 agruen@suse.de
|
||||
- reduce-verboseness.diff: attr_copy_{fd,file}: Don't report an
|
||||
error for each attribute copy that fails with ENOSYS, but report
|
||||
such failures only once (85646).
|
||||
* Mon Feb 21 2005 agruen@suse.de
|
||||
- Update to version 2.4.22. Various fixes.
|
||||
* Fri Aug 13 2004 mjancar@suse.cz
|
||||
- update to 2.4.16
|
||||
* Tue Jan 27 2004 kukuk@suse.de
|
||||
- Don't include man2/*xattr.2 manual pages, use the copy from
|
||||
the man-pages package (so we have documentation for the glibc
|
||||
functions, too).
|
||||
* Sat Jan 10 2004 adrian@suse.de
|
||||
- build as user
|
||||
* Thu Jan 01 2004 agruen@suse.de
|
||||
- Update to version 2.4.12. Bug fix in directory tree walking
|
||||
code.
|
||||
* Tue Oct 21 2003 kukuk@suse.de
|
||||
- Fix provides/requires for update case
|
||||
* Thu Aug 28 2003 agruen@suse.de
|
||||
- Fix a bug with error handling while walking directory trees.
|
||||
* Wed Aug 27 2003 ro@suse.de
|
||||
- fix patch-depth in specfile
|
||||
* Tue Aug 26 2003 agruen@suse.de
|
||||
- Fix SIGSEGV if the quote function.
|
||||
* Fri Aug 15 2003 agruen@suse.de
|
||||
- Update to 2.4.8: Fixes SIGSEGV if the quote/unquote functions
|
||||
are passed NULL arguments.
|
||||
* Sat Jul 26 2003 agruen@suse.de
|
||||
- Update to 2.4.6 + additional patch to be merged upstream.
|
||||
* Mon Jun 16 2003 jderfina@suse.cz
|
||||
- File list fixed.
|
||||
* Wed Apr 16 2003 jderfina@suse.cz
|
||||
- Update to 2.4.2
|
||||
* Sun Apr 06 2003 agruen@suse.de
|
||||
- Update to 2.4.1.
|
||||
* Wed Feb 26 2003 agruen@suse.de
|
||||
- Fix broken attr_copy_check_permissions() function.
|
||||
* Wed Feb 26 2003 agruen@suse.de
|
||||
- Update to attr-2.4.0 which has our patches integrated.
|
||||
* Mon Feb 24 2003 agruen@suse.de
|
||||
- Increment libattr library version to 1.1.0.
|
||||
- Fix [#24244] (prevent accidental acl copying on xfs).
|
||||
- Add symbol level versioning for libattr.
|
||||
* Thu Feb 13 2003 agruen@suse.de
|
||||
- Fix an interface declaration in in the error_context.h header.
|
||||
* Wed Jan 22 2003 agruen@suse.de
|
||||
- Update to attr-2.2.0
|
||||
- Add EA copying functions patch
|
||||
- Let mls@suse.de add the following package alias in Autobuild
|
||||
for building packages against older releases:
|
||||
libattr-devel -> attr-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.
|
||||
- attr-devel was renamed to libattr-devel: add missing
|
||||
`Obsoletes: attr-devel' tag to libattr-devel.
|
||||
* Fri Dec 13 2002 schwab@suse.de
|
||||
- Fix filelist generation.
|
||||
* Thu Dec 12 2002 jderfina@suse.cz
|
||||
- upgrading to version 2.1.1
|
||||
- spliting attr to attr (binaries), libattr (libraries, only this package is
|
||||
needed for other packages) and libattr-devel (development stuff). This
|
||||
spliting follows SGI's release.
|
||||
* Thu Sep 05 2002 agruen@suse.de
|
||||
- Update to version 2.0.11: Adds support for m68k and alpha, minor
|
||||
corrections (see attr-2.0.11/doc/CHANGES for details).
|
||||
* 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.9
|
||||
* Wed Jun 19 2002 lmuelle@suse.de
|
||||
- Remove DESTDIR patch, use DIST_ROOT of package instead
|
||||
- Update to version 2.0.8
|
||||
* Wed Jun 12 2002 ro@suse.de
|
||||
- fix for ppc64 (it's called powerpc64 in configure)
|
||||
* Tue May 21 2002 coolo@suse.de
|
||||
- build also on archs without xattr syscalls
|
||||
* Mon May 13 2002 sf@suse.de
|
||||
- changed configure.in to use */lib64 as pkg_slib_dir and
|
||||
pkg_lib_dir on architectures with lib and lib64
|
||||
* Wed Apr 24 2002 mls@suse.de
|
||||
- support for mips architecture
|
||||
* Mon Feb 25 2002 ro@suse.de
|
||||
- initial package (split from xfstools spec)
|
||||
|
Reference in New Issue
Block a user