Enable all maps (fedora#2036375)

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2036375
This commit is contained in:
Jan Pazdziora 2022-10-23 21:29:57 +02:00 committed by Timothée Ravier
parent 5af17f0014
commit c3e55a36c3

View File

@ -1,4 +1,4 @@
Summary: NSS module to look up users in /usr/lib/passwd too
Summary: NSS module to look up from files in /usr/lib as well
Name: nss-altfiles
Version: 2.23.0
Release: 1%{?dist}
@ -16,13 +16,13 @@ BuildRequires: git
%description
When installed, this package allows looking up users
in %{prefix}/lib/passwd, similarly, groups in %{prefix}/lib/group.
in %{prefix}/lib/passwd, and from respective files for all other NSS maps.
%prep
%autosetup -Sgit
%build
./configure --prefix=%{_prefix} --libdir=%{_libdir} CFLAGS="%{optflags}" LDFLAGS="%{build_ldflags}"
./configure --with-types=all --prefix=%{_prefix} --libdir=%{_libdir} CFLAGS="%{optflags}" LDFLAGS="%{build_ldflags}"
make %{?_smp_mflags}
%install
@ -38,6 +38,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
* Wed Jul 21 2023 Jan Pazdziora <jpazdziora@redhat.com> - 2.23.0-1
- Rebase to 2.23.0 (fedora#2036375)
- Change upstream to https://github.com/flatcar/nss-altfiles
- Enable all maps (fedora#2036375)
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.18.1-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild