[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/krb5/FC-5 krb5-kinit-man-typo.patch, NONE, 1.1 krb5.spec, 1.68, 1.69
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/krb5/FC-5 krb5-kinit-man-typo.patch, NONE, 1.1 krb5.spec, 1.68, 1.69
- Date: Fri, 14 Apr 2006 07:58:12 -0400
Author: skasal
Update of /cvs/dist/rpms/krb5/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv4184
Modified Files:
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: krb5.spec
===================================================================
RCS file: /cvs/dist/rpms/krb5/FC-5/krb5.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- krb5.spec 11 Feb 2006 03:49:47 -0000 1.68
+++ krb5.spec 14 Apr 2006 11:58:09 -0000 1.69
@@ -10,7 +10,7 @@
Summary: The Kerberos network authentication system.
Name: krb5
Version: 1.4.3
-Release: 4.1
+Release: 5
# Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/dist/krb5/1.4/krb5-1.4.3-signed.tar
Source0: krb5-%{version}.tar.gz
@@ -74,6 +74,8 @@
Patch42: krb5-1.4.3-pthread_np.patch
Patch43: krb5-1.4.3-kdc_max_dgram_size.patch
Patch44: krb5-1.4.3-enospc.patch
+Patch45: krb5-kinit-man-typo.patch
+
License: MIT, freely distributable.
URL: http://web.mit.edu/kerberos/www/
Group: System Environment/Libraries
@@ -138,6 +140,9 @@
workstation.
%changelog
+* Fri Apr 14 2006 Stepan Kasal <skasal redhat com> - 1.4.3-5
+- Fix formatting typo in kinit.1 (krb5-kinit-man-typo.patch)
+
* Fri Feb 10 2006 Jesse Keating <jkeating redhat com> - 1.4.3-4.1
- bump again for double-long bug on ppc(64)
@@ -910,6 +915,7 @@
# Don't apply this until we hear back from upstream.
#%patch43 -p1 -b .kdc_max_dgram_size
%patch44 -p1 -b .enospc
+%patch45 -p1
cp src/krb524/README README.krb524
find . -type f -name "*.info-dir" -exec rm -fv "{}" ";"
gzip doc/*.ps
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]