From 49036c5f940c276dc9814f4add87755c7ddba1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 16 Feb 2022 17:10:43 +0100 Subject: [PATCH] Drop obsolete filtering of provides from python modules Use of %python_sitearch was triggering a warning about use of unversioned python command. But the whole stanza is unnecessary, those paths have been filtered by default for a long time. --- libpwquality.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libpwquality.spec b/libpwquality.spec index 8221390..6dd3d77 100644 --- a/libpwquality.spec +++ b/libpwquality.spec @@ -41,9 +41,6 @@ BuildRequires: python3-setuptools URL: https://github.com/libpwquality/libpwquality/ -# we don't want to provide private python extension libs -%define __provides_exclude_from ^(%{python_sitearch}|%{python3_sitearch})/.*\.so$. - %description This is a library for password quality checks and generation of random passwords that pass the checks.