Update to version 1.1.0
This commit is contained in:
parent
9271729bd6
commit
e80be5d66e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/nss_wrapper-1.0.1.tar.gz
|
||||
/nss_wrapper-1.0.2.tar.gz
|
||||
/nss_wrapper-1.0.3.tar.gz
|
||||
/nss_wrapper-1.1.0.tar.gz
|
||||
|
@ -1,13 +0,0 @@
|
||||
Index: nss_wrapper-1.0.2/src/CMakeLists.txt
|
||||
===================================================================
|
||||
--- nss_wrapper-1.0.2.orig/src/CMakeLists.txt
|
||||
+++ nss_wrapper-1.0.2/src/CMakeLists.txt
|
||||
@@ -22,7 +22,7 @@ install(
|
||||
)
|
||||
|
||||
# This needs to be at the end
|
||||
-if (CMAKE_VERSION VERSION_GREATER 2.8.12)
|
||||
+if (CMAKE_VERSION VERSION_GREATER 2.8.13)
|
||||
cmake_policy(SET CMP0026 OLD)
|
||||
endif()
|
||||
get_target_property(NWRAP_LOCATION nss_wrapper LOCATION)
|
@ -1,10 +1,10 @@
|
||||
Name: nss_wrapper
|
||||
Version: 1.0.3
|
||||
Release: 3%{?dist}
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: BSD
|
||||
Summary: A wrapper for the user, group and hosts NSS API
|
||||
Url: http://cwrap.org/
|
||||
Url: https://cwrap.org/
|
||||
|
||||
Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
|
||||
|
||||
@ -77,6 +77,16 @@ popd
|
||||
%{_mandir}/man1/nss_wrapper.1*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 20 2015 Andreas Schneider <asn@redhat.com> - 1.1.0-1
|
||||
- Update to version 1.1.0
|
||||
* Added support for initgroups()
|
||||
* Added support for shadow files (getspnam(), etc.)
|
||||
* Improved support for multi address handling in getaddrinfo()
|
||||
* Improved file parser
|
||||
* Fixed compilation on machines without IPv4 support
|
||||
* Fixed service string sanity check in getaddrinfo() (bso #11501)
|
||||
* Fixed AI_NUMERICHOST handling in getaddrinfo() (bso #11477)
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user