Hello community, here is the log from the commit of package charliecloud for openSUSE:Factory checked in at 2019-04-11 12:20:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/charliecloud (Old) and /work/SRC/openSUSE:Factory/.charliecloud.new.27019 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "charliecloud" Thu Apr 11 12:20:01 2019 rev:3 rq:693115 version:0.9.8 Changes: -------- --- /work/SRC/openSUSE:Factory/charliecloud/charliecloud.changes 2019-04-09 20:19:00.733869118 +0200 +++ /work/SRC/openSUSE:Factory/.charliecloud.new.27019/charliecloud.changes 2019-04-11 12:20:05.629013164 +0200 @@ -1,0 +2,7 @@ +Thu Apr 11 07:15:41 UTC 2019 - Martin Pluskal <[email protected]> + +- Build using distribution-wide CFLAGS +- Be more explicit with python dependency +- Drop useless make clean call + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ charliecloud.spec ++++++ --- /var/tmp/diff_new_pack.CPZBd3/_old 2019-04-11 12:20:06.997013749 +0200 +++ /var/tmp/diff_new_pack.CPZBd3/_new 2019-04-11 12:20:06.997013749 +0200 @@ -24,16 +24,16 @@ Group: Productivity/Clustering/Computing URL: https://hpc.github.io/charliecloud/ Source0: %{name}-%{version}.tar.gz -BuildRequires: python +BuildRequires: python2-base +# Docker is not needed to run charliecloud but can be used to build +# images +Recommends: docker # 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 %description Charliecloud provides user-defined software stacks (UDSS) @@ -74,6 +74,7 @@ %setup -q %build +export CFLAGS="%{optflags}" make %{?_smp_mflags} %install @@ -100,7 +101,6 @@ # Ship examples without binaries rm -rf %{buildroot}%{_libexecdir}/charliecloud/examples/ -make -C examples/syscalls clean %files %license LICENSE
