Hello community, here is the log from the commit of package libcap for openSUSE:Factory checked in at 2014-06-24 15:15:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcap (Old) and /work/SRC/openSUSE:Factory/.libcap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcap" Changes: -------- --- /work/SRC/openSUSE:Factory/libcap/libcap.changes 2013-03-08 21:15:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libcap.new/libcap.changes 2014-06-24 15:15:43.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Jun 19 17:32:36 UTC 2014 - [email protected] + +- libcap-nolibattr.patch Do not link to libattr, it is + a bogus dependency. application uses sys/xattr from libc. + +------------------------------------------------------------------- New: ---- libcap-nolibattr.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcap.spec ++++++ --- /var/tmp/diff_new_pack.yoZeco/_old 2014-06-24 15:15:44.000000000 +0200 +++ /var/tmp/diff_new_pack.yoZeco/_new 2014-06-24 15:15:44.000000000 +0200 @@ -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 @@ 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 @@ %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" ++++++ libcap-nolibattr.patch ++++++ --- libcap-2.22.orig/libcap/Makefile +++ libcap-2.22/libcap/Makefile @@ -16,7 +16,7 @@ FILES=cap_alloc cap_proc cap_extint cap_ # no support). ifeq ($(LIBATTR),yes) FILES += cap_file -LDFLAGS += -lattr +LDFLAGS += endif INCLS=libcap.h cap_names.h $(INCS) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
