Completing build dependencies to fix gcc compiler missing error

This commit is contained in:
hht8 2021-06-07 10:12:04 +08:00
parent ea8d840850
commit 44996b3ae1

View File

@ -1,12 +1,12 @@
Name: uid_wrapper Name: uid_wrapper
Version: 1.2.4 Version: 1.2.4
Release: 4 Release: 5
Summary: A wrapper for privilege separation Summary: A wrapper for privilege separation
License: GPLv3+ License: GPLv3+
URL: http://cwrap.org/ URL: http://cwrap.org/
Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
BuildRequires: cmake libcmocka-devel BuildRequires: cmake libcmocka-devel gcc
%description %description
Some projects, such as a file server, need privilege separation to be able to switch 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* %{_mandir}/man1/uid_wrapper.1*
%changelog %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 * Wed Nov 20 2019 lingsheng <lingsheng@huawei.com> - 1.2.4-4
- Package init - Package init