From 0a6528f29234226f5300d10e4a449d7d5ec0cd1d Mon Sep 17 00:00:00 2001 From: Jan Kolarik Date: Tue, 10 Dec 2024 13:15:33 +0000 Subject: [PATCH] spec: Fix new Python bindings files structure --- libpkgmanifest.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libpkgmanifest.spec b/libpkgmanifest.spec index 5347cc0..75d17d9 100644 --- a/libpkgmanifest.spec +++ b/libpkgmanifest.spec @@ -66,8 +66,7 @@ Requires: libpkgmanifest%{?_isa} = %{version}-%{release} Python 3 bindings for the libpkgmanifest library. %files -n python3-libpkgmanifest -%pycached %{python3_sitearch}/libpkgmanifest.py -%{python3_sitearch}/_libpkgmanifest.so* +%{python3_sitearch}/libpkgmanifest %{python3_sitearch}/libpkgmanifest-*.dist-info %endif