diff --git a/atftp.changes b/atftp.changes index 904b26d..dd7e2b4 100644 --- a/atftp.changes +++ b/atftp.changes @@ -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 diff --git a/atftp.spec b/atftp.spec index 8088504..d249b70 100644 --- a/atftp.spec +++ b/atftp.spec @@ -93,9 +93,9 @@ boot of hundreds of machines simultaneously. %patch12 %patch13 %patch14 +autoreconf -fi %build -autoreconf -fi %configure make %{?_smp_mflags} diff --git a/atftpd.socket b/atftpd.socket index fa8b5c8..f86f908 100644 --- a/atftpd.socket +++ b/atftpd.socket @@ -2,7 +2,7 @@ Description=Advanced tftp Server Activation Socket [Socket] -ListenDatagram=69 +ListenDatagram=0.0.0.0:69 [Install] WantedBy=sockets.target