rpms/tftp/devel .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 tftp.spec, 1.38, 1.39 tftp-hpa-0.42-sigjmp.patch, 1.1, NONE

Martin Nagy (mnagy) fedora-extras-commits at redhat.com
Tue Jan 22 13:24:56 UTC 2008


Author: mnagy

Update of /cvs/extras/rpms/tftp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22029

Modified Files:
	.cvsignore sources tftp.spec 
Removed Files:
	tftp-hpa-0.42-sigjmp.patch 
Log Message:
* Tue Jan 22 2008 Martin Nagy <mnagy at redhat.com> - 0.48-1
- upgrade to 0.48
- remove the old sigjmp patch (fixed in upstream)
- make some changes in spec file (#226489)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tftp/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	22 Feb 2006 15:27:37 -0000	1.15
+++ .cvsignore	22 Jan 2008 13:24:19 -0000	1.16
@@ -1 +1 @@
-tftp-hpa-0.42.tar.gz
+tftp-hpa-0.48.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tftp/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	22 Feb 2006 15:27:37 -0000	1.15
+++ sources	22 Jan 2008 13:24:19 -0000	1.16
@@ -1 +1 @@
-98ecf77f8558b4f562794f71e29fed86  tftp-hpa-0.42.tar.gz
+73dd29dfa9062a174163f6a267e0b5f7  tftp-hpa-0.48.tar.gz


Index: tftp.spec
===================================================================
RCS file: /cvs/extras/rpms/tftp/devel/tftp.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- tftp.spec	22 Jan 2008 09:38:28 -0000	1.38
+++ tftp.spec	22 Jan 2008 13:24:19 -0000	1.39
@@ -1,16 +1,15 @@
-%define tftp_hpa_version 0.42
+%define tftp_hpa_version 0.48
 
 Summary: The client for the Trivial File Transfer Protocol (TFTP)
 Name: tftp
 Version: %{tftp_hpa_version}
-Release: 6
+Release: 1%{?dist}
 License: BSD
 Group: Applications/Internet
 Source0: http://www.kernel.org/pub/software/network/tftp/tftp-hpa-%{tftp_hpa_version}.tar.gz
 URL: http://www.kernel.org/pub/software/network/tftp/
 
 Patch0: tftp-0.40-remap.patch
-Patch1: tftp-hpa-0.42-sigjmp.patch
 Patch2: tftp-hpa-0.39-tzfix.patch
 Patch3: tftp-0.42-tftpboot.patch
 
@@ -28,6 +27,8 @@
 Group: System Environment/Daemons
 Summary: The server for the Trivial File Transfer Protocol (TFTP)
 Requires: xinetd
+Requires(post): /sbin/service
+Requires(postun): /sbin/service
 
 %description server
 The Trivial File Transfer Protocol (TFTP) is normally used only for
@@ -40,7 +41,6 @@
 %prep
 %setup -q -n tftp-hpa-%{version} 
 %patch0 -p1 -b .zero
-%patch1 -p1 -b .sigjmp
 %patch2 -p1 -b .tzfix
 %patch3 -p1 -b .tftpboot
 
@@ -56,9 +56,9 @@
 mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
 mkdir -p ${RPM_BUILD_ROOT}%{_localstatedir}/lib/tftpboot
 
-make INSTALLROOT=${RPM_BUILD_ROOT} SBINDIR=%{_sbindir} MANDIR=%{_mandir} install
-install -m755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/xinetd.d/ ${RPM_BUILD_ROOT}/tftpboot
-install -m644 tftp-xinetd ${RPM_BUILD_ROOT}%{_sysconfdir}/xinetd.d/tftp
+make INSTALLROOT=${RPM_BUILD_ROOT} SBINDIR=%{_sbindir} MANDIR=%{_mandir} INSTAL='instal -p' install
+install -m755 -d -p ${RPM_BUILD_ROOT}%{_sysconfdir}/xinetd.d/ ${RPM_BUILD_ROOT}/tftpboot
+install -m644 -p tftp-xinetd ${RPM_BUILD_ROOT}%{_sysconfdir}/xinetd.d/tftp
 
 %post server
 /sbin/service xinetd reload > /dev/null 2>&1 || :
@@ -72,18 +72,25 @@
 rm -rf ${RPM_BUILD_ROOT}
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
+%doc README* CHANGES
 %{_bindir}/tftp
 %{_mandir}/man1/*
 
 %files server
-%defattr(-,root,root)
+%defattr(-,root,root,-)
+%doc README* CHANGES
 %config(noreplace) %{_sysconfdir}/xinetd.d/tftp
 %dir %{_localstatedir}/lib/tftpboot
 %{_sbindir}/in.tftpd
 %{_mandir}/man8/*
 
 %changelog
+* Tue Jan 22 2008 Martin Nagy <mnagy at redhat.com> - 0.48-1
+- upgrade to 0.48
+- remove the old sigjmp patch (fixed in upstream)
+- make some changes in spec file (#226489)
+
 * Tue Jan 22 2008 Martin Nagy <mnagy at redhat.com> - 0.42-6
 - changed the location of tftpboot directory to /var/lib/
 


--- tftp-hpa-0.42-sigjmp.patch DELETED ---




More information about the fedora-extras-commits mailing list