Hello community,

here is the log from the commit of package charliecloud for openSUSE:Factory 
checked in at 2019-04-09 20:18:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/charliecloud (Old)
 and      /work/SRC/openSUSE:Factory/.charliecloud.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "charliecloud"

Tue Apr  9 20:18:59 2019 rev:2 rq:692547 version:0.9.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/charliecloud/charliecloud.changes        
2019-04-04 14:13:39.865335168 +0200
+++ /work/SRC/openSUSE:Factory/.charliecloud.new.3908/charliecloud.changes      
2019-04-09 20:19:00.733869118 +0200
@@ -1,0 +2,6 @@
+Tue Apr  9 08:55:27 UTC 2019 - Ana Guerrero Lopez <aguerr...@suse.com>
+
+- Do not build documentation in Backports:SLE-12 because the build
+  requirements don't exist.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ charliecloud.spec ++++++
--- /var/tmp/diff_new_pack.be5mgP/_old  2019-04-09 20:19:01.241869811 +0200
+++ /var/tmp/diff_new_pack.be5mgP/_new  2019-04-09 20:19:01.245869816 +0200
@@ -26,9 +26,11 @@
 Source0:        %{name}-%{version}.tar.gz
 BuildRequires:  python
 # Build the documentation
+%if !(0%{?sle_version} <= 120400 && 0%{?is_backports})
 BuildRequires:  python2-Sphinx
 BuildRequires:  python2-sphinx_rtd_theme
 BuildRequires:  rsync
+%endif
 # Docker is not needed to run charliecloud but can be used to build
 # images
 Recommends:     docker
@@ -76,6 +78,9 @@
 
 %install
 %make_install PREFIX=%{_prefix} LIBEXEC_DIR=lib/charliecloud
+
+# Build documentation, disabled on SLE-12
+%if !(0%{?sle_version} <= 120400 && 0%{?is_backports})
 make -C doc-src
 
 # Rename documentation dir to html
@@ -85,6 +90,7 @@
 # Copy manpages
 mkdir -p %{buildroot}%{_mandir}/man1
 cp -a man/*.1 %{buildroot}%{_mandir}/man1
+%endif
 
 # Remove files installed later with %%doc and %%licence
 rm -rf %{buildroot}%{_datadir}/doc/charliecloud/*
@@ -100,13 +106,15 @@
 %license LICENSE
 %doc README.rst
 %{_bindir}/*
-%{_mandir}/man1/*
 %dir %{_libexecdir}/charliecloud/
 %{_libexecdir}/charliecloud/*.sh
+%if !(0%{?sle_version} <= 120400 && 0%{?is_backports})
+%{_mandir}/man1/*
 
 %files doc
 %license LICENSE
 %doc html
+%endif
 
 %files examples
 %license LICENSE


Reply via email to