Changelog for
libcap2-2.25-43.2.x86_64.rpm :
Thu Feb 22 13:00:00 2018 fvogtAATTsuse.com
- Use %license (boo#1082318)
Tue Jan 31 13:00:00 2017 matwey.kornilovAATTgmail.com
- Enable PAM pam_cap.so module
Sun Jan 1 13:00:00 2017 jengelhAATTinai.de
- RPM group association fix
Mon Aug 29 14:00:00 2016 dimstarAATTopensuse.org
- Update to versison 2.25:
+ Recover gperf detection in make rules.
+ Man page typo fix.
+ Tweak make rules to make packaging more straightforward.
+ Fix error explanation in setcap.
+ Drop need to link with libattr. It turns out libcap wasn\'t
actually using any code from that library, so linking to it was
superfluous.
- Drop libcap-nolibattr.patch: fixed upstream.
- No longer add %{buildroot} to all variables for make install the
Makefile learned about the meaning of DESTDIR.
Sat Jan 31 13:00:00 2015 p.drouandAATTgmail.com
- Update to version 2.24
* Fix compilation problems (note to self, make distclean && make,
before release)
* Some make rule changes to make uploading a release to kernel.org
easier for me.
* Tidied up some documented links.
- Update libcap-nolibattr.patch
- Add pkg-config build requirement; libcap now provides a pkgconfig
file
- Clean up specfile
- Move libraries and binaries to /usr because of #UsrMove
Thu Jun 19 14:00:00 2014 crrodriguezAATTopensuse.org
- libcap-nolibattr.patch Do not link to libattr, it is
a bogus dependency. application uses sys/xattr from libc.
Fri Feb 1 13:00:00 2013 cooloAATTsuse.com
- update license to new format
Tue Sep 20 14:00:00 2011 ajAATTsuse.de
- Cleanup specfile a bit: Remove old tags.
Tue Sep 20 14:00:00 2011 ajAATTsuse.de
- Update to libcap 2.22
- libcap 2.22 includes:
* Clarified License file (with version 2 of the GPL)
* Support getting/setting capabilities on large files
* After --chroot command, change working directory to \"/\".
- libcap 2.21 includes:
* Introduce cap_get_bound() and cap_drop_bound() functions.
also include a macro CAP_IS_SUPPORTED(cap) for capabilities
- libcap 2.20 includes:
* Latest kernel capabilites supported: now includes CAP_SYSLOG
* $(CFLAGS) Makefile fixes
* Default to installing setcap with an inheritable capability.
Thu Dec 2 13:00:00 2010 meissnerAATTsuse.de
- updated to libcap-2.19
* more stuff in capsh.c
* sys/capability.h header clean up and fixes.
Thu Dec 2 13:00:00 2010 meissnerAATTsuse.de
- fixed build on ppc64 (needs to get linux/types.h included first).
Mon Jun 28 14:00:00 2010 jengelhAATTmedozas.de
- use %_smp_mflags
Wed Jun 9 14:00:00 2010 chrisAATTcomputersalat.de
- fix deps for fdupes
Sat Dec 12 13:00:00 2009 jengelhAATTmedozas.de
- add baselibs.conf as a source
Wed Mar 18 13:00:00 2009 tiwaiAATTsuse.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 13:00:00 2009 tiwaiAATTsuse.de
- fix build error on i386 due to missing __u64 definition in
sys/capability.h