[acl/f13/master] get fixes for #595674 and #613336 into Fedora 13

Kamil Dudka kdudka at fedoraproject.org
Tue Aug 3 22:11:44 UTC 2010


commit dd0b62fe8daa40df7e49b0617c03aef5e292ea90
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Wed Aug 4 00:05:32 2010 +0200

    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)

 acl.spec |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/acl.spec b/acl.spec
index b5f9c6c..d1a382c 100644
--- a/acl.spec
+++ b/acl.spec
@@ -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 at 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 at redhat.com> 2.2.49-5
 - prevent setfacl --restore from SIGSEGV on malformed restore file (#576550)
 


More information about the scm-commits mailing list