diff --git a/python-pretend.changes b/python-pretend.changes index 3915466..01f7f07 100644 --- a/python-pretend.changes +++ b/python-pretend.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 31 00:39:16 UTC 2022 - Matej Cepl + +- Fix files list + ------------------------------------------------------------------- Thu Feb 14 08:25:57 UTC 2019 - John Vandenberg diff --git a/python-pretend.spec b/python-pretend.spec index 51b5dfd..e3f8b52 100644 --- a/python-pretend.spec +++ b/python-pretend.spec @@ -1,7 +1,7 @@ # # spec file for package python-pretend # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -51,6 +51,7 @@ cp %{SOURCE1} . %files %{python_files} %license LICENSE.rst %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/pretend* +%{python_sitelib}/__pycache__/* %changelog