Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sshuttle for openSUSE:Factory checked in at 2022-05-12 23:00:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sshuttle (Old) and /work/SRC/openSUSE:Factory/.sshuttle.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sshuttle" Thu May 12 23:00:37 2022 rev:14 rq:976480 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sshuttle/sshuttle.changes 2022-04-25 23:36:26.650493523 +0200 +++ /work/SRC/openSUSE:Factory/.sshuttle.new.1538/sshuttle.changes 2022-05-12 23:01:08.732860056 +0200 @@ -1,0 +2,5 @@ +Wed May 4 18:41:59 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- depend on setuptools_scm also on older dists + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sshuttle.spec ++++++ --- /var/tmp/diff_new_pack.q2WlGF/_old 2022-05-12 23:01:09.408860963 +0200 +++ /var/tmp/diff_new_pack.q2WlGF/_new 2022-05-12 23:01:09.412860969 +0200 @@ -16,11 +16,11 @@ # +%global pythons python3 #Compat macro for new _fillupdir macro introduced in Nov 2017 %if ! %{defined _fillupdir} - %define _fillupdir /var/adm/fillup-templates + %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif -%global pythons python3 Name: sshuttle Version: 1.1.0 Release: 0 @@ -37,14 +37,12 @@ BuildRequires: python-rpm-macros BuildRequires: python3-pytest BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm +Requires(post): %fillup_prereq BuildArch: noarch %if (0%{?suse_version} >= 1320 || 0%{?suse_version} == 1310) BuildRequires: python3-Sphinx %endif -%if 0%{?suse_version} >= 1550 -BuildRequires: python3-setuptools_scm -%endif -Requires(post): %fillup_prereq %description Transparent proxy server that works as a poor man's VPN. Forwards over ssh. @@ -61,7 +59,7 @@ TCP-over-TCP, which has terrible performance. %prep -%setup -q -n %{name}-%{version} +%setup -q %patch0 %patch1 -p1