diff --git a/python-beren.changes b/python-beren.changes index 75706c6..52d0bf7 100644 --- a/python-beren.changes +++ b/python-beren.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 19 04:37:21 UTC 2021 - Steve Kowalik + +- Use python_sitelib, rather than python3_sitelib when installing files. + ------------------------------------------------------------------- Tue Sep 1 05:08:46 UTC 2020 - Steve Kowalik diff --git a/python-beren.spec b/python-beren.spec index 5d0ccb7..d377b6a 100644 --- a/python-beren.spec +++ b/python-beren.spec @@ -1,7 +1,7 @@ # # spec file for package python-beren # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2019 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -53,6 +53,6 @@ python-beren provides a REST client targeted at Orthanc REST API endpoints %files %{python_files} %license LICENSE %doc README.md -%{python3_sitelib}/* +%{python_sitelib}/* %changelog