From 7a6d3dfe2763150af3173bcb786093258041b69e Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 26 Sep 2022 19:00:42 +0300 Subject: [PATCH] Disable chfn_chsh [..] configure: error: chfn_chsh selected, but required PAM header file not available error: Bad exit status from /var/tmp/rpm-tmp.0q4kRg (%build) Bad exit status from /var/tmp/rpm-tmp.0q4kRg (%build) RPM build errors: [..] Signed-off-by: David Abdurachmanov --- util-linux.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-linux.spec b/util-linux.spec index 9887532..59bb4bb 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -301,7 +301,7 @@ export DAEMON_LDFLAGS="$SUID_LDFLAGS" --disable-silent-rules \ --disable-bfs \ --disable-pg \ - --enable-chfn-chsh \ + --disable-chfn-chsh \ --enable-usrdir-path \ --enable-write \ --disable-raw \