Update to 1.1.11

(cherry picked from commit 54900cd123dd242f7ec244e66352454e569e02e7)
This commit is contained in:
wk333 2021-12-29 18:12:12 +08:00 committed by openeuler-sync-bot
parent 9ead6e7e2b
commit 14265cff70
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
Version: 1.1.3
Release: 4
Version: 1.1.11
Release: 1
License: BSD
Summary: A wrapper for the user, group and hosts NSS API
Url: https://cwrap.org/
@ -60,7 +60,8 @@ cd build
make test
%files
%doc AUTHORS COPYING
%doc AUTHORS README.md CHANGELOG
%license LICENSE
%{_bindir}/nss_wrapper.pl
%{_libdir}/libnss_wrapper.so*
%dir %{_libdir}/cmake/nss_wrapper
@ -68,10 +69,12 @@ make test
%{_libdir}/pkgconfig/nss_wrapper.pc
%files help
%doc README ChangeLog
%{_mandir}/man1/nss_wrapper.1*
%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
- faileds: /bin/sh: gcc: command not found.