From 86a2588e967b7c11e5900d5922561d0caad054f1 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Tue, 10 Jan 2023 00:02:21 +0300 Subject: [PATCH] w/a missing provide devel(libnss_files) --- glibc.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/glibc.spec b/glibc.spec index 7008ddb..079e8ed 100644 --- a/glibc.spec +++ b/glibc.spec @@ -108,6 +108,9 @@ # enable utils by default %bcond_without utils +# devel() requires in glibc-devel from itself make no sense +%global __develgen_requires %{nil} + ############################################################################## # Utility functions for pre/post scripts. Stick them at the beginning of # any lua %pre, %post, %postun, etc. sections to have them expand into