From 03aa3d8cfd07cfd36c93aaeb4e16a619841c6256 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Tue, 6 Nov 2018 15:33:28 -0500 Subject: [PATCH] Follow improvements in swtpm repo Remove ownership change of swtpm_setup.sh; have root own the file as required --- .gitignore | 1 + sources | 3 ++- swtpm.spec | 7 ++++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 888e412..873fad3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /swtpm-ce13edf.tar.gz /swtpm-0143c41.tar.gz /swtpm-c782a85.tar.gz +/swtpm-05d8160.tar.gz diff --git a/sources b/sources index 9336ca7..ff47be5 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (swtpm.spec) = 0eb1bc13db6deb547bb72b88596daa7a0c3dc44e4de7df26d9876841b1d9554ecb553db5892a4f2955735d5e18a99b988130e35e01c2db90d0c2f3f8d9cd72c2 +SHA512 (swtpm.spec) = 4bfa965206f91eb673c633d987f4cb274f4741b982a868204a76cf36d06c904b5fe01c433049dc1986b36537ff69a1a4b485f777dc0971d5342edb2e6f98a67c +SHA512 (swtpm-05d8160.tar.gz) = 1b19af3b74c63f380721d885bc44e8cf9d24a230aa53985887b2067fa7f37fc3cd1e3358ba96048b2684851ddda142f720671502db5fb68169ab24e439838abe diff --git a/swtpm.spec b/swtpm.spec index 2382a0e..f441060 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -1,7 +1,7 @@ %bcond_without gnutls -%global gitdate 20181031 -%global gitcommit c782a85a8f365b9c7d101fb7677fec76a3971c6b +%global gitdate 20181106 +%global gitcommit 05d81603639b7e1df53e3a4acf1cbdd3fa715e84 %global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) # Macros needed by SELinux @@ -162,7 +162,8 @@ fi %attr( 755, tss, tss) %{_localstatedir}/lib/swtpm-localca %changelog -* Tue Nov 06 2018 Stefan Berger - 0.1.0-0.20181031gitc782a85 +* Tue Nov 06 2018 Stefan Berger - 0.1.0-0.20181106git05d8160 +- Follow improvements in swtpm repo - Remove ownership change of swtpm_setup.sh; have root own the file as required * Wed Oct 31 2018 Stefan Berger - 0.1.0-0.20181031gitc782a85