Changeset 7 for lightcube_os/trunk/packages/Linux-PAM/Linux-Pam.spec
- Timestamp:
- 01/19/10 10:10:38 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lightcube_os/trunk/packages/Linux-PAM/Linux-Pam.spec
r6 r7 2 2 Name: Linux-PAM 3 3 Version: 1.1.0 4 Release: 14 Release: 2 5 5 Group: System Environment/Base 6 6 License: GPLv2 … … 36 36 make DESTDIR=%{buildroot} install 37 37 find %{buildroot} -name "*.la" -exec rm -vf '{}' \; 38 install -dv %{buildroot}/etc/pam.d 38 39 %find_lang %{name} 39 40 … … 44 45 %defattr(-,root,root) 45 46 %dir /etc/environment 47 %dir /etc/pam.d 46 48 /etc/security 47 49 /%{_lib}/libpam.so.0 … … 65 67 66 68 %changelog 69 * Sun Nov 01 2009 Jeremy Huntwork <jhuntwork@lightcubesolutions.com> - 1.1.0-2 70 - Added the /etc/pam.d directory 71 67 72 * Sat Oct 25 2009 Jeremy Huntwork <jhuntwork@lightcubesolutions.com> - 1.1.0-1 68 73 - Initial version
