SHA256
1
0
forked from pool/libcap

Accepting request 238088 from home:elvigia:branches:Base:System

- libcap-nolibattr.patch Do not link to libattr, it is 
  a bogus dependency. application uses sys/xattr from libc.

OBS-URL: https://build.opensuse.org/request/show/238088
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=18
This commit is contained in:
2014-06-20 12:37:23 +00:00
committed by Git OBS Bridge
parent 1fc547dc88
commit c3c6c92bf0
3 changed files with 20 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package libcap
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@ Source: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/libc
Source2: baselibs.conf
Url: https://sites.google.com/site/fullycapable/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libattr-devel
Patch0: libcap-nolibattr.patch
%if 0%{?suse_version} > 1030
BuildRequires: fdupes
%endif
@@ -86,7 +86,7 @@ libcap.
%prep
%setup -q
%patch0 -p1
%build
# lib=%{_lib} make %{?_smp_mflags} COPTFLAG="$RPM_OPT_FLAGS"
lib=%{_lib} make %{?_smp_mflags} DEBUG="-g $RPM_OPT_FLAGS"