Update to 1.1.11

This commit is contained in:
wk333 2021-12-29 18:12:12 +08:00
parent 9ead6e7e2b
commit 54900cd123
3 changed files with 7 additions and 4 deletions

BIN
nss_wrapper-1.1.11.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: nss_wrapper Name: nss_wrapper
Version: 1.1.3 Version: 1.1.11
Release: 4 Release: 1
License: BSD License: BSD
Summary: A wrapper for the user, group and hosts NSS API Summary: A wrapper for the user, group and hosts NSS API
Url: https://cwrap.org/ Url: https://cwrap.org/
@ -60,7 +60,8 @@ cd build
make test make test
%files %files
%doc AUTHORS COPYING %doc AUTHORS README.md CHANGELOG
%license LICENSE
%{_bindir}/nss_wrapper.pl %{_bindir}/nss_wrapper.pl
%{_libdir}/libnss_wrapper.so* %{_libdir}/libnss_wrapper.so*
%dir %{_libdir}/cmake/nss_wrapper %dir %{_libdir}/cmake/nss_wrapper
@ -68,10 +69,12 @@ make test
%{_libdir}/pkgconfig/nss_wrapper.pc %{_libdir}/pkgconfig/nss_wrapper.pc
%files help %files help
%doc README ChangeLog
%{_mandir}/man1/nss_wrapper.1* %{_mandir}/man1/nss_wrapper.1*
%changelog %changelog
* Wed Dec 29 2021 wangkai<wangkai385@huawei.com> - 1.1.11-1
- Update to 1.1.11
* Web 02 Jun 2021 zhaoyao<zhaoyao32@huawei.com> - 1.1.3-4 * Web 02 Jun 2021 zhaoyao<zhaoyao32@huawei.com> - 1.1.3-4
- faileds: /bin/sh: gcc: command not found. - faileds: /bin/sh: gcc: command not found.