This commit is contained in:
committed by
Git OBS Bridge
parent
5a2da165e5
commit
ce93f35b0b
26
acl.spec
26
acl.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package acl (Version 2.2.47)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -24,11 +24,17 @@ Group: System/Filesystems
|
||||
AutoReqProv: on
|
||||
Summary: Commands for Manipulating POSIX Access Control Lists
|
||||
Version: 2.2.47
|
||||
Release: 27
|
||||
Release: 28
|
||||
Source: %name-%version.src.tar.bz2
|
||||
Patch0: builddefs.in.diff
|
||||
Patch1: walk-tree-fix-for-deref.patch
|
||||
Patch2: null-pointer-access.diff
|
||||
Patch3: acl-add-make-test-target-and-use-make-to-run-tests.patch
|
||||
Patch4: acl-various-improvements-for-test-run.patch
|
||||
Patch5: acl-move-root-tests-to-their-own-folder.patch
|
||||
Patch6: acl-move-nfs-tests-to-their-own-folder.patch
|
||||
Patch7: acl-minor-fix-to-cp.test.patch
|
||||
Patch8: acl-add-getfacl-r-l-p-tests.patch
|
||||
Url: ftp://oss.sgi.com/projects/xfs/cmd_tars
|
||||
License: GPL v2 or later
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -95,6 +101,12 @@ Authors:
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
|
||||
%build
|
||||
export OPTIMIZER="$RPM_OPT_FLAGS -fPIC"
|
||||
@@ -202,6 +214,8 @@ rm -f $RPM_BUILD_ROOT/%{_lib}/libacl.{a,la,so}
|
||||
/%{_lib}/libacl.so.1*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 08 2009 bphilips@novell.com
|
||||
- Added a number of unit test improvements
|
||||
* Wed Dec 10 2008 olh@suse.de
|
||||
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
||||
(bnc#437293)
|
||||
@@ -218,7 +232,7 @@ rm -f $RPM_BUILD_ROOT/%{_lib}/libacl.{a,la,so}
|
||||
* 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.
|
||||
* Fri Oct 26 2007 agruen@suse.de
|
||||
* Thu Oct 25 2007 agruen@suse.de
|
||||
- A large jump to the current upstream version 2.2.45.
|
||||
- Fix the upstream path walking code.
|
||||
* Sat Mar 18 2006 agruen@suse.de
|
||||
@@ -257,11 +271,11 @@ rm -f $RPM_BUILD_ROOT/%{_lib}/libacl.{a,la,so}
|
||||
* 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
|
||||
* Tue Oct 21 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
|
||||
* 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.
|
||||
@@ -322,7 +336,7 @@ rm -f $RPM_BUILD_ROOT/%{_lib}/libacl.{a,la,so}
|
||||
- Update to version 2.0.17
|
||||
* Thu Jun 20 2002 uli@suse.de
|
||||
- fixed for lib64
|
||||
* Thu Jun 20 2002 lmuelle@suse.de
|
||||
* Wed Jun 19 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
|
||||
|
Reference in New Issue
Block a user