From 7bc6f3b79d6d83e1185e352583dd99ab75d13e00775bb86589af247ec8438baf Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 21 Feb 2023 14:19:24 +0000 Subject: [PATCH 1/2] Clean up SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-signedjson?expand=0&rev=18 --- python-signedjson.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-signedjson.spec b/python-signedjson.spec index 43f18e0..46c7076 100644 --- a/python-signedjson.spec +++ b/python-signedjson.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global modname signedjson %bcond_without python2 Name: python-%{modname} @@ -77,6 +76,7 @@ Features: %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/signedjson +%{python_sitelib}/signedjson-%{version}*-info %changelog From af56b2983bcfe459a41375daf4c61b7aadbaf31d005a115121360ebd90cec2ee Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 21 Feb 2023 14:19:42 +0000 Subject: [PATCH 2/2] Fix changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-signedjson?expand=0&rev=19 --- python-signedjson.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-signedjson.changes b/python-signedjson.changes index 6d5c748..a27df23 100644 --- a/python-signedjson.changes +++ b/python-signedjson.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 21 14:19:30 UTC 2023 - Matej Cepl + +- Clean up SPEC file + ------------------------------------------------------------------- Wed Jun 8 11:08:12 UTC 2022 - Marcus Rueckert