Hello community,

here is the log from the commit of package tftp for openSUSE:Factory checked in 
at 2011-12-26 16:29:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tftp (Old)
 and      /work/SRC/openSUSE:Factory/.tftp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tftp", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tftp/tftp.changes        2011-09-23 
12:48:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tftp.new/tftp.changes   2011-12-26 
16:29:42.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Dec 20 20:30:25 UTC 2011 - [email protected]
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------
+Fri Nov 11 14:51:55 UTC 2011 - [email protected]
+
+- added rules for SuSEfirewall2 (bnc#729793)
+  thanks to Lukas Ocilka
+
+-------------------------------------------------------------------
@@ -256,3 +267,3 @@
-  � Further improvement of error messages
-  � Configuration fix: readline needs termcap
-  � Support running the tftp client from the command line
+  * Further improvement of error messages
+  * Configuration fix: readline needs termcap
+  * Support running the tftp client from the command line

New:
----
  tftp.fw

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tftp.spec ++++++
--- /var/tmp/diff_new_pack.fiBwt8/_old  2011-12-26 16:29:43.000000000 +0100
+++ /var/tmp/diff_new_pack.fiBwt8/_new  2011-12-26 16:29:43.000000000 +0100
@@ -15,23 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
+%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:           tftp
 Version:        5.1
-Release:        3
-License:        BSD3c
+Release:        0
 Summary:        Trivial File Transfer Protocol (TFTP)
-Url:            http://www.kernel.org/pub/software/network/tftp/
+License:        BSD-3-Clause
 Group:          Productivity/Networking/Ftp/Clients
+Url:            http://www.kernel.org/pub/software/network/tftp/
 Source:         
http://www.kernel.org/pub/software/network/tftp/tftp-hpa-%{version}.tar.bz2
 Source1:        tftp.xinetd
+Source2:        tftp.fw
 Patch0:         tftp-hpa-0.43_include_sys_params.patch
 Patch1:         tftp-hpa-0.46_colon_check.patch
 Patch4:         tftp-hpa-0.49-fortify-strcpy-crash.patch
 Patch5:         tftp-hpa-0.48-tzfix.patch
 Patch42:        tftp-hpa-0.43_old-autoconf.diff
 PreReq:         pwdutils
+BuildRequires:  autoconf
 BuildRequires:  pwdutils
 BuildRequires:  tcpd-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -70,6 +72,8 @@
 %install
 %makeinstall INSTALLROOT=%{buildroot} MANDIR="%{_mandir}"
 install -D -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/xinetd.d/tftp
+mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir}
+install -m 644 %SOURCE2 $RPM_BUILD_ROOT/%{_fwdefdir}/tftp
 install -d -m 0750 %{buildroot}/srv/tftpboot
 
 %pre
@@ -93,6 +97,7 @@
 %{_mandir}/man8/in.tftpd.8.gz
 %{_mandir}/man8/tftpd.8.gz
 %config(noreplace) %{_sysconfdir}/xinetd.d/tftp
+%config %{_fwdefdir}/tftp
 %dir %attr(0750,root,tftp) /srv/tftpboot
 
 %changelog

++++++ tftp.fw ++++++
## Name: TFTP Server
## Description: Opens ports for tftp service.

# space separated list of allowed UDP ports
UDP="tftp"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to