diff --git a/tpm2.0-tools.changes b/tpm2.0-tools.changes index 0a92861..24c3035 100644 --- a/tpm2.0-tools.changes +++ b/tpm2.0-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/tpm2.0-tools.spec b/tpm2.0-tools.spec index afeb89e..57efd68 100644 --- a/tpm2.0-tools.spec +++ b/tpm2.0-tools.spec @@ -31,7 +31,7 @@ BuildRequires: gcc-c++ BuildRequires: libcurl-devel BuildRequires: libopenssl-devel BuildRequires: libtool -%if 0%{?sle_version} != 150000 +%if 0%{?is_opensuse} BuildRequires: pandoc %endif BuildRequires: pkgconfig @@ -67,7 +67,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %defattr(-,root,root) %doc README.md LICENSE CHANGELOG.md /usr/bin/tpm2_* -%if 0%{?sle_version} != 150000 +%if 0%{?is_opensuse} %{_mandir}/man1/tpm2_* %endif