1
0

Accepting request 950058 from devel:languages:python

- Fix files list

OBS-URL: https://build.opensuse.org/request/show/950058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pretend?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2022-02-03 22:16:21 +00:00 committed by Git OBS Bridge
commit 9cb07c72b3
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 31 00:39:16 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Fix files list
-------------------------------------------------------------------
Thu Feb 14 08:25:57 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

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