diff --git a/python-shortuuid.changes b/python-shortuuid.changes index 989804f..e188596 100644 --- a/python-shortuuid.changes +++ b/python-shortuuid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 10 05:15:07 UTC 2025 - Steve Kowalik + +- We don't need to clean up the license from sitelib. + ------------------------------------------------------------------- Sat Mar 16 13:19:34 UTC 2024 - Dirk Müller diff --git a/python-shortuuid.spec b/python-shortuuid.spec index b162370..219d1bd 100644 --- a/python-shortuuid.spec +++ b/python-shortuuid.spec @@ -1,7 +1,7 @@ # # spec file for package python-shortuuid # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -51,7 +51,6 @@ similar-looking letters and numbers. %install %pyproject_install %python_clone -a %{buildroot}%{_bindir}/shortuuid -%python_expand rm %{buildroot}%{$python_sitelib}/COPYING %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -67,6 +66,7 @@ similar-looking letters and numbers. %doc README.md %license COPYING %python_alternative %{_bindir}/shortuuid -%{python_sitelib}/*shortuuid*/ +%{python_sitelib}/shortuuid +%{python_sitelib}/shortuuid-%{version}.dist-info %changelog