diff --git a/tpm2-tools-3.1.0.tar.gz b/tpm2-tools-3.1.0.tar.gz deleted file mode 100644 index e185aa1..0000000 --- a/tpm2-tools-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:287c83718cd1910667615b0d4a73400da7ebf93a2fba247461435560269f1375 -size 553400 diff --git a/tpm2-tools-3.1.1.tar.gz b/tpm2-tools-3.1.1.tar.gz new file mode 100644 index 0000000..64f6178 --- /dev/null +++ b/tpm2-tools-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f0cdca51ef2006503f60c462b6d183c9b9dc038f4c3f74a89c111088fed8aa +size 560699 diff --git a/tpm2.0-tools.changes b/tpm2.0-tools.changes index f06a95e..a6ec717 100644 --- a/tpm2.0-tools.changes +++ b/tpm2.0-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 22 09:05:14 UTC 2018 - matthias.gerstner@suse.com + +- update to minor version 3.1.1: + - Allow man page installation without pandoc being available + ------------------------------------------------------------------- Fri Jun 29 12:03:48 UTC 2018 - matthias.gerstner@suse.com diff --git a/tpm2.0-tools.spec b/tpm2.0-tools.spec index 2f62609..b703e51 100644 --- a/tpm2.0-tools.spec +++ b/tpm2.0-tools.spec @@ -17,7 +17,7 @@ Name: tpm2.0-tools -Version: 3.1.0 +Version: 3.1.1 Release: 0 Summary: Trusted Platform Module (TPM) 2.0 administration tools License: BSD-3-Clause @@ -72,12 +72,6 @@ make %{?_smp_mflags} check %install make DESTDIR=%{buildroot} install %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print -%if ! 0%{?is_opensuse} -# install man pages explicitly, until upstream fixes their installation -# setup in autotools, see commit 72a28f36151db9bfa59a460ae0114dcece218862 -mkdir -p %{buildroot}/%{_mandir}/man1/ -cp %{_builddir}/tpm2-tools-%{version}/man/man1/* %{buildroot}/%{_mandir}/man1/ -%endif %files %defattr(-,root,root)