[pam_yubico] add some extra build requires to support added features in the new version

Dennis Gilmore ausil at fedoraproject.org
Mon Nov 7 15:38:50 UTC 2011


commit d158afa3ab46c1abbbba22281b7e82bdaacb75c3
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Mon Nov 7 09:38:12 2011 -0600

    add some extra build requires to support added features in the new version

 pam_yubico.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/pam_yubico.spec b/pam_yubico.spec
index e0668a0..0af9972 100644
--- a/pam_yubico.spec
+++ b/pam_yubico.spec
@@ -9,7 +9,7 @@ URL:            http://yubico-pam.googlecode.com/
 Source0:        http://yubico-pam.googlecode.com/files/pam_yubico-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  ykclient-devel pam-devel
+BuildRequires:  ykclient-devel pam-devel libyubikey-devel ykpers-devel openldap-devel
 #Requires:       
 
 %description
@@ -35,6 +35,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc NEWS README COPYING ChangeLog
 /%{_lib}/security/pam_yubico.so
+%{_bindir}/ykpamcfg
+%{_mandir}/man1/ykpamcfg.1.gz
+
+%{_includedir}/util.h
 
 %changelog
 * Mon Nov 07 2011 Dennis Gilmore <dennis at ausil.us> - 2.8-1


More information about the scm-commits mailing list