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