From 2487e2a9f54c2bdd4d72a055304676dab9e315fd61d2e80aa4d528f1d3bfb2c3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 30 Dec 2022 13:03:47 +0000 Subject: [PATCH] - Clean up SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=16 --- python-python3-saml.changes | 5 +++++ python-python3-saml.spec | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python-python3-saml.changes b/python-python3-saml.changes index 776c90c..d87f801 100644 --- a/python-python3-saml.changes +++ b/python-python3-saml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 30 13:03:38 UTC 2022 - Matej Cepl + +- Clean up SPEC file + ------------------------------------------------------------------- Tue Oct 18 13:36:10 UTC 2022 - Markéta Machová diff --git a/python-python3-saml.spec b/python-python3-saml.spec index 02ee531..049b8d4 100644 --- a/python-python3-saml.spec +++ b/python-python3-saml.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python3-saml Version: 1.14.0 Release: 0 @@ -68,6 +67,10 @@ sed -i 's/==/>=/;/dependency_links/d' setup.py %files %{python_files} %license LICENSE %doc README.md -%{python_sitelib}/* +%dir %{python_sitelib}/onelogin +%{python_sitelib}/onelogin/saml2 +%{python_sitelib}/onelogin/__init__.py +%pycache_only %{python_sitelib}/onelogin/__pycache__/ +%{python_sitelib}/python3_saml-%{version}*-info %changelog