rpms/pam_ssh/devel pam_ssh.spec,1.1,1.2

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Fri Aug 26 21:11:28 UTC 2005


Author: pertusus

Update of /cvs/extras/rpms/pam_ssh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25462

Modified Files:
	pam_ssh.spec 
Log Message:
add --with-pam-dir switch for ./configure



Index: pam_ssh.spec
===================================================================
RCS file: /cvs/extras/rpms/pam_ssh/devel/pam_ssh.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pam_ssh.spec	26 Aug 2005 08:10:14 -0000	1.1
+++ pam_ssh.spec	26 Aug 2005 21:11:26 -0000	1.2
@@ -1,6 +1,6 @@
 Name: pam_ssh
 Version: 1.91
-Release: 7
+Release: 8
 Summary: PAM module for use with SSH keys and ssh-agent
 Source: http://dl.sourceforge.net/sourceforge/pam-ssh/pam_ssh-%{version}.tar.bz2
 URL: http://sourceforge.net/projects/pam-ssh/
@@ -29,7 +29,7 @@
 %patch2 -p0
 
 %build
-%configure
+%configure  --with-pam-dir=/%{_lib}/security/
 make clean
 make %{?_smp_mflags}
 
@@ -52,6 +52,9 @@
 %dir %{_localstatedir}/run/pam_ssh
 
 %changelog
+* Fri Aug 26 2005 <dumas at centre-cired.fr> 1.91-8
+- add --with-pam-dir switch for ./configure
+
 * Wed Aug 17 2005 <dumas at centre-cired.fr> 1.91-7
 - remove openssh from BuildRequires (Dmitry)
 - remove pam from Requires, it is picked up automatically




More information about the scm-commits mailing list