get fixes for #595674 and #613336 into Fedora 13

- let acl depend on the same version of libacl (#595674)
- remove dependency of libacl-devel on nfs-utils-lib and openldap
(#613336)
This commit is contained in:
Kamil Dudka 2010-08-04 00:05:32 +02:00
parent 32e0950a0a
commit dd0b62fe8d
1 changed files with 13 additions and 3 deletions

View File

@ -1,16 +1,23 @@
Summary: Access control list utilities
Name: acl
Version: 2.2.49
Release: 5%{?dist}
Release: 6%{?dist}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gawk
BuildRequires: gettext
BuildRequires: libattr-devel
BuildRequires: libtool
Requires: libacl = %{version}-%{release}
Source: http://download.savannah.gnu.org/releases-noredirect/acl/acl-%{version}.src.tar.gz
Patch1: acl-2.2.39-build.patch
# bz #488674
Patch2: acl-2.2.49-setfacl-walk.patch
# bz #467936
Patch3: acl-2.2.49-bz467936.patch
# bz #576550
Patch4: acl-2.2.49-setfacl-restore.patch
License: GPLv2+
Group: System Environment/Base
@ -33,11 +40,10 @@ the POSIX 1003.1e draft standard 17 functions for manipulating access
control lists.
%package -n libacl-devel
Summary: Access control list static libraries and headers.
Summary: Access control list static libraries and headers
License: LGPLv2+
Group: Development/Libraries
Requires: libacl = %{version}-%{release}, libattr-devel
Requires: nfs-utils-lib, openldap
%description -n libacl-devel
This package contains static libraries and header files needed to develop
@ -107,6 +113,10 @@ rm -rf $RPM_BUILD_ROOT
/%{_lib}/libacl.so.*
%changelog
* Wed Aug 04 2010 Kamil Dudka <kdudka@redhat.com> 2.2.49-6
- let acl depend on the same version of libacl (#595674)
- remove dependency of libacl-devel on nfs-utils-lib and openldap (#613336)
* Wed Mar 24 2010 Kamil Dudka <kdudka@redhat.com> 2.2.49-5
- prevent setfacl --restore from SIGSEGV on malformed restore file (#576550)