rpms/tpm-tools/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 tpm-tools.spec, 1.13, 1.14

Steve Grubb sgrubb at fedoraproject.org
Mon Feb 1 21:37:17 UTC 2010


Author: sgrubb

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

Modified Files:
	.cvsignore sources tpm-tools.spec 
Log Message:
* Mon Feb 01 2010 Steve Grubb <sgrubb at redhat.com> 1.3.5-1
- New upstream bug fix release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tpm-tools/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	21 Oct 2009 16:04:43 -0000	1.4
+++ .cvsignore	1 Feb 2010 21:37:17 -0000	1.5
@@ -1 +1,2 @@
 tpm-tools-1.3.4.tar.gz
+tpm-tools-1.3.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tpm-tools/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	21 Oct 2009 16:04:43 -0000	1.4
+++ sources	1 Feb 2010 21:37:17 -0000	1.5
@@ -1 +1 @@
-a07183c6e5ea51a847adf7208c2b078f  tpm-tools-1.3.4.tar.gz
+b64baa248cf30a57ad0e5fb6f096e7dc  tpm-tools-1.3.5.tar.gz


Index: tpm-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tpm-tools/devel/tpm-tools.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- tpm-tools.spec	29 Jan 2010 21:25:15 -0000	1.13
+++ tpm-tools.spec	1 Feb 2010 21:37:17 -0000	1.14
@@ -1,7 +1,7 @@
 %global name            tpm-tools
-%global version         1.3.4
+%global version         1.3.5
 %global tarballrev      -1
-%global release         2
+%global release         1
 
 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 opencryptoki-devel chrpath
+BuildRequires:    trousers-devel openssl-devel opencryptoki-devel
 # Working with upstream to fix this, but in the mean time we need this
 BuildRequires:    automake
 
@@ -47,9 +47,7 @@ for developing tpm-tools applications.
 %setup -q
 
 %build
-%configure --disable-rpath
-sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -57,7 +55,6 @@ 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
@@ -88,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/tpmUnseal*
 
 %changelog
+* Mon Feb 01 2010 Steve Grubb <sgrubb at redhat.com> 1.3.5-1
+- New upstream bug fix release
+
 * Fri Jan 29 2010 Steve Grubb <sgrubb at redhat.com> 1.3.4-2
 - Remove rpaths
 



More information about the scm-commits mailing list