Hello community, here is the log from the commit of package clustduct for openSUSE:Factory checked in at 2020-03-06 21:27:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clustduct (Old) and /work/SRC/openSUSE:Factory/.clustduct.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clustduct" Fri Mar 6 21:27:53 2020 rev:8 rq:781922 version:0.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/clustduct/clustduct.changes 2019-12-03 12:43:04.022121370 +0100 +++ /work/SRC/openSUSE:Factory/.clustduct.new.26092/clustduct.changes 2020-03-06 21:27:55.049573008 +0100 @@ -1,0 +2,6 @@ +Thu Mar 5 18:11:18 UTC 2020 - Christian Goll <[email protected]> + +- removed is_opensuse form the pdf creation, as pdfs are not + built right now + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clustduct.spec ++++++ --- /var/tmp/diff_new_pack.2zuuoJ/_old 2020-03-06 21:27:55.681573398 +0100 +++ /var/tmp/diff_new_pack.2zuuoJ/_new 2020-03-06 21:27:55.681573398 +0100 @@ -1,7 +1,7 @@ # # spec file for package clustduct # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,11 +37,9 @@ BuildRequires: lua BuildRequires: lua-genders %if %{with pdfdoc} -%if 0%{?is_opensuse} BuildRequires: pandoc BuildRequires: texlive-latex %endif -%endif Requires: bc Requires: dnsmasq Requires: genders @@ -72,7 +70,7 @@ %sanitize_dir %{name}-%{version} %build -%if %{with pdfdoc} && 0%{?is_opensuse} +%if %{with pdfdoc} for file in *.md ; do pandoc -o ${file%%md}pdf $file done @@ -86,7 +84,7 @@ %files %defattr(-,root,root) -%if %{with pdfdoc} && 0%{?is_opensuse} +%if %{with pdfdoc} %doc *.pdf %endif %license COPYING
