rpms/krb5/FC-3 krb5-kinit-man-typo.patch, NONE, 1.1 .cvsignore, 1.16, 1.17 krb5.spec, 1.40, 1.41

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 14 12:26:57 UTC 2006


Author: skasal

Update of /cvs/dist/rpms/krb5/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv506/FC-3

Modified Files:
	.cvsignore krb5.spec 
Added Files:
	krb5-kinit-man-typo.patch 
Log Message:
- Fix formatting typo in kinit.1 (krb5-kinit-man-typo.patch)

krb5-kinit-man-typo.patch:
 kinit.M |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE krb5-kinit-man-typo.patch ---
--- krb5-1.4.3/src/clients/kinit/kinit.M.orig	2005-09-12 21:24:46.000000000 +0200
+++ krb5-1.4.3/src/clients/kinit/kinit.M	2006-04-13 16:40:57.000000000 +0200
@@ -45,7 +45,8 @@
 .SH DESCRIPTION
 .I kinit
 obtains and caches an initial ticket-granting ticket for
-.IR principal .  The typical default behavior is to acquire only
+.IR principal .
+The typical default behavior is to acquire only
 Kerberos 5 tickets.  However, if kinit was built with both 
 Kerberos 4 support and with the default behavior of acquiring both
 types of tickets, it will try to acquire both Kerberos 5 and Kerberos 4


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/krb5/FC-3/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	13 Sep 2004 19:47:24 -0000	1.16
+++ .cvsignore	14 Apr 2006 12:26:54 -0000	1.17
@@ -1,3 +1,5 @@
 krb5-1.3.4.tar.gz
 krb5-1.3.5.tar.gz
 krb5-1.3.5.tar.gz.asc
+krb5-1.3.6.tar.gz
+krb5-1.3.6.tar.gz.asc


Index: krb5.spec
===================================================================
RCS file: /cvs/dist/rpms/krb5/FC-3/krb5.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- krb5.spec	1 Dec 2005 20:05:02 -0000	1.40
+++ krb5.spec	14 Apr 2006 12:26:54 -0000	1.41
@@ -7,7 +7,7 @@
 Summary: The Kerberos network authentication system.
 Name: krb5
 Version: 1.3.6
-Release: 8
+Release: 9
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/www/dist/krb5/1.3/krb5-1.3.5.tar
 Source0: krb5-%{version}.tar.gz
@@ -66,6 +66,8 @@
 Patch38: krb5-1.4-ncurses.patch
 Patch39: krb5-1.4.1-api.patch
 Patch40: krb5-1.4.1-telnet-environ.patch
+Patch45: krb5-kinit-man-typo.patch
+
 License: MIT, freely distributable.
 URL: http://web.mit.edu/kerberos/www/
 Group: System Environment/Libraries
@@ -130,6 +132,9 @@
 workstation.
 
 %changelog
+* Fri Apr 14 2006 Stepan Kasal <skasal at redhat.com>    - 1.3.6-9
+- Fix formatting typo in kinit.1 (krb5-kinit-man-typo.patch)
+
 * Thu Dec  1 2005 Nalin Dahyabhai <nalin at redhat.com> 1.3.6-8
 - make ksu setuid again (#137934, others)
 
@@ -836,6 +841,7 @@
 %patch38 -p1 -b .ncurses
 %patch39 -p1 -b .api
 %patch40 -p1 -b .telnet-environ
+%patch45 -p1
 cp src/krb524/README README.krb524
 find . -type f -name "*.info-dir" -exec rm -fv "{}" ";"
 gzip doc/*.ps




More information about the fedora-cvs-commits mailing list