diff --git a/acl.changes b/acl.changes index d8563a5..2528fef 100644 --- a/acl.changes +++ b/acl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 13 11:06:09 CET 2017 - kukuk@suse.de + +- Add BuildRequires for system user bin needed by test suite + ------------------------------------------------------------------- Wed Dec 2 16:13:20 UTC 2015 - jeffm@suse.com diff --git a/acl.spec b/acl.spec index ad68ffa..f0357de 100644 --- a/acl.spec +++ b/acl.spec @@ -1,7 +1,7 @@ # # spec file for package acl # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -78,6 +78,9 @@ BuildRequires: gettext-tools BuildRequires: libattr-devel BuildRequires: libtool BuildRequires: pkg-config +%if 0%{?suse_version} > 1320 +BuildRequires: system-user-bin +%endif #BuildRequires: gpg-offline BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -87,8 +90,8 @@ control lists. %package -n %lname Summary: A dynamic library for accessing POSIX Access Control Lists -Group: System/Libraries # bug437293 +Group: System/Libraries %ifarch ppc64 Obsoletes: libacl-64bit %endif @@ -103,8 +106,8 @@ control lists. %package -n libacl-devel Summary: Include Files and Libraries mandatory for Development -Group: Development/Libraries/C and C++ # the .so file references libattr.so.x, so require libattr-devel +Group: Development/Libraries/C and C++ Requires: %lname = %version Requires: glibc-devel Requires: libattr-devel