From cd6f32c8e043f535947cc0d70b39b907d384d16080983136e244e5da1318e371 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 31 Jan 2022 00:39:52 +0000 Subject: [PATCH] - Fix files list OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pretend?expand=0&rev=11 --- python-pretend.changes | 5 +++++ python-pretend.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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