Browse Source

krb5:
- add BR: e2fsprogs-devel
- add R: e2fsprogs-devel to -devel subpackage
- fix krb5-server dependency
- R: initscripts >= 8.91.3-1



git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3078 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 13 years ago
parent
commit
d17188f815
1 changed files with 12 additions and 3 deletions
  1. 12 3
      k/krb5/krb5-vl.spec

+ 12 - 3
k/krb5/krb5-vl.spec

@@ -8,9 +8,10 @@
 %define build_static 0
 
 Summary: The Kerberos network authentication system
+Summary(ja): Kerberos ネットワーク認証システム
 Name: krb5
 Version: 1.8.2
-Release: 3%{_dist_release}
+Release: 4%{_dist_release}
 
 # 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
@@ -68,6 +69,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: autoconf, bison, flex, gawk
 # BuildRequires: libcom_err-devel, libss-devel
+BuildRequires: e2fsprogs-devel
 # BuildRequires: gzip, ncurses-devel, rsh, texinfo, texinfo-tex, tar
 BuildRequires: gzip, ncurses-devel, rsh, texinfo, tar
 # BuildRequires: texlive-latex
@@ -93,6 +95,7 @@ Group: Development/Libraries
 Requires: %{name}-libs = %{version}-%{release}
 # Requires: keyutils-libs-devel, libselinux-devel
 Requires: keyutils-libs-devel
+Requires: e2fsprogs-devel
 
 %description devel
 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
 Requires: %{name}-libs = %{version}-%{release}
 Requires(post): /sbin/install-info, chkconfig
-# we need 'status -l' to work, and that option was added in 8.99
-Requires: initscripts >= 8.99-1
+# we need 'status -l' to work, and that option was added in 8.91.3-1vl6
+Requires: initscripts >= 8.91.3-1
 Requires(preun): /sbin/install-info, chkconfig, initscripts
 Requires(postun): initscripts
 # mktemp is used by krb5-send-pr
@@ -742,6 +745,12 @@ exit 0
 %endif
 
 %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
 - fix compat32-devel package missing...