Hello community,

here is the log from the commit of package clustduct for openSUSE:Leap:15.2 
checked in at 2020-03-18 00:36:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/clustduct (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.clustduct.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clustduct"

Wed Mar 18 00:36:48 2020 rev:9 rq:785996 version:0.0.5

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/clustduct/clustduct.changes    2020-01-15 
14:50:29.133417691 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.clustduct.new.3160/clustduct.changes  
2020-03-18 00:36:53.449417358 +0100
@@ -1,0 +2,11 @@
+Tue Mar 17 10:24:37 UTC 2020 - Christian Goll <[email protected]>
+
+- removed last remaing %is_opensuse (jsc#SLE-11639) 
+
+-------------------------------------------------------------------
+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.dND1hn/_old  2020-03-18 00:36:53.997417702 +0100
+++ /var/tmp/diff_new_pack.dND1hn/_new  2020-03-18 00:36:53.997417702 +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
@@ -97,10 +95,6 @@
 %config %{_sysconfdir}/clustduct.d/
 %config %{_sysconfdir}/clustduct.conf
 %{_datadir}/doc/%{name}
-%if !%{is_opensuse}
-%exclude %{_datadir}/doc/%{name}/kiwi-descriptions/openSUSE/
-%endif 
-%exclude %{_datadir}/doc/%{name}/COPYING
 %{_libdir}/lua
 
 %changelog


Reply via email to