!3 Completing build dependencies to fix gcc compiler missing error

From: @hht8
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-06-07 20:25:09 +08:00 committed by Gitee
commit 6657850793

View File

@ -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 <huanghaitao8@huawei.com> - 1.2.4-5
- Completing build dependencies to fix gcc compiler missing error
* Wed Nov 20 2019 lingsheng <lingsheng@huawei.com> - 1.2.4-4
- Package init