- Remove rpaths
This commit is contained in:
parent
9b12b5b6c9
commit
3748d55bb3
@ -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@redhat.com> 1.3.4-2
|
||||
- Remove rpaths
|
||||
|
||||
* Wed Oct 21 2009 Michal Schmidt <mschmidt@redhat.com> - 1.3.4-1
|
||||
- Upstream release 1.3.4:
|
||||
- adds SRK password support on unsealing
|
||||
|
||||
Loading…
Reference in New Issue
Block a user