Accepting request 722419 from security
OBS-URL: https://build.opensuse.org/request/show/722419 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autossh?expand=0&rev=16
This commit is contained in:
commit
9ef244bc27
@ -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>
|
||||||
|
|
||||||
|
@ -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}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user