From 76193ff7f4318ca0d3179ac218c9bac659d0abbe5930276bb14a551edc4e8c91 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Sat, 26 Dec 2009 11:17:42 +0000 Subject: [PATCH] Accepting request 27550 from Base:System Copy from Base:System/libcap based on submit request 27550 from user coolo OBS-URL: https://build.opensuse.org/request/show/27550 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=14 --- libcap.changes | 5 +++ libcap.spec | 108 +++---------------------------------------------- 2 files changed, 11 insertions(+), 102 deletions(-) diff --git a/libcap.changes b/libcap.changes index 691f017..39210e3 100644 --- a/libcap.changes +++ b/libcap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 12 18:24:01 CET 2009 - jengelh@medozas.de + +- add baselibs.conf as a source + ------------------------------------------------------------------- Mon Mar 18 16:25:43 CET 2009 - tiwai@suse.de diff --git a/libcap.spec b/libcap.spec index 9565a58..d5c2736 100644 --- a/libcap.spec +++ b/libcap.spec @@ -21,13 +21,14 @@ Name: libcap BuildRequires: libattr-devel BuildRequires: fdupes -License: BSD 3-Clause +License: BSD3c Group: System/Libraries AutoReqProv: on Summary: Library for Capabilities (linux-privs) Support Version: 2.16 -Release: 3 +Release: 4 Source: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-%{version}.tar.bz2 +Source2: baselibs.conf Patch: libcap-u64-typedef-fix.diff #URL: http://www.kernel.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -44,7 +45,7 @@ done automatically by the kernel. %package -n libcap2 -License: BSD 3-Clause +License: BSD3c Summary: Library for Capabilities (linux-privs) Support Group: System/Libraries @@ -59,7 +60,7 @@ done automatically by the kernel. %package devel -License: BSD 3-Clause +License: BSD3c Summary: Development files for libcap Group: Development/Libraries/C and C++ Requires: glibc-devel libcap2 = %{version} @@ -77,7 +78,7 @@ using libcap. %package progs -License: BSD 3-Clause +License: BSD3c Summary: Libcap utility programs Group: System/Filesystems @@ -126,100 +127,3 @@ ln -s /%{_lib}/libcap.so.2 $RPM_BUILD_ROOT%{_libdir}/libcap.so %{_mandir}/man3/* %changelog -* Wed Mar 18 2009 tiwai@suse.de -- fix a typo in the previous patch (__le64) (bnc#487453) -- don't define __u32 & co if _LINUX_TYPES_H is defined (bnc#487453) -* Tue Mar 10 2009 tiwai@suse.de -- fix build error on i386 due to missing __u64 definition in - sys/capability.h -* Wed Jan 07 2009 tiwai@suse.de -- updated to libcap-2.15: - * Makefile fixes -- updated to libcap-2.16: - * stop using sed for parsing capability.h -* Mon Oct 27 2008 tiwai@suse.de -- updated to libcap-2.14: - * add -v mode to setcap -- updated to libcap-2.13: - * fix a corner case of cap_to_text() -- updated to libcap-2.12: - * man page fixes - * remove never used codes for sysfs check -* Wed Oct 22 2008 mrueckert@suse.de -- fix debug_packages_requires define -* Wed Aug 06 2008 tiwai@suse.de -- updated to libcap-2.11: - * makefile fixes, minor clean-ups - * fix cap_copy_int(), new cap_get_pid() and cap_compare() - * fix cap_copy_ext() -- fix build with libcap-2.11. -* Sun Aug 03 2008 ro@suse.de -- fix requires for debuginfo package -* Wed Jun 11 2008 tiwai@suse.de -- updated to libcap-2.10: - v3 capabilities, documantation fixes, misc fixes -* Wed Apr 23 2008 tiwai@suse.de -- updated to libcap-2.08 - properly supporting the recent 2.6 kernels -* Thu Apr 10 2008 ro@suse.de -- added baselibs.conf file to build xxbit packages - for multilib support -* Mon Apr 16 2007 tiwai@suse.de -- follow library packaging policy - * move docs to devel package - * move binaries and man pages to progs sub package - * fix *.so symlink in libdir -* Wed Jan 24 2007 tiwai@suse.de -- fix the access over array range in cap_extint.c (#237943). -* Tue Dec 19 2006 tiwai@suse.de -- update to libcap-1.10 to support fscaps (#229722, FATE#301748) -* Wed May 24 2006 schwab@suse.de -- Don't strip binaries. -* Thu May 11 2006 tiwai@suse.de -- fix invalid calls of free() (#174561) -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Fri Aug 19 2005 kukuk@suse.de -- Create -devel subpackage -* Thu Jun 23 2005 meissner@suse.de -- use RPM_OPT_FLAGS. -* Wed May 25 2005 tiwai@suse.de -- fixed memory leak (#85659) -* Wed Jan 19 2005 tiwai@suse.de -- fixed compile warnings with gcc-4.0. -* Thu Mar 25 2004 thomas@suse.de -- added EAL3 man-page patch -* Tue Jan 27 2004 kukuk@suse.de -- Remove capget.2/capset.2 from package (version from man-pages - is newer). -* Sun Jan 11 2004 adrian@suse.de -- add %%run_ldconfig -* Mon Feb 24 2003 schwab@suse.de -- Don't include kernel headers, instead copy the contents here. -* Thu Feb 06 2003 garloff@suse.de -- Avoid inclusion of glibc's linux/fs.h (it's broken) [#23324]. -- Use BuildRoot. -* Wed Nov 27 2002 coolo@suse.de -- link the library with the compiler so the depedencies - are tracked correctly (#21996) -* Tue Sep 17 2002 ro@suse.de -- removed bogus self-provides -* Wed Sep 04 2002 sf@suse.de -- fix biarch error (added patch to Make.Rules) -* Sun Aug 11 2002 kukuk@suse.de -- Remove kernel-source from neededforbuild -* Sat Apr 20 2002 garloff@suse.de -- Include capfaq-0.2.txt -- Disable syscall wrapper (capset/capget); it's defined in glibc. -* Sat Apr 20 2002 garloff@suse.de -- Compile syscall wrapper without -fPIC -* Tue Apr 09 2002 ro@suse.de -- apply gcc-3 fixes only for gcc-3 -* Mon Mar 25 2002 stepan@suse.de -- remove -ansi, as it forbids inline. (gcc3) -- use -fpic for building libraries (gcc3) -* Wed Sep 05 2001 ro@suse.de -- updated neededforbuild and updated specfile (man and doc relocation) -* Tue Sep 28 1999 garloff@suse.de -- Initial check in of libcap. -- Kernel patches are provided within the docdir.