Accepting request 479980 from home:kukuk:branches:Base:System
- Add BuildRequires for system user bin needed by test suite OBS-URL: https://build.opensuse.org/request/show/479980 OBS-URL: https://build.opensuse.org/package/show/Base:System/acl?expand=0&rev=46
This commit is contained in:
parent
00db1209cf
commit
4aecd7a782
@ -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
|
Wed Dec 2 16:13:20 UTC 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
9
acl.spec
9
acl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package acl
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -78,6 +78,9 @@ BuildRequires: gettext-tools
|
|||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
%if 0%{?suse_version} > 1320
|
||||||
|
BuildRequires: system-user-bin
|
||||||
|
%endif
|
||||||
#BuildRequires: gpg-offline
|
#BuildRequires: gpg-offline
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -87,8 +90,8 @@ control lists.
|
|||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: A dynamic library for accessing POSIX Access Control Lists
|
Summary: A dynamic library for accessing POSIX Access Control Lists
|
||||||
Group: System/Libraries
|
|
||||||
# bug437293
|
# bug437293
|
||||||
|
Group: System/Libraries
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libacl-64bit
|
Obsoletes: libacl-64bit
|
||||||
%endif
|
%endif
|
||||||
@ -103,8 +106,8 @@ control lists.
|
|||||||
|
|
||||||
%package -n libacl-devel
|
%package -n libacl-devel
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
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
|
# the .so file references libattr.so.x, so require libattr-devel
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
Requires: libattr-devel
|
Requires: libattr-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user