diff --git a/tpm2-tools-3.0.3.tar.gz b/tpm2-tools-3.0.3.tar.gz deleted file mode 100644 index 32f3451..0000000 --- a/tpm2-tools-3.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c990c0656165afef0fad61e1852a9a189a4b93b43d2a684b151a5dc0b3c6249d -size 534212 diff --git a/tpm2-tools-3.0.4.tar.gz b/tpm2-tools-3.0.4.tar.gz new file mode 100644 index 0000000..382fcdb --- /dev/null +++ b/tpm2-tools-3.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac05028347a9fa1da79b5d53b998193de0c3a76000badb961c3feb8b8a0e8e8e +size 560648 diff --git a/tpm2.0-tools.changes b/tpm2.0-tools.changes index 24c3035..e3e849e 100644 --- a/tpm2.0-tools.changes +++ b/tpm2.0-tools.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed May 2 11:02:07 UTC 2018 - matthias.gerstner@suse.com + +- update to version 3.0.4: + - Fix save and load for TPM2B_PRIVATE object. + - Use a default buffer size for tpm2_nv{read,write} if the TPM reports a 0 size. + - Fix --verbose and --version options crossover. + - Generate man pages from markdown and include them in the distribution tarball. + - Print usage summary if tools are executed with no options or man page can't be displayed. +- man pages will be shipped for SLE version now, too (pandoc dependency was removed) + ------------------------------------------------------------------- Wed Mar 7 15:44:14 UTC 2018 - matthias.gerstner@suse.com diff --git a/tpm2.0-tools.spec b/tpm2.0-tools.spec index 57efd68..7ea3483 100644 --- a/tpm2.0-tools.spec +++ b/tpm2.0-tools.spec @@ -17,7 +17,7 @@ Name: tpm2.0-tools -Version: 3.0.3 +Version: 3.0.4 Release: 0 Summary: Trusted Platform Module (TPM) 2.0 administration tools License: BSD-3-Clause @@ -32,6 +32,14 @@ BuildRequires: libcurl-devel BuildRequires: libopenssl-devel BuildRequires: libtool %if 0%{?is_opensuse} +# releases prior to 3.0.4 required pandoc for building the man pages. On SLE +# we don't have pandoc and it requires a complete haskell stack so adding it +# is out of the question just for man pages. +# +# since 3.0.4 the man pages are shipped with the distribution tarball and we +# don't need to generate them any more. On openSUSE we can still keep this +# dependency for having fresh builds of the man pages (if that helps +# anything?). BuildRequires: pandoc %endif BuildRequires: pkgconfig @@ -67,8 +75,6 @@ find %{buildroot} -type f -name "*.la" -delete -print %defattr(-,root,root) %doc README.md LICENSE CHANGELOG.md /usr/bin/tpm2_* -%if 0%{?is_opensuse} %{_mandir}/man1/tpm2_* -%endif %changelog