Adding patch needed on Rawhide build servers only
This commit is contained in:
parent
d2e8791857
commit
6c8b6ca5c6
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
|||||||
/swtpm-21c90c1.tar.gz
|
/swtpm-21c90c1.tar.gz
|
||||||
/swtpm-f2268ee.tar.gz
|
/swtpm-f2268ee.tar.gz
|
||||||
/swtpm-2ae7b01.tar.gz
|
/swtpm-2ae7b01.tar.gz
|
||||||
|
/0001-swtpm_setup-Initialized-argv-to-NULL-Fedore-Rawhide.patch
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (swtpm-2ae7b01.tar.gz) = 3ca7e8af0b100ef66b416d34f5209cb7ac7f27c4805d24ada15aef2aa895bc7240323252e693b4bbcb47fcd19ce6f6b962b762685b49c7bfd8c1afcabe64b639
|
SHA512 (0001-swtpm_setup-Initialized-argv-to-NULL-Fedore-Rawhide.patch) = 72d78bafdcdffc6cddefc819492d7ef45c619cb9e86886ce3cbeb6c1d6ab8e8242bd38ac8aa5b2f16a6fc51a4881177ae77b620b3a6f1773dd14deb715ea6e9f
|
||||||
|
@ -17,6 +17,8 @@ License: BSD
|
|||||||
Url: http://github.com/stefanberger/swtpm
|
Url: http://github.com/stefanberger/swtpm
|
||||||
Source0: %{url}/archive/%{gitcommit}/%{name}-%{gitshortcommit}.tar.gz
|
Source0: %{url}/archive/%{gitcommit}/%{name}-%{gitshortcommit}.tar.gz
|
||||||
|
|
||||||
|
Patch0001: 0001-swtpm_setup-Initialized-argv-to-NULL-Fedore-Rawhide.patch
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -89,6 +91,7 @@ Tools for creating a local CA based on a pkcs11 device
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -S git -n %{name}-%{gitcommit} -p1
|
%autosetup -S git -n %{name}-%{gitcommit} -p1
|
||||||
|
%patch0001 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -181,6 +184,9 @@ fi
|
|||||||
%{_datadir}/swtpm/swtpm-create-tpmca
|
%{_datadir}/swtpm/swtpm-create-tpmca
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 10 2022 Stefan Berger <stefanb@linux.ibm.com> - 0.8.0-1
|
||||||
|
- Adding patch needed on Rawhide build servers only
|
||||||
|
|
||||||
* Thu Nov 10 2022 Stefan Berger <stefanb@linux.ibm.com> - 0.8.0-1
|
* Thu Nov 10 2022 Stefan Berger <stefanb@linux.ibm.com> - 0.8.0-1
|
||||||
- Update to v0.8.0 release
|
- Update to v0.8.0 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user