Show
Ignore:
Timestamp:
01/19/10 10:10:38 (8 months ago)
Author:
jhuntwork
Message:

Version updates and initial powerpc support

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lightcube_os/trunk/packages/Linux-PAM/Linux-Pam.spec

    r6 r7  
    22Name: Linux-PAM 
    33Version: 1.1.0 
    4 Release: 1 
     4Release: 2 
    55Group: System Environment/Base 
    66License: GPLv2 
     
    3636make DESTDIR=%{buildroot} install 
    3737find %{buildroot} -name "*.la" -exec rm -vf '{}' \; 
     38install -dv %{buildroot}/etc/pam.d 
    3839%find_lang %{name} 
    3940 
     
    4445%defattr(-,root,root) 
    4546%dir /etc/environment 
     47%dir /etc/pam.d 
    4648/etc/security 
    4749/%{_lib}/libpam.so.0 
     
    6567 
    6668%changelog 
     69* Sun Nov 01 2009 Jeremy Huntwork <jhuntwork@lightcubesolutions.com> - 1.1.0-2 
     70- Added the /etc/pam.d directory 
     71 
    6772* Sat Oct 25 2009 Jeremy Huntwork <jhuntwork@lightcubesolutions.com> - 1.1.0-1 
    6873- Initial version