forked from pool/libcap
This commit is contained in:
parent
7a3687fe1e
commit
812c01ac4d
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
libcap
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 16 15:37:55 CEST 2007 - tiwai@suse.de
|
Mon Apr 16 15:37:55 CEST 2007 - tiwai@suse.de
|
||||||
|
|
||||||
|
64
libcap.spec
64
libcap.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcap (Version 1.10)
|
# spec file for package libcap (Version 1.10)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,13 +10,14 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: libcap
|
Name: libcap
|
||||||
License: BSD License and BSD-like
|
License: BSD 3-Clause
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Summary: Library for Capabilities (linux-privs) Support
|
Summary: Library for Capabilities (linux-privs) Support
|
||||||
Version: 1.10
|
Version: 1.10
|
||||||
Release: 12
|
Release: 72
|
||||||
Source: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/old/kernel-2.4/libcap-1.10.tar.bz2
|
Source: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/old/kernel-2.4/libcap-1.10.tar.bz2
|
||||||
Source3: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/uid-proc.patch
|
Source3: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/uid-proc.patch
|
||||||
Source4: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/old/kernel-2.4/README
|
Source4: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/old/kernel-2.4/README
|
||||||
@ -44,6 +45,7 @@ done automatically by the kernel.
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: BSD 3-Clause
|
||||||
Summary: Development files for libcap
|
Summary: Development files for libcap
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: glibc-devel %{name} = %{version}
|
Requires: glibc-devel %{name} = %{version}
|
||||||
@ -61,6 +63,7 @@ using libcap.
|
|||||||
|
|
||||||
|
|
||||||
%package progs
|
%package progs
|
||||||
|
License: BSD 3-Clause
|
||||||
Summary: Libcap utility programs
|
Summary: Libcap utility programs
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
|
|
||||||
@ -118,62 +121,65 @@ rm $RPM_BUILD_ROOT%{_mandir}/man2/{capget,capset}.2*
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Apr 16 2007 - tiwai@suse.de
|
* 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
|
- follow library packaging policy
|
||||||
* move docs to devel package
|
* move docs to devel package
|
||||||
* move binaries and man pages to progs sub package
|
* move binaries and man pages to progs sub package
|
||||||
* fix *.so symlink in libdir
|
* fix *.so symlink in libdir
|
||||||
* Wed Jan 24 2007 - tiwai@suse.de
|
* Wed Jan 24 2007 tiwai@suse.de
|
||||||
- fix the access over array range in cap_extint.c (#237943).
|
- fix the access over array range in cap_extint.c (#237943).
|
||||||
* Tue Dec 19 2006 - tiwai@suse.de
|
* Tue Dec 19 2006 tiwai@suse.de
|
||||||
- update to libcap-1.10 to support fscaps (#229722, FATE#301748)
|
- update to libcap-1.10 to support fscaps (#229722, FATE#301748)
|
||||||
* Wed May 24 2006 - schwab@suse.de
|
* Wed May 24 2006 schwab@suse.de
|
||||||
- Don't strip binaries.
|
- Don't strip binaries.
|
||||||
* Thu May 11 2006 - tiwai@suse.de
|
* Thu May 11 2006 tiwai@suse.de
|
||||||
- fix invalid calls of free() (#174561)
|
- fix invalid calls of free() (#174561)
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Fri Aug 19 2005 - kukuk@suse.de
|
* Fri Aug 19 2005 kukuk@suse.de
|
||||||
- Create -devel subpackage
|
- Create -devel subpackage
|
||||||
* Thu Jun 23 2005 - meissner@suse.de
|
* Thu Jun 23 2005 meissner@suse.de
|
||||||
- use RPM_OPT_FLAGS.
|
- use RPM_OPT_FLAGS.
|
||||||
* Wed May 25 2005 - tiwai@suse.de
|
* Wed May 25 2005 tiwai@suse.de
|
||||||
- fixed memory leak (#85659)
|
- fixed memory leak (#85659)
|
||||||
* Wed Jan 19 2005 - tiwai@suse.de
|
* Wed Jan 19 2005 tiwai@suse.de
|
||||||
- fixed compile warnings with gcc-4.0.
|
- fixed compile warnings with gcc-4.0.
|
||||||
* Thu Mar 25 2004 - thomas@suse.de
|
* Thu Mar 25 2004 thomas@suse.de
|
||||||
- added EAL3 man-page patch
|
- added EAL3 man-page patch
|
||||||
* Tue Jan 27 2004 - kukuk@suse.de
|
* Tue Jan 27 2004 kukuk@suse.de
|
||||||
- Remove capget.2/capset.2 from package (version from man-pages
|
- Remove capget.2/capset.2 from package (version from man-pages
|
||||||
is newer).
|
is newer).
|
||||||
* Sun Jan 11 2004 - adrian@suse.de
|
* Sun Jan 11 2004 adrian@suse.de
|
||||||
- add %%run_ldconfig
|
- add %%run_ldconfig
|
||||||
* Mon Feb 24 2003 - schwab@suse.de
|
* Mon Feb 24 2003 schwab@suse.de
|
||||||
- Don't include kernel headers, instead copy the contents here.
|
- Don't include kernel headers, instead copy the contents here.
|
||||||
* Thu Feb 06 2003 - garloff@suse.de
|
* Thu Feb 06 2003 garloff@suse.de
|
||||||
- Avoid inclusion of glibc's linux/fs.h (it's broken) [#23324].
|
- Avoid inclusion of glibc's linux/fs.h (it's broken) [#23324].
|
||||||
- Use BuildRoot.
|
- Use BuildRoot.
|
||||||
* Wed Nov 27 2002 - coolo@suse.de
|
* Wed Nov 27 2002 coolo@suse.de
|
||||||
- link the library with the compiler so the depedencies
|
- link the library with the compiler so the depedencies
|
||||||
are tracked correctly (#21996)
|
are tracked correctly (#21996)
|
||||||
* Tue Sep 17 2002 - ro@suse.de
|
* Tue Sep 17 2002 ro@suse.de
|
||||||
- removed bogus self-provides
|
- removed bogus self-provides
|
||||||
* Wed Sep 04 2002 - sf@suse.de
|
* Wed Sep 04 2002 sf@suse.de
|
||||||
- fix biarch error (added patch to Make.Rules)
|
- fix biarch error (added patch to Make.Rules)
|
||||||
* Sun Aug 11 2002 - kukuk@suse.de
|
* Mon Aug 12 2002 kukuk@suse.de
|
||||||
- Remove kernel-source from neededforbuild
|
- Remove kernel-source from neededforbuild
|
||||||
* Sat Apr 20 2002 - garloff@suse.de
|
* Sat Apr 20 2002 garloff@suse.de
|
||||||
- Include capfaq-0.2.txt
|
- Include capfaq-0.2.txt
|
||||||
- Disable syscall wrapper (capset/capget); it's defined in glibc.
|
- Disable syscall wrapper (capset/capget); it's defined in glibc.
|
||||||
* Sat Apr 20 2002 - garloff@suse.de
|
* Sat Apr 20 2002 garloff@suse.de
|
||||||
- Compile syscall wrapper without -fPIC
|
- Compile syscall wrapper without -fPIC
|
||||||
* Tue Apr 09 2002 - ro@suse.de
|
* Tue Apr 09 2002 ro@suse.de
|
||||||
- apply gcc-3 fixes only for gcc-3
|
- apply gcc-3 fixes only for gcc-3
|
||||||
* Mon Mar 25 2002 - stepan@suse.de
|
* Mon Mar 25 2002 stepan@suse.de
|
||||||
- remove -ansi, as it forbids inline. (gcc3)
|
- remove -ansi, as it forbids inline. (gcc3)
|
||||||
- use -fpic for building libraries (gcc3)
|
- use -fpic for building libraries (gcc3)
|
||||||
* Wed Sep 05 2001 - ro@suse.de
|
* Thu Sep 06 2001 ro@suse.de
|
||||||
- updated neededforbuild and updated specfile (man and doc relocation)
|
- updated neededforbuild and updated specfile (man and doc relocation)
|
||||||
* Wed Sep 29 1999 - garloff@suse.de
|
* Wed Sep 29 1999 garloff@suse.de
|
||||||
- Initial check in of libcap.
|
- Initial check in of libcap.
|
||||||
- Kernel patches are provided within the docdir.
|
- Kernel patches are provided within the docdir.
|
||||||
|
Loading…
Reference in New Issue
Block a user