From 39b3e0594e5b165e43a06a9e90a0358267cfbdbc Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Tue, 2 Feb 2021 14:42:59 -0500 Subject: [PATCH] Adjust syslog warning for bad use of capng_apply --- libcap-ng.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcap-ng.spec b/libcap-ng.spec index 7a91e5f..13acb8d 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: 3%{?dist} +Release: 4%{?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 +* Tue Feb 02 2021 Steve Grubb 0.8.2-4 +- Adjust syslog warning for bad use of capng_apply + * Sat Jan 30 2021 Steve Grubb 0.8.2-3 - Add syslog warning for bad use of capng_apply