1
0
Matej Cepl 2022-01-31 00:39:52 +00:00 committed by Git OBS Bridge
parent 4c2ae5ab3e
commit cd6f32c8e0
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