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 - 2.2-4 +- configure --with-aklog. Your aklog binary better follow the FHS. + * Thu Mar 17 2011 Ken Dreyer - 2.2-3 - add dist tag.