rpms/rsh/devel rsh.spec,1.55,1.56

Adam Tkac atkac at fedoraproject.org
Tue Dec 15 14:33:45 UTC 2009


Author: atkac

Update of /cvs/pkgs/rpms/rsh/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27250

Modified Files:
	rsh.spec 
Log Message:
- more merge review related fixes (#226379)



Index: rsh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rsh/devel/rsh.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -p -r1.55 -r1.56
--- rsh.spec	30 Nov 2009 14:50:54 -0000	1.55
+++ rsh.spec	15 Dec 2009 14:33:45 -0000	1.56
@@ -1,54 +1,77 @@
 Summary: Clients for remote access commands (rsh, rlogin, rcp)
 Name: rsh
 Version: 0.17
-Release: 59%{?dist}
+Release: 60%{?dist}
 License: BSD
 Group: Applications/Internet
 
-BuildRoot: %{_tmppath}/%{name}-root
-BuildRequires: perl, ncurses-devel, pam-devel, audit-libs-devel >= 1.5
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: perl, ncurses-devel, pam-devel, audit-libs-devel
 
 URL: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit
 Source0 ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rsh-%{version}.tar.gz
 Source1: rexec.pam
 Source2: rlogin.pam
 Source3: rsh.pam
+# Source is no longer publicly available.
 Source4: rexec-1.5.tar.gz
 Source5: rsh-xinetd
 Source6: rlogin-xinetd
 Source7: rexec-xinetd
 
 Patch1: netkit-rsh-0.17-sectty.patch
+# Make rexec installation process working
 Patch2: netkit-rsh-0.17-rexec.patch
 Patch3: netkit-rsh-0.10-stdarg.patch
+# Improve installation process
 Patch4: netkit-rsh-0.16-jbj.patch
+# Link rshd against libpam
 Patch8: netkit-rsh-0.16-jbj4.patch
 Patch9: netkit-rsh-0.16-prompt.patch
 Patch10: netkit-rsh-0.16-rlogin=rsh.patch
+# Improve documentation
 Patch11: netkit-rsh-0.16-nokrb.patch
+# Remove spurious double-reporting of errors
 Patch12: netkit-rsh-0.17-pre20000412-jbj5.patch
+# RH #42880
 Patch13: netkit-rsh-0.17-userandhost.patch
+# Don't strip binaries during installation
 Patch14: netkit-rsh-0.17-strip.patch
+# RH #67362
 Patch15: netkit-rsh-0.17-lfs.patch
+# RH #57392
 Patch16: netkit-rsh-0.17-chdir.patch
+# RH #63806
 Patch17: netkit-rsh-0.17-pam-nologin.patch
+# RH #135643
 Patch19: netkit-rsh-0.17-rexec-netrc.patch
+# RH #68590
 Patch20: netkit-rsh-0.17-pam-sess.patch
+# RH #67361
 Patch21: netkit-rsh-0.17-errno.patch
+# RH #118630
 Patch22: netkit-rsh-0.17-rexec-sig.patch
+# RH #135827
 Patch23: netkit-rsh-0.17-nohost.patch
+# RH #122315
 Patch24: netkit-rsh-0.17-ignchld.patch
+# RH #146464
 Patch25: netkit-rsh-0.17-checkdir.patch
 Patch26: netkit-rsh-0.17-pam-conv.patch
+# RH #174045
 Patch27: netkit-rsh-0.17-rcp-largefile.patch
+# RH #174146
 Patch28: netkit-rsh-0.17-pam-rhost.patch
+# RH #178916
 Patch29: netkit-rsh-0.17-rlogin-linefeed.patch
 Patch30: netkit-rsh-0.17-ipv6.patch
 Patch31: netkit-rsh-0.17-pam_env.patch
 Patch33: netkit-rsh-0.17-dns.patch
 Patch34: netkit-rsh-0.17-nohostcheck-compat.patch
+# RH #448904
 Patch35: netkit-rsh-0.17-audit.patch
 Patch36: netkit-rsh-0.17-longname.patch
+# RH #440867
 Patch37: netkit-rsh-0.17-arg_max.patch
 Patch38: netkit-rsh-0.17-rh448904.patch
 Patch39: netkit-rsh-0.17-rh461903.patch
@@ -65,7 +88,7 @@ machines
 %package server
 Summary: Servers for remote access commands (rsh, rlogin, rcp)
 Group: System Environment/Daemons
-Requires: pam >= 0.59, /etc/pam.d/system-auth, xinetd
+Requires: pam, /etc/pam.d/system-auth, xinetd
 
 %description server
 The rsh-server package contains a set of programs which allow users
@@ -184,6 +207,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man8/*.8*
 
 %changelog
+* Tue Dec 15 2009 Adam Tkac <atkac redhat com> - 0.17-60
+- more merge review related fixes (#226379)
+
 * Mon Nov 30 2009 Adam Tkac <atkac redhat com> - 0.17-59
 - merge review related fixes (#226379)
 - remove unused patches




More information about the fedora-extras-commits mailing list