rpms/tftp/devel tftp.spec,1.45,1.46

Warren Togami 砥上勇 (wtogami) fedora-extras-commits at redhat.com
Wed May 21 21:24:45 UTC 2008


Author: wtogami

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

Modified Files:
	tftp.spec 
Log Message:
- undo symlink stuff completely because they are problematic
  See Bug #447135 for details.



Index: tftp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tftp/devel/tftp.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- tftp.spec	21 May 2008 15:05:46 -0000	1.45
+++ tftp.spec	21 May 2008 21:24:02 -0000	1.46
@@ -3,7 +3,7 @@
 Summary: The client for the Trivial File Transfer Protocol (TFTP)
 Name: tftp
 Version: %{tftp_hpa_version}
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: BSD
 Group: Applications/Internet
 Source0: http://www.kernel.org/pub/software/network/tftp/tftp-hpa-%{tftp_hpa_version}.tar.gz
@@ -64,17 +64,11 @@
 
 %post server
 /sbin/service xinetd reload > /dev/null 2>&1 || :
-if [ ! -e /tftpboot ]; then
-    ln -s %{_localstatedir}/lib/tftpboot /
-fi
 
 %postun server
 if [ $1 = 0 ]; then
     /sbin/service xinetd reload > /dev/null 2>&1 || :
 fi
-if [ -h /tftpboot ]; then
-    rm -f /tftpboot
-fi
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -94,6 +88,10 @@
 %{_mandir}/man8/*
 
 %changelog
+* Wed May 21 2008 Warren Togami <wtogami at redhat.com. - 0.48-6
+- undo symlink stuff completely because they are problematic
+  See Bug #447135 for details.
+
 * Wed May 21 2008 Martin Nagy <mnagy at redhat.com> - 0.48-5
 - fix troubles caused by added symlink
 




More information about the fedora-extras-commits mailing list