|
@@ -8,9 +8,10 @@
|
|
%define build_static 0
|
|
%define build_static 0
|
|
|
|
|
|
Summary: The Kerberos network authentication system
|
|
Summary: The Kerberos network authentication system
|
|
|
|
+Summary(ja): Kerberos ネットワーク認証システム
|
|
Name: krb5
|
|
Name: krb5
|
|
Version: 1.8.2
|
|
Version: 1.8.2
|
|
-Release: 3%{_dist_release}
|
|
+Release: 4%{_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.8/krb5-1.8.2-signed.tar
|
|
# http://web.mit.edu/kerberos/dist/krb5/1.8/krb5-1.8.2-signed.tar
|
|
@@ -68,6 +69,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
BuildRequires: autoconf, bison, flex, gawk
|
|
BuildRequires: autoconf, bison, flex, gawk
|
|
# BuildRequires: libcom_err-devel, libss-devel
|
|
# BuildRequires: libcom_err-devel, libss-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, rsh, texinfo, tar
|
|
# BuildRequires: texlive-latex
|
|
# BuildRequires: texlive-latex
|
|
@@ -93,6 +95,7 @@ Group: Development/Libraries
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
# Requires: keyutils-libs-devel, libselinux-devel
|
|
# Requires: keyutils-libs-devel, libselinux-devel
|
|
Requires: keyutils-libs-devel
|
|
Requires: keyutils-libs-devel
|
|
|
|
+Requires: e2fsprogs-devel
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
Kerberos is a network authentication system. The krb5-devel package
|
|
Kerberos is a network authentication system. The krb5-devel package
|
|
@@ -114,8 +117,8 @@ Group: System Environment/Daemons
|
|
Summary: The KDC and related programs for Kerberos 5
|
|
Summary: The KDC and related programs for Kerberos 5
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires(post): /sbin/install-info, chkconfig
|
|
Requires(post): /sbin/install-info, chkconfig
|
|
-# we need 'status -l' to work, and that option was added in 8.99
|
|
+# we need 'status -l' to work, and that option was added in 8.91.3-1vl6
|
|
-Requires: initscripts >= 8.99-1
|
|
+Requires: initscripts >= 8.91.3-1
|
|
Requires(preun): /sbin/install-info, chkconfig, initscripts
|
|
Requires(preun): /sbin/install-info, chkconfig, initscripts
|
|
Requires(postun): initscripts
|
|
Requires(postun): initscripts
|
|
# mktemp is used by krb5-send-pr
|
|
# mktemp is used by krb5-send-pr
|
|
@@ -742,6 +745,12 @@ exit 0
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Mar 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.2-4
|
|
|
|
+- add BR: e2fsprogs-devel
|
|
|
|
+- add R: e2fsprogs-devel to -devel subpackage
|
|
|
|
+- fix krb5-server dependency
|
|
|
|
+ - R: initscripts >= 8.91.3-1
|
|
|
|
+
|
|
* Mon Mar 21 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.8.2-3
|
|
* Mon Mar 21 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.8.2-3
|
|
- fix compat32-devel package missing...
|
|
- fix compat32-devel package missing...
|
|
|
|
|