rpms/tpm-tools/devel tpm-tools.spec,1.5,1.6

Michal Schmidt michich at fedoraproject.org
Wed Jul 29 10:19:37 UTC 2009


Author: michich

Update of /cvs/pkgs/rpms/tpm-tools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12655

Modified Files:
	tpm-tools.spec 
Log Message:
* Wed Jul 29 2009 Michal Schmidt <mschmidt at redhat.com> 1.3.1-9
- Enable pkcs11 support (tpmtoken_* utilities).



Index: tpm-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tpm-tools/devel/tpm-tools.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- tpm-tools.spec	27 Jul 2009 06:09:43 -0000	1.5
+++ tpm-tools.spec	29 Jul 2009 10:19:37 -0000	1.6
@@ -1,7 +1,7 @@
 
 %define name            tpm-tools
 %define version         1.3.1
-%define release         8
+%define release         9
 
 Name:             %{name}
 Summary:          Management tools for the TPM hardware
@@ -12,7 +12,7 @@ Group:            Applications/System
 Source0:          http://downloads.sourceforge.net/trousers/%{name}-%{version}.tar.gz
 URL:              http://trousers.sourceforge.net
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:    trousers-devel openssl-devel
+BuildRequires:    trousers-devel openssl-devel opencryptoki-devel
 Patch0:           tpm-tools-conditionally-build-tpmtoken-manpages-Makefile.in.patch
 
 %description
@@ -35,7 +35,7 @@ necessary for developing tpm-tools appli
 %patch0 -p1
 
 %build
-%configure --disable-pkcs11-support
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -55,10 +55,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc LICENSE README
 %attr(755, root, root) %{_bindir}/tpm_*
+%attr(755, root, root) %{_bindir}/tpmtoken_*
 %attr(755, root, root) %{_sbindir}/tpm_*
 %attr(755, root, root) %{_libdir}/libtpm_unseal.so.?.?.?
 %{_libdir}/libtpm_unseal.so.0
 %{_mandir}/man1/tpm_*
+%{_mandir}/man1/tpmtoken_*
 %{_mandir}/man8/tpm_*
 
 %files devel
@@ -68,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/tpmUnseal*
 
 %changelog
+* Wed Jul 29 2009 Michal Schmidt <mschmidt at redhat.com> 1.3.1-9
+- Enable pkcs11 support (tpmtoken_* utilities).
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list