forked from pool/tpm2.0-tools
Accepting request 583976 from security
- disable pandoc for all but openSUSE, since pandoc never was on SLE - disable pandoc/man pages generation on SLE-15, because pandoc is not available there (and adding it would require two dozen additional haskell packages) OBS-URL: https://build.opensuse.org/request/show/583976 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-tools?expand=0&rev=11
This commit is contained in:
commit
8df45f9c6d
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 7 15:44:14 UTC 2018 - matthias.gerstner@suse.com
|
||||
|
||||
- disable pandoc for all but openSUSE, since pandoc never was on SLE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 7 14:29:10 UTC 2018 - matthias.gerstner@suse.com
|
||||
|
||||
- disable pandoc/man pages generation on SLE-15, because pandoc is not
|
||||
available there (and adding it would require two dozen additional haskell
|
||||
packages)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 11:08:19 UTC 2018 - matthias.gerstner@suse.com
|
||||
|
||||
|
@ -31,7 +31,9 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libtool
|
||||
%if 0%{?is_opensuse}
|
||||
BuildRequires: pandoc
|
||||
%endif
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: tpm2-0-tss-devel
|
||||
BuildRequires: tpm2.0-abrmd-devel
|
||||
@ -65,6 +67,8 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user