From 46caeaa2ba3f0a578ed8e99381bc657e758318ef11bb3978b71ced769d3cd00a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 22 Nov 2021 17:51:33 +0000 Subject: [PATCH] - Restrict more which files are packaged. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filetype?expand=0&rev=8 --- python-filetype.changes | 5 +++++ python-filetype.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-filetype.changes b/python-filetype.changes index cdabf69..f21ff7b 100644 --- a/python-filetype.changes +++ b/python-filetype.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 22 17:51:22 UTC 2021 - Matej Cepl + +- Restrict more which files are packaged. + ------------------------------------------------------------------- Mon Nov 22 13:19:36 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-filetype.spec b/python-filetype.spec index 9849aa2..2860191 100644 --- a/python-filetype.spec +++ b/python-filetype.spec @@ -62,7 +62,7 @@ This is a Python port from `filetype`_ Go package. %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/filetype* %python_alternative %{_bindir}/filetype %changelog