From 5918852949f849be533fc1fa35bcbd9e103f0ef9daf75bbd05c791a4739b4d2f Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Sun, 11 Aug 2019 21:30:55 +0000 Subject: [PATCH] Accepting request 722086 from home:benoit_monin:branches:security - add autoconf and automake as BuildRequires for autoreconf - call autoreconf before configure otherwise setproctitle is mis-detected as present, causing a build failure OBS-URL: https://build.opensuse.org/request/show/722086 OBS-URL: https://build.opensuse.org/package/show/security/autossh?expand=0&rev=33 --- autossh.changes | 7 +++++++ autossh.spec | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/autossh.changes b/autossh.changes index 389bcf6..a44da9e 100644 --- a/autossh.changes +++ b/autossh.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 9 19:52:50 UTC 2019 - BenoƮt Monin + +- add autoconf and automake as BuildRequires for autoreconf +- call autoreconf before configure otherwise setproctitle is + mis-detected as present, causing a build failure + ------------------------------------------------------------------- Thu Mar 28 21:29:41 UTC 2019 - Greg Freemyer diff --git a/autossh.spec b/autossh.spec index 6d165d1..22974b5 100644 --- a/autossh.spec +++ b/autossh.spec @@ -38,7 +38,8 @@ Source3: autossh.service 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:4} . cp %{S:5} . %build +autoreconf -fvi %configure make %{?_smp_mflags}