Follow improvements and fixes in swtpm

This commit is contained in:
Stefan Berger 2018-10-31 15:34:29 -04:00
parent a8528074c1
commit f7d0be199d
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/swtpm.spec
/swtpm-ce13edf.tar.gz
/swtpm-0143c41.tar.gz
/swtpm-c782a85.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (swtpm.spec) = 17ac4ad0c869cb6005d8f2943c7ae361f0e2cb0e57b2f7fb4606e6cd39a997d7935fd03ff968520150deb71da3fba33b5c642816cce5b6050c3de23b9ef69c46
SHA512 (swtpm-0143c41.tar.gz) = d40a77e9218dbb5df79a56d91dd17d3eaa24995ee6cf86cde07348e4cc87ccd52cca2fb68e1bd17786b526ef13d0cdc3bd8b9cd66c6a961d2d1ba6f85af7919f
SHA512 (swtpm.spec) = b0a1ca6d2da346a9b8dcc894136abfa39d5dc7f3ca4850dd817fe3da730df3da46275c3a96f9e0d38f860675d6367a4713591ea0ca9c1678c06258bc1d6ec418
SHA512 (swtpm-c782a85.tar.gz) = ad5c98a7271df53cc707b8374df1f6786a6613c6c896e066afc53cd82dcf9d40464c870b1ea73c2cef284dbfa96cbdb769b572610354b06b18129e6fec2f9985

View File

@ -1,7 +1,7 @@
%bcond_without gnutls
%global gitdate 20181002
%global gitcommit 0143c410fe7f3c23f9f923999b2745dde24ffc34
%global gitdate 20181031
%global gitcommit c782a85a8f365b9c7d101fb7677fec76a3971c6b
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
# Macros needed by SELinux
@ -93,6 +93,8 @@ make %{?_smp_mflags} check
%make_install
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{a,la,so}
rm -f $RPM_BUILD_ROOT%{_mandir}/man8/swtpm-create-tpmca.8*
rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/swtpm-create-tpmca
%post
for pp in /usr/share/selinux/packages/swtpm.pp \
@ -160,6 +162,9 @@ fi
%attr( 755, tss, tss) %{_localstatedir}/lib/swtpm-localca
%changelog
* Wed Oct 31 2018 Stefan Berger <stefanb@linux.ibm.com> - 0.1.0-0.20181031gitc782a85
- Follow improvements and fixes in swtpm
* Tue Oct 02 2018 Stefan Berger <stefanb@linux.vnet.ibm.com> - 0.1.0-0.20181002git0143c41
- Fixes to SELinux policy
- Improvements on various other parts