- compile with %%{?_smp_mflags} (Steve Grubb)
- drop the bit where we munge part of the error table header, as it's not needed any more
This commit is contained in:
parent
aecce15d40
commit
1d6f8b9bad
12
krb5.spec
12
krb5.spec
@ -205,6 +205,11 @@ to obtain initial credentials from a KDC using a private key and a
|
|||||||
certificate.
|
certificate.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 16 2009 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- compile with %%{?_smp_mflags} (Steve Grubb)
|
||||||
|
- drop the bit where we munge part of the error table header, as it's not
|
||||||
|
needed any more
|
||||||
|
|
||||||
* Fri Jun 5 2009 Nalin Dahyabhai <nalin@redhat.com> 1.7-2
|
* Fri Jun 5 2009 Nalin Dahyabhai <nalin@redhat.com> 1.7-2
|
||||||
- add and own %%{_libdir}/krb5/plugins/authdata
|
- add and own %%{_libdir}/krb5/plugins/authdata
|
||||||
|
|
||||||
@ -220,7 +225,7 @@ certificate.
|
|||||||
- drop static build logic
|
- drop static build logic
|
||||||
- drop pam_krb5-specific configuration from the default krb5.conf
|
- drop pam_krb5-specific configuration from the default krb5.conf
|
||||||
- drop only-use-v5 flags being passed to various things started by xinetd
|
- drop only-use-v5 flags being passed to various things started by xinetd
|
||||||
- put %%{krb5prefix}/sbin in everyone's path, too
|
- put %%{krb5prefix}/sbin in everyone's path, too (#504525)
|
||||||
|
|
||||||
* Tue May 19 2009 Nalin Dahyabhai <nalin@redhat.com> 1.6.3-106
|
* Tue May 19 2009 Nalin Dahyabhai <nalin@redhat.com> 1.6.3-106
|
||||||
- add an auth stack to ksu's PAM configuration so that pam_setcred() calls
|
- add an auth stack to ksu's PAM configuration so that pam_setcred() calls
|
||||||
@ -1510,7 +1515,7 @@ CPPFLAGS="`echo $DEFINES $INCLUDES`"
|
|||||||
--with-pam-login-service=%{login_pam_service} \
|
--with-pam-login-service=%{login_pam_service} \
|
||||||
--with-selinux
|
--with-selinux
|
||||||
# Now build it.
|
# Now build it.
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
# Run the test suite. We can't actually do this in the build system.
|
# Run the test suite. We can't actually do this in the build system.
|
||||||
: make check TMPDIR=%{_tmppath}
|
: make check TMPDIR=%{_tmppath}
|
||||||
@ -1581,9 +1586,6 @@ make -C src DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
# list of link flags, and it helps prevent file conflicts on multilib systems.
|
# list of link flags, and it helps prevent file conflicts on multilib systems.
|
||||||
sed -r -i -e 's|^libdir=/usr/lib(64)?$|libdir=/usr/lib|g' $RPM_BUILD_ROOT%{krb5prefix}/bin/krb5-config
|
sed -r -i -e 's|^libdir=/usr/lib(64)?$|libdir=/usr/lib|g' $RPM_BUILD_ROOT%{krb5prefix}/bin/krb5-config
|
||||||
|
|
||||||
# Remove the randomly-generated compile-et filename comment from header files.
|
|
||||||
sed -i -e 's|^ \* ettmp[^ \t]*\.h:$| * ettmpXXXXXX.h:|g' $RPM_BUILD_ROOT%{_includedir}/*{,/*}.h
|
|
||||||
|
|
||||||
# Move specific libraries from %{_libdir} to /%{_lib}, and fixup the symlinks.
|
# Move specific libraries from %{_libdir} to /%{_lib}, and fixup the symlinks.
|
||||||
touch $RPM_BUILD_ROOT/rootfile
|
touch $RPM_BUILD_ROOT/rootfile
|
||||||
rellibdir=..
|
rellibdir=..
|
||||||
|
Loading…
Reference in New Issue
Block a user