- fix dangling symlinks in -devel (#175929)
- link libaudit only where necessary - actually compile in audit support
This commit is contained in:
parent
f06eb03db8
commit
9c00b5da67
11
pam.spec
11
pam.spec
@ -11,7 +11,7 @@
|
|||||||
Summary: A security tool which provides authentication for applications.
|
Summary: A security tool which provides authentication for applications.
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 0.99.2.1
|
Version: 0.99.2.1
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL or BSD
|
License: GPL or BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
|
Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
|
||||||
@ -202,7 +202,9 @@ done
|
|||||||
# of _libdir not changing, and *not* being /usr/lib.
|
# of _libdir not changing, and *not* being /usr/lib.
|
||||||
install -d -m 755 $RPM_BUILD_ROOT%{_libdir}
|
install -d -m 755 $RPM_BUILD_ROOT%{_libdir}
|
||||||
for lib in libpam libpamc libpam_misc ; do
|
for lib in libpam libpamc libpam_misc ; do
|
||||||
ln -sf ../../%{_lib}/${lib}.so.*.* $RPM_BUILD_ROOT%{_libdir}/${lib}.so
|
pushd $RPM_BUILD_ROOT%{_libdir}
|
||||||
|
ln -sf ../../%{_lib}/${lib}.so.*.* ${lib}.so
|
||||||
|
popd
|
||||||
rm -f $RPM_BUILD_ROOT/%{_lib}/${lib}.so
|
rm -f $RPM_BUILD_ROOT/%{_lib}/${lib}.so
|
||||||
rm -f $RPM_BUILD_ROOT/%{_lib}/${lib}.la
|
rm -f $RPM_BUILD_ROOT/%{_lib}/${lib}.la
|
||||||
done
|
done
|
||||||
@ -359,6 +361,11 @@ fi
|
|||||||
%{_libdir}/libpam_misc.so
|
%{_libdir}/libpam_misc.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 16 2005 Tomas Mraz <tmraz@redhat.com> 0.99.2.1-2
|
||||||
|
- fix dangling symlinks in -devel (#175929)
|
||||||
|
- link libaudit only where necessary
|
||||||
|
- actually compile in audit support
|
||||||
|
|
||||||
* Thu Dec 15 2005 Tomas Mraz <tmraz@redhat.com> 0.99.2.1-1
|
* Thu Dec 15 2005 Tomas Mraz <tmraz@redhat.com> 0.99.2.1-1
|
||||||
- support netgroup matching in pam_succeed_if
|
- support netgroup matching in pam_succeed_if
|
||||||
- upgrade to new release
|
- upgrade to new release
|
||||||
|
Loading…
Reference in New Issue
Block a user