Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sshuttle for openSUSE:Factory checked in at 2023-09-22 21:47:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sshuttle (Old) and /work/SRC/openSUSE:Factory/.sshuttle.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sshuttle" Fri Sep 22 21:47:29 2023 rev:18 rq:1112896 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/sshuttle/sshuttle.changes 2023-07-04 15:24:03.562811194 +0200 +++ /work/SRC/openSUSE:Factory/.sshuttle.new.1770/sshuttle.changes 2023-09-22 21:49:40.077769613 +0200 @@ -1,0 +2,6 @@ +Thu Sep 21 18:44:56 UTC 2023 - Dirk Müller <[email protected]> + +- add sysusers-requires +- remove sle12 specific conditionals + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sshuttle.spec ++++++ --- /var/tmp/diff_new_pack.Hhfmg6/_old 2023-09-22 21:49:41.177809547 +0200 +++ /var/tmp/diff_new_pack.Hhfmg6/_new 2023-09-22 21:49:41.177809547 +0200 @@ -38,11 +38,11 @@ BuildRequires: python3-pytest BuildRequires: python3-setuptools_scm BuildRequires: python3-wheel +BuildRequires: sysuser-tools Requires(post): %fillup_prereq BuildArch: noarch -%if (0%{?suse_version} >= 1320 || 0%{?suse_version} == 1310) BuildRequires: python3-Sphinx -%endif +%sysusers_requires %description Transparent proxy server that works as a poor man's VPN. Forwards over ssh. @@ -63,23 +63,19 @@ %patch0 %build -%if (0%{?suse_version} >= 1320 || 0%{?suse_version} == 1310) ( cd docs/; sed -i '/_scm/d' conf.py sed -ri 's/(version = )get_version.*/\1 "%{version}"/g' conf.py %make_build man ) -%endif %pyproject_wheel %install %pyproject_install -%if (0%{?suse_version} >= 1320 || 0%{?suse_version} == 1310) install -d -m 755 %{buildroot}%{_mandir}/man1 install -m0644 docs/_build/man/%{name}.1 %{buildroot}/%{_mandir}/man1/ -%endif %fdupes %{buildroot}/%{python3_sitelib}/%{name}/ @@ -114,9 +110,7 @@ %files %{python3_sitelib}/%{name}* %{_bindir}/%{name} -%if (0%{?suse_version} >= 1320 || 0%{?suse_version} == 1310) %{_mandir}/man1/%{name}.1%{?ext_man} -%endif %{_sbindir}/rc%{name} %{_unitdir}/%{name}.service %{_fillupdir}/sysconfig.%{name}
