From 1740d2a7fea6253b6d5f56f57413c00aafe66e3b Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: May 02 2012 09:15:07 +0000 Subject: update the summary of libacl{,-devel} (#817952) --- diff --git a/acl.spec b/acl.spec index 69baba4..a7d101f 100644 --- a/acl.spec +++ b/acl.spec @@ -1,7 +1,7 @@ Summary: Access control list utilities Name: acl Version: 2.2.51 -Release: 2%{?dist} +Release: 3%{?dist} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gawk BuildRequires: gettext @@ -38,13 +38,13 @@ 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: Files needed for building programs with libacl License: LGPLv2+ Group: Development/Libraries Requires: libacl = %{version}-%{release}, libattr-devel %description -n libacl-devel -This package contains static libraries and header files needed to develop +This package contains header files and documentation needed to develop programs which make use of the access control list programming interface defined in POSIX 1003.1e draft standard 17. @@ -126,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT /%{_lib}/libacl.so.* %changelog +* Wed May 02 2012 Kamil Dudka 2.2.51-3 +- do not mention static libraries in the summary of libacl{,-devel} (#817952) + * Fri May 06 2011 Kamil Dudka 2.2.51-2 - update project URL (#699058)