From c3e55a36c31f1a32f6a9432f223a12d6611aa1b1 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Sun, 23 Oct 2022 21:29:57 +0200 Subject: [PATCH] Enable all maps (fedora#2036375) Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2036375 --- nss-altfiles.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nss-altfiles.spec b/nss-altfiles.spec index 3ccbda1..5891142 100644 --- a/nss-altfiles.spec +++ b/nss-altfiles.spec @@ -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 - 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 - 2.18.1-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild