Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-distro for openSUSE:Factory checked in at 2023-09-22 21:46:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-distro (Old) and /work/SRC/openSUSE:Factory/.python-distro.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-distro" Fri Sep 22 21:46:54 2023 rev:19 rq:1112048 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-distro/python-distro.changes 2023-05-09 13:06:59.684898457 +0200 +++ /work/SRC/openSUSE:Factory/.python-distro.new.1770/python-distro.changes 2023-09-22 21:47:25.380879734 +0200 @@ -1,0 +2,5 @@ +Mon Sep 18 16:28:25 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com> + +- Remove duplicate files calling %fdupes + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-distro.spec ++++++ --- /var/tmp/diff_new_pack.yGN6Sq/_old 2023-09-22 21:47:26.412917200 +0200 +++ /var/tmp/diff_new_pack.yGN6Sq/_new 2023-09-22 21:47:26.412917200 +0200 @@ -30,6 +30,7 @@ Patch0: assert_locale.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} +BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives Requires(postun):update-alternatives @@ -58,6 +59,7 @@ %install %pyproject_install %python_clone -a %{buildroot}%{_bindir}/distro +%python_expand %fdupes %{buildroot}%{$python_sitelib}/distro %if %{with test} %check @@ -74,6 +76,7 @@ %files %{python_files} %doc CHANGELOG.md README.md %python_alternative %{_bindir}/distro -%{python_sitelib}/* +%{python_sitelib}/distro +%{python_sitelib}/distro-%{version}*-info %%license LICENSE