From 05851b41a82087bb23ff7af9b703ca7fe20e6245 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 20 Dec 2022 17:30:39 -0500 Subject: [PATCH] Indicate dirs. in files list with trailing slashes --- libinstpatch.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libinstpatch.spec b/libinstpatch.spec index f79e863..9a9b3fa 100644 --- a/libinstpatch.spec +++ b/libinstpatch.spec @@ -146,8 +146,7 @@ find examples -type f -name '*.py' -print -delete %files %license COPYING -%{_libdir}/%{name}-%{api_version}.so.%{so_version} -%{_libdir}/%{name}-%{api_version}.so.%{so_version}.* +%{_libdir}/%{name}-%{api_version}.so.%{so_version}{,.*} %files devel