15
0

- Restrict more which files are packaged.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filetype?expand=0&rev=8
This commit is contained in:
2021-11-22 17:51:33 +00:00
committed by Git OBS Bridge
parent 2d453719ef
commit 46caeaa2ba
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 22 17:51:22 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Restrict more which files are packaged.
-------------------------------------------------------------------
Mon Nov 22 13:19:36 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -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