Compare commits

2 Commits

2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 10 05:05:51 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- We don't need to clean up the CHANGELOG anymore.
-------------------------------------------------------------------
Wed Dec 27 14:26:35 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-kasa
#
# Copyright (c) 2023 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
@@ -49,7 +49,7 @@ Requires: python-setuptools
Requires: python-voluptuous
Requires: python-xdoctest
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%python_subpackages
@@ -68,7 +68,6 @@ find . -name \*.py -o -name \*.json -exec chmod -x '{}' \;
%install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/kasa
%python_expand rm %{buildroot}%{$python_sitelib}/CHANGELOG.md
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check