diff --git a/nss_wrapper-1.1.11.tar.gz b/nss_wrapper-1.1.11.tar.gz new file mode 100644 index 0000000..d158a55 Binary files /dev/null and b/nss_wrapper-1.1.11.tar.gz differ diff --git a/nss_wrapper-1.1.3.tar.gz b/nss_wrapper-1.1.3.tar.gz deleted file mode 100644 index eb9a27e..0000000 Binary files a/nss_wrapper-1.1.3.tar.gz and /dev/null differ diff --git a/nss_wrapper.spec b/nss_wrapper.spec index 2c75f99..880df20 100644 --- a/nss_wrapper.spec +++ b/nss_wrapper.spec @@ -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 - 1.1.11-1 +- Update to 1.1.11 + * Web 02 Jun 2021 zhaoyao - 1.1.3-4 - faileds: /bin/sh: gcc: command not found.