[pam_afs_session] configure --with-aklog. Your aklog binary better follow the FHS.

Ken Dreyer ktdreyer at fedoraproject.org
Fri Mar 18 01:35:03 UTC 2011


commit 6be768b8196b0ba55eead821e221f6a859026d15
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Thu Mar 17 19:35:07 2011 -0600

    configure --with-aklog. Your aklog binary better follow the FHS.

 pam_afs_session.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pam_afs_session.spec b/pam_afs_session.spec
index ffc88ab..a7006c2 100644
--- a/pam_afs_session.spec
+++ b/pam_afs_session.spec
@@ -1,7 +1,7 @@
 Summary: AFS PAG and AFS tokens on login
 Name: pam_afs_session
 Version: 2.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 Group: System Environment/Base
 URL: http://www.eyrie.org/~eagle/software/pam-afs-session/
@@ -24,7 +24,7 @@ Kerberos and runs a configurable external program to obtain tokens.
 find examples -mindepth 1 -maxdepth 1 -not -name "redhat" -exec rm -rf {} ';'
 
 %build
-%configure --libdir=/%{_lib}
+%configure --libdir=/%{_lib} --with-aklog=%{_bindir}/aklog
 make %{?_smp_mflags}
 
 %install
@@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc LICENSE NEWS README TODO examples
 
 %changelog
+* Thu Mar 17 2011 Ken Dreyer <ktdreyer at ktdreyer.com> - 2.2-4
+- configure --with-aklog. Your aklog binary better follow the FHS.
+
 * Thu Mar 17 2011 Ken Dreyer <ktdreyer at ktdreyer.com> - 2.2-3
 - add dist tag.
 


More information about the scm-commits mailing list