This commit is contained in:
parent
2750418b95
commit
f81a9346c1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
||||
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 11 22:25:17 CEST 2008 - bphilips@suse.de
|
||||
|
||||
|
33
acl.spec
33
acl.spec
@ -2,9 +2,16 @@
|
||||
# spec file for package acl (Version 2.2.47)
|
||||
#
|
||||
# Copyright (c) 2008 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.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -17,7 +24,7 @@ Group: System/Filesystems
|
||||
AutoReqProv: on
|
||||
Summary: Commands for Manipulating POSIX Access Control Lists
|
||||
Version: 2.2.47
|
||||
Release: 1
|
||||
Release: 25
|
||||
Source: %name-%version.src.tar.bz2
|
||||
Patch0: builddefs.in.diff
|
||||
Patch1: walk-tree-fix-for-deref.patch
|
||||
@ -41,6 +48,14 @@ Authors:
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Summary: A dynamic library for accessing POSIX Access Control Lists
|
||||
Group: System/Libraries
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libacl-64bit
|
||||
%endif
|
||||
%ifarch %ix86 ppc
|
||||
Obsoletes: libacl-32bit
|
||||
%endif
|
||||
#
|
||||
|
||||
%description -n libacl
|
||||
This package contains the libacl.so dynamic library which contains the
|
||||
@ -62,6 +77,14 @@ Group: Development/Libraries/C and C++
|
||||
Requires: libacl = %{version} libattr-devel
|
||||
Provides: acl-devel
|
||||
Obsoletes: acl-devel
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libacl-devel-64bit
|
||||
%endif
|
||||
%ifarch %ix86 ppc
|
||||
Obsoletes: libacl-devel-32bit
|
||||
%endif
|
||||
#
|
||||
|
||||
%description -n libacl-devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
@ -185,7 +208,9 @@ rm -f $RPM_BUILD_ROOT/%{_lib}/libacl.{a,la,so}
|
||||
/%{_lib}/libacl.so.1*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 12 2008 bphilips@suse.de
|
||||
* Thu Oct 30 2008 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* Fri Jul 11 2008 bphilips@suse.de
|
||||
- Failure to recursively set/get ACLs on directories (bnc#404075)
|
||||
- When invoked as ``setfacl -- ...'', setfacl segfaults (bnc#369425).
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user