From 39d43e40092421e8dea885f0229879844ab2592d Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 25 Oct 2020 13:30:21 +0100 Subject: [PATCH] - explicit /usr/include/*.h files (in default_crypt case) --- libxcrypt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxcrypt.spec b/libxcrypt.spec index 84055e3..5036d19 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -124,7 +124,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/%{libname}.so %if %{with default_crypt} -%{_includedir}/*.h +%{_includedir}/crypt.h %else %{_includedir}/xcrypt %endif -- 2.43.0