Follow improvements in swtpm repo
Remove ownership change of swtpm_setup.sh; have root own the file as required
This commit is contained in:
parent
9f8d36a150
commit
03aa3d8cfd
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/swtpm-ce13edf.tar.gz
|
/swtpm-ce13edf.tar.gz
|
||||||
/swtpm-0143c41.tar.gz
|
/swtpm-0143c41.tar.gz
|
||||||
/swtpm-c782a85.tar.gz
|
/swtpm-c782a85.tar.gz
|
||||||
|
/swtpm-05d8160.tar.gz
|
||||||
|
3
sources
3
sources
@ -1 +1,2 @@
|
|||||||
SHA512 (swtpm.spec) = 0eb1bc13db6deb547bb72b88596daa7a0c3dc44e4de7df26d9876841b1d9554ecb553db5892a4f2955735d5e18a99b988130e35e01c2db90d0c2f3f8d9cd72c2
|
SHA512 (swtpm.spec) = 4bfa965206f91eb673c633d987f4cb274f4741b982a868204a76cf36d06c904b5fe01c433049dc1986b36537ff69a1a4b485f777dc0971d5342edb2e6f98a67c
|
||||||
|
SHA512 (swtpm-05d8160.tar.gz) = 1b19af3b74c63f380721d885bc44e8cf9d24a230aa53985887b2067fa7f37fc3cd1e3358ba96048b2684851ddda142f720671502db5fb68169ab24e439838abe
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%bcond_without gnutls
|
%bcond_without gnutls
|
||||||
|
|
||||||
%global gitdate 20181031
|
%global gitdate 20181106
|
||||||
%global gitcommit c782a85a8f365b9c7d101fb7677fec76a3971c6b
|
%global gitcommit 05d81603639b7e1df53e3a4acf1cbdd3fa715e84
|
||||||
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
|
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
|
||||||
|
|
||||||
# Macros needed by SELinux
|
# Macros needed by SELinux
|
||||||
@ -162,7 +162,8 @@ fi
|
|||||||
%attr( 755, tss, tss) %{_localstatedir}/lib/swtpm-localca
|
%attr( 755, tss, tss) %{_localstatedir}/lib/swtpm-localca
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 06 2018 Stefan Berger <stefanb@linux.ibm.com> - 0.1.0-0.20181031gitc782a85
|
* Tue Nov 06 2018 Stefan Berger <stefanb@linux.ibm.com> - 0.1.0-0.20181106git05d8160
|
||||||
|
- Follow improvements in swtpm repo
|
||||||
- Remove ownership change of swtpm_setup.sh; have root own the file as required
|
- 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
|
* Wed Oct 31 2018 Stefan Berger <stefanb@linux.ibm.com> - 0.1.0-0.20181031gitc782a85
|
||||||
|
Loading…
Reference in New Issue
Block a user