diff --git a/libcap-ng-0.8.2-apply-disable.patch b/libcap-ng-0.8.2-apply-disable.patch index f28f20d..a6620b6 100644 --- a/libcap-ng-0.8.2-apply-disable.patch +++ b/libcap-ng-0.8.2-apply-disable.patch @@ -12,7 +12,7 @@ diff -urp libcap-ng-0.8.3.orig/src/cap-ng.c libcap-ng-0.8.3/src/cap-ng.c + int res; + + /* get the name of the current executable */ -+ if ((res = readlink("/proc/self/exe", tmp, PATH_MAX)) < -1) ++ if ((res = readlink("/proc/self/exe", tmp, PATH_MAX)) < 0) + strcpy(exename, "\"?\""); + else { + tmp[res] = '\0'; @@ -27,7 +27,7 @@ diff -urp libcap-ng-0.8.3.orig/src/cap-ng.c libcap-ng-0.8.3/src/cap-ng.c + static const char *text[3] = { + "dropping bounding set", + "getting new bounding set", -+ "due to not having CAP_SETPCAP" ++ "dropping bounding set due to not having CAP_SETPCAP" + }; + unsigned idx = msg - 2; + char exe[2048]; diff --git a/libcap-ng.spec b/libcap-ng.spec index 0fd6f72..7451f16 100644 --- a/libcap-ng.spec +++ b/libcap-ng.spec @@ -1,7 +1,7 @@ Summary: Alternate posix capabilities library Name: libcap-ng Version: 0.8.2 -Release: 7%{?dist} +Release: 8%{?dist} License: LGPLv2+ URL: https://people.redhat.com/sgrubb/libcap-ng/ Source0: https://people.redhat.com/sgrubb/libcap-ng/%{name}-%{version}.tar.gz @@ -95,6 +95,9 @@ make check %attr(0644,root,root) %{_mandir}/man8/* %changelog +* Wed Dec 22 2021 Steve Grubb 0.8.2-8 +- Update apply-disable patch + * Wed Sep 22 2021 Steve Grubb 0.8.2-7 - Drop .la and .a libraries