From 681b6a8aaa9bfe82f4c5c0dacc55de574b2eee02 Mon Sep 17 00:00:00 2001 From: Tomas Halman Date: Tue, 15 Feb 2022 16:55:12 +0100 Subject: [PATCH] Removing nscd build dependency Nscd has been removed from Fedora --- libuser.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libuser.spec b/libuser.spec index 94cdacd..21ef963 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,6 +1,6 @@ Name: libuser Version: 0.63 -Release: 8%{?dist} +Release: 9%{?dist} License: LGPLv2+ URL: https://pagure.io/libuser Source: https://releases.pagure.org/libuser/libuser-%{version}.tar.xz @@ -13,7 +13,6 @@ BuildRequires: libselinux-devel BuildRequires: openldap-devel BuildRequires: python3-devel # To make sure the configure script can find it -BuildRequires: nscd BuildRequires: gcc # For %%check #BuildRequires: fakeroot