This commit is contained in:
parent
7128383f1b
commit
d5c17a28f6
2869
krb5-1.6.3-post.dif
Normal file
2869
krb5-1.6.3-post.dif
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 25 12:17:10 CEST 2008 - mc@suse.de
|
||||
|
||||
- add patches from SVN post 1.6.3
|
||||
* some fixes in the man pages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 15:34:16 CEST 2008 - mc@suse.de
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
Name: krb5-doc
|
||||
BuildRequires: ghostscript-library latex2html texlive
|
||||
Version: 1.6.3
|
||||
Release: 84
|
||||
Release: 96
|
||||
%define srcRoot krb5-1.6.3
|
||||
Summary: MIT Kerberos5 Implementation--Documentation
|
||||
License: X11/MIT
|
||||
@ -26,6 +26,7 @@ Source2: Makefile.kadm5
|
||||
Source3: %{name}-%{version}-rpmlintrc
|
||||
Patch0: krb5-1.3.5-perlfix.dif
|
||||
Patch1: krb5-1.6.3-texi2dvi-fix.dif
|
||||
Patch2: krb5-1.6.3-post.dif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
@ -48,6 +49,7 @@ Authors:
|
||||
%setup -n %{srcRoot}
|
||||
%patch0
|
||||
%patch1
|
||||
%patch2
|
||||
cp %{_sourcedir}/Makefile.kadm5 %{_builddir}/%{srcRoot}/doc/kadm5/Makefile
|
||||
|
||||
%build
|
||||
@ -131,6 +133,9 @@ rm -rf %{buildroot}
|
||||
%doc doc/html
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2008 mc@suse.de
|
||||
- add patches from SVN post 1.6.3
|
||||
* some fixes in the man pages
|
||||
* Wed Jun 18 2008 mc@suse.de
|
||||
- reduce rpmlint warnings
|
||||
* Tue Oct 23 2007 mc@suse.de
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 25 12:17:44 CEST 2008 - mc@suse.de
|
||||
|
||||
- add patches from SVN post 1.6.3
|
||||
* krb5_string_to_keysalts: Fix an infinite loop
|
||||
* fix some mutex issues
|
||||
* better recovery from corrupt rcache files
|
||||
* some more small fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 15:33:18 CEST 2008 - mc@suse.de
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
Name: krb5-plugins
|
||||
Version: 1.6.3
|
||||
Release: 10
|
||||
Release: 11
|
||||
BuildRequires: bison krb5-devel ncurses-devel openldap2-devel
|
||||
%define srcRoot krb5-1.6.3
|
||||
%define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/
|
||||
@ -60,6 +60,7 @@ Patch41: krb5-trunk-kpasswd_tcp.patch
|
||||
Patch42: krb5-trunk-seqnum.patch
|
||||
Patch43: krb5-1.6.3-case-insensitive.dif
|
||||
Patch44: krb5-1.6.3-ktutil-manpage.dif
|
||||
Patch45: krb5-1.6.3-post.dif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -157,6 +158,7 @@ fi
|
||||
%patch42
|
||||
%patch43
|
||||
%patch44 -p1
|
||||
%patch45
|
||||
cp %{_sourcedir}/EncryptWithMasterKey.c %{_builddir}/%{srcRoot}/src/kadmin/dbutil/EncryptWithMasterKey.c
|
||||
# Rename the man pages so that they'll get generated correctly.
|
||||
pushd src
|
||||
@ -271,6 +273,12 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/krb5/plugins/preauth/pkinit.so
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2008 mc@suse.de
|
||||
- add patches from SVN post 1.6.3
|
||||
* krb5_string_to_keysalts: Fix an infinite loop
|
||||
* fix some mutex issues
|
||||
* better recovery from corrupt rcache files
|
||||
* some more small fixes
|
||||
* Wed Jun 18 2008 mc@suse.de
|
||||
- reduce rpmlint warnings
|
||||
* Tue Dec 04 2007 mc@suse.de
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 25 12:13:24 CEST 2008 - mc@suse.de
|
||||
|
||||
- add patches from SVN post 1.6.3
|
||||
* krb5_string_to_keysalts: Fix an infinite loop
|
||||
* fix some mutex issues
|
||||
* better recovery from corrupt rcache files
|
||||
* some more small fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 15:30:18 CEST 2008 - mc@suse.de
|
||||
|
||||
|
10
krb5.spec
10
krb5.spec
@ -13,7 +13,7 @@
|
||||
|
||||
Name: krb5
|
||||
Version: 1.6.3
|
||||
Release: 52
|
||||
Release: 58
|
||||
BuildRequires: bison libcom_err-devel ncurses-devel
|
||||
%if %{suse_version} > 1010
|
||||
BuildRequires: keyutils keyutils-devel
|
||||
@ -63,6 +63,7 @@ Patch41: krb5-trunk-kpasswd_tcp.patch
|
||||
Patch42: krb5-trunk-seqnum.patch
|
||||
Patch43: krb5-1.6.3-case-insensitive.dif
|
||||
Patch44: krb5-1.6.3-ktutil-manpage.dif
|
||||
Patch45: krb5-1.6.3-post.dif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: mktemp, grep, /bin/touch, coreutils
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
@ -234,6 +235,7 @@ fi
|
||||
%patch42
|
||||
%patch43
|
||||
%patch44 -p1
|
||||
%patch45
|
||||
cp %{_sourcedir}/EncryptWithMasterKey.c %{_builddir}/%{srcRoot}/src/kadmin/dbutil/EncryptWithMasterKey.c
|
||||
# Rename the man pages so that they'll get generated correctly.
|
||||
pushd src
|
||||
@ -552,6 +554,12 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man1/krb5-config.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2008 mc@suse.de
|
||||
- add patches from SVN post 1.6.3
|
||||
* krb5_string_to_keysalts: Fix an infinite loop
|
||||
* fix some mutex issues
|
||||
* better recovery from corrupt rcache files
|
||||
* some more small fixes
|
||||
* Wed Jun 18 2008 mc@suse.de
|
||||
- add case-insensitive.dif (FATE#300771)
|
||||
- minor fixes for ktutil man page
|
||||
|
Loading…
Reference in New Issue
Block a user