diff --git a/nss_wrapper.spec b/nss_wrapper.spec index 0757da0..2c75f99 100644 --- a/nss_wrapper.spec +++ b/nss_wrapper.spec @@ -1,13 +1,13 @@ Name: nss_wrapper Version: 1.1.3 -Release: 3 +Release: 4 License: BSD Summary: A wrapper for the user, group and hosts NSS API Url: https://cwrap.org/ Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz Patch0000: 0001-Optimized-group_save-implemenation-in-case-of-selinux-attr-changes.patch -BuildRequires: cmake libcmocka-devel +BuildRequires: gcc cmake libcmocka-devel Requires: cmake pkgconfig %description @@ -72,6 +72,9 @@ make test %{_mandir}/man1/nss_wrapper.1* %changelog +* Web 02 Jun 2021 zhaoyao - 1.1.3-4 +- faileds: /bin/sh: gcc: command not found. + * Thu Sep 3 2020 Guoshuai Sun - 1.1.3-3 - Optimized group_save implemenation in case of selinux attr changes