From c86dcc2db8637f2571ad78c7a8d126aeb8599c1b Mon Sep 17 00:00:00 2001 From: luofeng14 Date: Sun, 4 Feb 2024 07:47:08 +0000 Subject: [PATCH] Support specify CC Signed-off-by: luofeng14 --- libcap.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libcap.spec b/libcap.spec index ac47e5d..837f29e 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,6 +1,6 @@ Name: libcap Version: 2.69 -Release: 1 +Release: 2 Summary: A library for getting and setting POSIX.1e draft 15 capabilities License: GPLv2 URL: https://sites.google.com/site/fullycapable @@ -8,6 +8,7 @@ Source0: https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/%{n Patch0: libcap-buildflags.patch Patch1: backport-libcap-Ensure-the-XATTR_NAME_CAPS-is-define.patch +Patch2: support-specify-cc.patch BuildRequires: libattr-devel pam-devel perl-interpreter gcc @@ -70,6 +71,9 @@ chmod +x %{buildroot}/%{_libdir}/*.so.* %{_mandir}/man8/*.gz %changelog +* Sun Apr 16 2023 jammyjellyfish - 2.69-2 +- Support specify CC + * Thu Jul 20 2023 wangyunjia - 2.69-1 - update version to 2.69 -- Gitee