diff --git a/libcap-ng.spec b/libcap-ng.spec index 9b9a4c6..c6c9a97 100644 --- a/libcap-ng.spec +++ b/libcap-ng.spec @@ -3,7 +3,7 @@ Summary: An alternate posix capabilities library Name: libcap-ng Version: 0.7.4 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://people.redhat.com/sgrubb/libcap-ng @@ -113,7 +113,7 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %{_mandir}/man8/* %changelog -* Mon Jun 23 2014 Kyle McMartin +* Mon Jun 23 2014 Kyle McMartin 0.7.4-5 - Clamp CAP_LAST_CAP at /proc/sys/kernel/cap_last_cap's value in the Python bindings test if possible, otherwise use the value from since the kernel now has 37 capabilities upstream,