From 6791248f47a0f28378cf44ae9ea89d4e7716b20f Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Mon, 23 Jun 2014 13:41:42 -0400 Subject: [PATCH] bump release for build --- libcap-ng.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,