Dominique Leuenberger 2019-08-13 11:21:29 +00:00 committed by Git OBS Bridge
commit 9ef244bc27
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Aug 9 19:52:50 UTC 2019 - Benoît Monin <benoit.monin@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
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 28 21:29:41 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com> Thu Mar 28 21:29:41 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>

View File

@ -38,7 +38,8 @@ Source3: autossh.service
Source4: my.conf Source4: my.conf
Source5: README.SUSE.md Source5: README.SUSE.md
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
# configure checks is the ssh client exists # configure checks is the ssh client exists
BuildRequires: openssh BuildRequires: openssh
Requires: openssh Requires: openssh
@ -60,6 +61,7 @@ cp %{S:4} .
cp %{S:5} . cp %{S:5} .
%build %build
autoreconf -fvi
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}