rpms/tpm-tools/devel tpm-tools.spec,1.10,1.11

Steve Grubb sgrubb at fedoraproject.org
Fri Jan 29 16:29:48 UTC 2010


Author: sgrubb

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

Modified Files:
	tpm-tools.spec 
Log Message:
* Fri Jan 29 2010 Steve Grubb <sgrubb at redhat.com> 1.3.4-2
- Remove rpaths



Index: tpm-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tpm-tools/devel/tpm-tools.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- tpm-tools.spec	21 Oct 2009 16:04:43 -0000	1.10
+++ tpm-tools.spec	29 Jan 2010 16:29:48 -0000	1.11
@@ -1,6 +1,7 @@
 %global name            tpm-tools
 %global version         1.3.4
-%global release         1
+%global tarballrev      -1
+%global release         2
 
 Name:             %{name}
 Summary:          Management tools for the TPM hardware
@@ -11,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 opencryptoki-devel
+BuildRequires:    trousers-devel openssl-devel opencryptoki-devel chrpath
 
 %description
 tpm-tools is a group of tools to manage and utilize the Trusted Computing
@@ -54,6 +55,7 @@ mkdir -p ${RPM_BUILD_ROOT}
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 rm -f $RPM_BUILD_ROOT/%{_libdir}/libtpm_unseal.la
 rm -f $RPM_BUILD_ROOT/%{_libdir}/libtpm_unseal.a
+chrpath -d %{buildroot}%{_bindir}/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -84,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/tpmUnseal*
 
 %changelog
+* Fri Jan 29 2010 Steve Grubb <sgrubb at redhat.com> 1.3.4-2
+- Remove rpaths
+
 * Wed Oct 21 2009 Michal Schmidt <mschmidt at redhat.com> - 1.3.4-1
 - Upstream release 1.3.4:
   - adds SRK password support on unsealing



More information about the scm-commits mailing list