SPECS: pam-pam_abl.spec - adapter

spider spider at pld-linux.org
Thu Mar 30 13:23:19 CEST 2006


Author: spider                       Date: Thu Mar 30 11:23:19 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adapter

---- Files affected:
SPECS:
   pam-pam_abl.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/pam-pam_abl.spec
diff -u SPECS/pam-pam_abl.spec:1.2 SPECS/pam-pam_abl.spec:1.3
--- SPECS/pam-pam_abl.spec:1.2	Thu Mar 30 13:16:35 2006
+++ SPECS/pam-pam_abl.spec	Thu Mar 30 13:23:14 2006
@@ -7,7 +7,6 @@
 Release:	0.1
 Epoch:		0
 License:	GPL v2
-Vendor:		Andy Armstrong <tagishandy at users.sourceforge.net>
 Group:		Applications/System
 Source0:	http://dl.sourceforge.net/pam-abl/pam_abl-%{version}.tar.gz
 # Source0-md5:	fbcf97067e9647fa1d9257d4e6133cba
@@ -17,10 +16,12 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-PAM module which provides auto blacklisting of hosts and users responsible for repeated failed authentication attempts.
+PAM module which provides auto blacklisting of hosts and users
+responsible for repeated failed authentication attempts.
 
 %description -l pl
-Moduł PAM automatycznie dopisujący adres ip lub usera do blacklisty po wykryciu powtarzających się błędów autentykacji.
+Moduł PAM automatycznie dopisujący adres ip lub usera do blacklisty po
+wykryciu powtarzających się błędów autentykacji.
 
 %prep
 %setup -q -n %{modulename}
@@ -30,11 +31,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/etc/security,/%{_lib}/security,/usr/sbin,/var/lib/abl}
+install -d $RPM_BUILD_ROOT{/etc/security,/%{_lib}/security,%{_sbindir},/var/lib/abl}
 
 install pam_abl.so $RPM_BUILD_ROOT/%{_lib}/security
 install conf/pam_abl.conf $RPM_BUILD_ROOT/etc/security/pam_abl.conf
-install tools/pam_abl $RPM_BUILD_ROOT/usr/sbin
+install tools/pam_abl $RPM_BUILD_ROOT%{_sbindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,7 +44,7 @@
 %defattr(644,root,root,755)
 %doc doc/copying.html doc/index.html doc/pam_abl.html doc/style.css
 %attr(755,root,root) /%{_lib}/security/pam_abl.so
-%attr(755,root,root) /usr/sbin/pam_abl
+%attr(755,root,root) %{_sbindir}/pam_abl
 %config(noreplace) %verify(not md5 mtime size) /etc/security/pam_abl.conf
 %attr(700,root,root) %dir /var/lib/abl
 
@@ -53,6 +54,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/03/30 11:23:14  spider
+- adapter
+
 Revision 1.2  2006/03/30 11:16:35  spider
 - added log section
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pam-pam_abl.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list