From 44996b3ae1a63b5d64e52414f843239fedc07bb1 Mon Sep 17 00:00:00 2001 From: hht8 Date: Mon, 7 Jun 2021 10:12:04 +0800 Subject: [PATCH] Completing build dependencies to fix gcc compiler missing error --- uid_wrapper.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/uid_wrapper.spec b/uid_wrapper.spec index 65b5423..42392b2 100644 --- a/uid_wrapper.spec +++ b/uid_wrapper.spec @@ -1,12 +1,12 @@ Name: uid_wrapper Version: 1.2.4 -Release: 4 +Release: 5 Summary: A wrapper for privilege separation License: GPLv3+ URL: http://cwrap.org/ Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz -BuildRequires: cmake libcmocka-devel +BuildRequires: cmake libcmocka-devel gcc %description Some projects, such as a file server, need privilege separation to be able to switch @@ -61,5 +61,8 @@ make test || find Testing -name "*.log" | xargs cat %{_mandir}/man1/uid_wrapper.1* %changelog +* Mon May 31 2021 huanghaitao - 1.2.4-5 +- Completing build dependencies to fix gcc compiler missing error + * Wed Nov 20 2019 lingsheng - 1.2.4-4 - Package init