Remove ownership change of swtpm_setup.sh; have root own the file as required

This commit is contained in:
Stefan Berger 2018-11-06 15:18:40 -05:00
parent f7d0be199d
commit 9f8d36a150
2 changed files with 5 additions and 3 deletions

View File

@ -1,2 +1 @@
SHA512 (swtpm.spec) = b0a1ca6d2da346a9b8dcc894136abfa39d5dc7f3ca4850dd817fe3da730df3da46275c3a96f9e0d38f860675d6367a4713591ea0ca9c1678c06258bc1d6ec418
SHA512 (swtpm-c782a85.tar.gz) = ad5c98a7271df53cc707b8374df1f6786a6613c6c896e066afc53cd82dcf9d40464c870b1ea73c2cef284dbfa96cbdb769b572610354b06b18129e6fec2f9985
SHA512 (swtpm.spec) = 0eb1bc13db6deb547bb72b88596daa7a0c3dc44e4de7df26d9876841b1d9554ecb553db5892a4f2955735d5e18a99b988130e35e01c2db90d0c2f3f8d9cd72c2

View File

@ -143,7 +143,7 @@ fi
%{_bindir}/swtpm_cert
%endif
%{_bindir}/swtpm_setup
%attr( 755, tss , tss) %{_bindir}/swtpm_setup.sh
%{_bindir}/swtpm_setup.sh
%{_bindir}/swtpm_ioctl
%{_mandir}/man8/swtpm_bios.8*
%{_mandir}/man8/swtpm_cert.8*
@ -162,6 +162,9 @@ fi
%attr( 755, tss, tss) %{_localstatedir}/lib/swtpm-localca
%changelog
* Tue Nov 06 2018 Stefan Berger <stefanb@linux.ibm.com> - 0.1.0-0.20181031gitc782a85
- Remove ownership change of swtpm_setup.sh; have root own the file as required
* Wed Oct 31 2018 Stefan Berger <stefanb@linux.ibm.com> - 0.1.0-0.20181031gitc782a85
- Follow improvements and fixes in swtpm