Hello community,

here is the log from the commit of package autossh for openSUSE:Factory checked 
in at 2019-08-13 13:21:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autossh (Old)
 and      /work/SRC/openSUSE:Factory/.autossh.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autossh"

Tue Aug 13 13:21:29 2019 rev:16 rq:722419 version:1.4g

Changes:
--------
--- /work/SRC/openSUSE:Factory/autossh/autossh.changes  2019-03-29 
20:42:49.610677948 +0100
+++ /work/SRC/openSUSE:Factory/.autossh.new.9556/autossh.changes        
2019-08-13 13:22:22.909400742 +0200
@@ -1,0 +2,7 @@
+Fri Aug  9 19:52:50 UTC 2019 - BenoƮt Monin <benoit.mo...@gmx.fr>
+
+- add autoconf and automake as BuildRequires for autoreconf
+- call autoreconf before configure otherwise setproctitle is
+  mis-detected as present, causing a build failure
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ autossh.spec ++++++
--- /var/tmp/diff_new_pack.I5ypBy/_old  2019-08-13 13:22:23.353400625 +0200
+++ /var/tmp/diff_new_pack.I5ypBy/_new  2019-08-13 13:22:23.353400625 +0200
@@ -38,7 +38,8 @@
 Source4:        my.conf
 Source5:        README.SUSE.md
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
+BuildRequires:  autoconf
+BuildRequires:  automake
 # configure checks is the ssh client exists
 BuildRequires:  openssh
 Requires:       openssh
@@ -60,6 +61,7 @@
 cp %{S:5} .
 
 %build
+autoreconf -fvi
 %configure
 make %{?_smp_mflags}
 


Reply via email to