- update to minor version 3.1.1:

- Allow man page installation without pandoc being available

OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-tools?expand=0&rev=44
This commit is contained in:
Matthias Gerstner 2018-08-22 09:07:13 +00:00 committed by Git OBS Bridge
parent 49a7dff047
commit 7ae3e16bae
4 changed files with 10 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:287c83718cd1910667615b0d4a73400da7ebf93a2fba247461435560269f1375
size 553400

3
tpm2-tools-3.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7f0cdca51ef2006503f60c462b6d183c9b9dc038f4c3f74a89c111088fed8aa
size 560699

View File

@ -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

View File

@ -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)