- add missing pam-devel build requirement, force selinux-or-fail build
This commit is contained in:
parent
cb76d1ea2b
commit
196ea67f06
@ -14,7 +14,7 @@
|
|||||||
Summary: The Kerberos network authentication system.
|
Summary: The Kerberos network authentication system.
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.6.1
|
Version: 1.6.1
|
||||||
Release: 4
|
Release: 5
|
||||||
# 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.5/krb5-1.5-signed.tar
|
# http://web.mit.edu/kerberos/dist/krb5/1.5/krb5-1.5-signed.tar
|
||||||
Source0: krb5-%{version}.tar.gz
|
Source0: krb5-%{version}.tar.gz
|
||||||
@ -98,6 +98,7 @@ BuildPrereq: gzip, ncurses-devel, rsh, texinfo, tar
|
|||||||
BuildRequires: tetex-latex
|
BuildRequires: tetex-latex
|
||||||
BuildRequires: keyutils-libs-devel
|
BuildRequires: keyutils-libs-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: pam-devel
|
||||||
|
|
||||||
%if %{WITH_LDAP}
|
%if %{WITH_LDAP}
|
||||||
BuildRequires: openldap-devel
|
BuildRequires: openldap-devel
|
||||||
@ -202,6 +203,9 @@ installed on systems which are meant provide these services.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 24 2007 Nalin Dahyabhai <nalin@redhat.com> 1.6.1-5
|
||||||
|
- add missing pam-devel build requirement, force selinux-or-fail build
|
||||||
|
|
||||||
* Sun Jun 24 2007 Nalin Dahyabhai <nalin@redhat.com> 1.6.1-4
|
* Sun Jun 24 2007 Nalin Dahyabhai <nalin@redhat.com> 1.6.1-4
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
@ -1246,7 +1250,8 @@ CPPFLAGS="`echo $DEFINES $INCLUDES`"
|
|||||||
--without-tcl \
|
--without-tcl \
|
||||||
--enable-dns \
|
--enable-dns \
|
||||||
--with-pam \
|
--with-pam \
|
||||||
--with-pam-login-service=%{login_pam_service}
|
--with-pam-login-service=%{login_pam_service} \
|
||||||
|
--with-selinux
|
||||||
# Now build it.
|
# Now build it.
|
||||||
make
|
make
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user