Revert patch to link to libc, causes a dep on GLIBC_PRIVATE

This commit is contained in:
Colin Walters 2014-04-08 11:34:56 -04:00
parent e5b4e9f563
commit a8c11d3879

View File

@ -4,11 +4,12 @@
Summary: NSS module to look up users in /usr/lib/passwd too
Name: nss-altfiles
Version: 2.18.1
Release: 1%{?dist}
Release: 2%{?dist}
#VCS: https://github.com/aperezdc/nss-altfiles
Source0: https://github.com/aperezdc/nss-altfiles/archive/v%{version}.tar.gz
# From pull request: https://github.com/marineam/nss-altfiles/commit/dda5073238b88b4537f2d2707b0ef67bdd11fe06
Patch0: 0001-Explicitly-link-to-libc.patch
# FIXME: Change nss-altfiles to not use glibc internal symbols
#Patch0: 0001-Explicitly-link-to-libc.patch
License: LGPLv2+
URL: https://github.com/aperezdc/nss-altfiles
@ -37,5 +38,8 @@ make install DESTDIR=$RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
%changelog
* Tue Apr 08 2014 Colin Walters <walters@verbum.org>
- Revert patch to link to libc, causes a dep on GLIBC_PRIVATE
* Sat Mar 22 2014 Colin Walters <walters@verbum.org>
- Initial packaging