From 028260c2a8bfdd8540ff2890d5874f30f2cf5a67d2e7a5c0113a78ddb69c1b0c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 30 Nov 2011 09:30:46 +0000 Subject: [PATCH] Accepting request 94439 from home:coolo:removeautomake add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/94439 OBS-URL: https://build.opensuse.org/package/show/Base:System/acl?expand=0&rev=21 --- acl.changes | 5 +++++ acl.spec | 23 ++--------------------- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/acl.changes b/acl.changes index 7d5b703..f74c7ee 100644 --- a/acl.changes +++ b/acl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 30 09:20:53 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Tue Sep 20 14:17:28 UTC 2011 - crrodriguez@opensuse.org diff --git a/acl.spec b/acl.spec index ac89530..e8fe1a4 100644 --- a/acl.spec +++ b/acl.spec @@ -15,14 +15,12 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: acl %define lname libacl1 -BuildRequires: libattr-devel +BuildRequires: automake libattr-devel Group: System/Filesystems -AutoReqProv: on Summary: Commands for Manipulating POSIX Access Control Lists Version: 2.2.51 Release: 1 @@ -31,20 +29,14 @@ Source2: baselibs.conf Patch0: builddefs.in.diff Patch1: acl-fiximplicit.patch Url: http://download.savannah.gnu.org/releases-noredirect/acl/ -License: GPLv2+ ; LGPLv2.1+ +License: GPL-2+; LGPL-2.1+ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description getfacl and setfacl commands for retrieving and setting POSIX access control lists. -Authors: --------- - Andreas Gruenbacher - SGI - %package -n %lname -License: GPLv2+ ; LGPLv2.1+ Summary: A dynamic library for accessing POSIX Access Control Lists Group: System/Libraries # bug437293 @@ -60,15 +52,8 @@ This package contains the libacl.so dynamic library which contains the POSIX 1003.1e draft standard 17 functions for manipulating access control lists. -Authors: --------- - Andreas Gruenbacher - SGI - %package -n libacl-devel -License: GPLv2+ ; LGPLv2.1+ Summary: Include Files and Libraries mandatory for Development -AutoReqProv: on Group: Development/Libraries/C and C++ Requires: %lname = %version, glibc-devel # the .so file references libattr.so.x, so require libattr-devel @@ -85,10 +70,6 @@ Obsoletes: libacl-devel-64bit This package contains all necessary include files and libraries needed to develop applications that require these. -Authors: --------- - SGI - %prep %setup -q -n acl-%version %patch0 -p1