forked from pool/atftp
Accepting request 308684 from home:pluskalm:branches:network
- Move autoreconf to %prep section as it better fits there - Fix atftpd.socket (boo#932161) OBS-URL: https://build.opensuse.org/request/show/308684 OBS-URL: https://build.opensuse.org/package/show/network/atftp?expand=0&rev=26
This commit is contained in:
parent
c7d02484d2
commit
b72b1e5646
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 08:19:21 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Move autoreconf to %prep section as it better fits there
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 24 21:24:18 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Fix atftpd.socket (boo#932161)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 18 15:23:17 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
@ -93,9 +93,9 @@ boot of hundreds of machines simultaneously.
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
autoreconf -fi
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
Description=Advanced tftp Server Activation Socket
|
||||
|
||||
[Socket]
|
||||
ListenDatagram=69
|
||||
ListenDatagram=0.0.0.0:69
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
||||
|
Loading…
Reference in New Issue
Block a user