|
@@ -20,14 +20,14 @@ BuildRequires: socket_wrapper
|
|
Summary: The Kerberos network authentication system
|
|
Summary: The Kerberos network authentication system
|
|
Summary(ja): Kerberos ネットワーク認証システム
|
|
Summary(ja): Kerberos ネットワーク認証システム
|
|
Name: krb5
|
|
Name: krb5
|
|
-Version: 1.14.2
|
|
+Version: 1.14.3
|
|
Release: 1%{_dist_release}
|
|
Release: 1%{_dist_release}
|
|
|
|
|
|
# Maybe we should explode from the now-available-to-everybody tarball instead?
|
|
# Maybe we should explode from the now-available-to-everybody tarball instead?
|
|
# http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.1-signed.tar
|
|
# http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.1-signed.tar
|
|
Source0: krb5-%{version}.tar.gz
|
|
Source0: krb5-%{version}.tar.gz
|
|
# Source1: krb5-%{version}.tar.gz.asc
|
|
# Source1: krb5-%{version}.tar.gz.asc
|
|
-Source3: krb5-%{version}-pdfs.tar
|
|
+#Source3: krb5-%{version}-pdfs.tar
|
|
Source1000: krb5-%{version}-man.tar
|
|
Source1000: krb5-%{version}-man.tar
|
|
Source1001: krb5-%{version}-html.tar
|
|
Source1001: krb5-%{version}-html.tar
|
|
|
|
|
|
@@ -80,7 +80,7 @@ BuildRequires: autoconf, bison, flex, gawk
|
|
# BuildRequires: libcom_err-devel, libss-devel
|
|
# BuildRequires: libcom_err-devel, libss-devel
|
|
BuildRequires: e2fsprogs-devel
|
|
BuildRequires: e2fsprogs-devel
|
|
# BuildRequires: gzip, ncurses-devel, rsh, texinfo, texinfo-tex, tar
|
|
# BuildRequires: gzip, ncurses-devel, rsh, texinfo, texinfo-tex, tar
|
|
-BuildRequires: gzip, ncurses-devel, rsh, texinfo, tar
|
|
+BuildRequires: gzip, ncurses-devel, texinfo, tar
|
|
# BuildRequires: python-sphinx
|
|
# BuildRequires: python-sphinx
|
|
# BuildRequires: texlive
|
|
# BuildRequires: texlive
|
|
# BuildRequires: texlive-latexrecommended
|
|
# BuildRequires: texlive-latexrecommended
|
|
@@ -242,7 +242,8 @@ certificate.
|
|
# end of compat32 package
|
|
# end of compat32 package
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -a 3 -a 1000 -a 1001
|
|
+#setup -q -a 3 -a 1000 -a 1001
|
|
|
|
+%setup -q -a 1000 -a 1001
|
|
ln -s NOTICE LICENSE
|
|
ln -s NOTICE LICENSE
|
|
|
|
|
|
%patch60 -p1 -b .pam
|
|
%patch60 -p1 -b .pam
|
|
@@ -607,7 +608,7 @@ exit 0
|
|
%doc src/config-files/services.append
|
|
%doc src/config-files/services.append
|
|
%doc src/config-files/krb5.conf
|
|
%doc src/config-files/krb5.conf
|
|
%doc build-html/*
|
|
%doc build-html/*
|
|
-%doc build-pdf/user.pdf build-pdf/basic.pdf
|
|
+#doc build-pdf/user.pdf build-pdf/basic.pdf
|
|
%attr(0755,root,root) %doc src/config-files/convert-config-files
|
|
%attr(0755,root,root) %doc src/config-files/convert-config-files
|
|
|
|
|
|
# Clients of the KDC, including tools you're likely to need if you're running
|
|
# Clients of the KDC, including tools you're likely to need if you're running
|
|
@@ -640,7 +641,7 @@ exit 0
|
|
%files server
|
|
%files server
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%docdir %{_mandir}
|
|
%docdir %{_mandir}
|
|
-%doc build-pdf/admin.pdf build-pdf/build.pdf
|
|
+#doc build-pdf/admin.pdf build-pdf/build.pdf
|
|
%doc src/config-files/kdc.conf
|
|
%doc src/config-files/kdc.conf
|
|
|
|
|
|
/etc/rc.d/init.d/krb5kdc
|
|
/etc/rc.d/init.d/krb5kdc
|
|
@@ -757,7 +758,7 @@ exit 0
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%docdir %{_mandir}
|
|
%docdir %{_mandir}
|
|
%doc doc/krb5-protocol
|
|
%doc doc/krb5-protocol
|
|
-%doc build-pdf/appdev.pdf build-pdf/plugindev.pdf
|
|
+#doc build-pdf/appdev.pdf build-pdf/plugindev.pdf
|
|
|
|
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
%{_libdir}/libgssapi_krb5.so
|
|
%{_libdir}/libgssapi_krb5.so
|
|
@@ -840,6 +841,9 @@ exit 0
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Aug 1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14.3-1
|
|
|
|
+- updated to 1.14.3.
|
|
|
|
+
|
|
* Wed May 25 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14.2-1
|
|
* Wed May 25 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14.2-1
|
|
- updated to 1.14.2.
|
|
- updated to 1.14.2.
|
|
|
|
|