Hello community,

here is the log from the commit of package netcdf for openSUSE:Factory checked 
in at 2020-03-29 14:27:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netcdf (Old)
 and      /work/SRC/openSUSE:Factory/.netcdf.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netcdf"

Sun Mar 29 14:27:09 2020 rev:54 rq:789301 version:4.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/netcdf/netcdf.changes    2020-01-23 
15:55:24.711111050 +0100
+++ /work/SRC/openSUSE:Factory/.netcdf.new.3160/netcdf.changes  2020-03-29 
14:27:14.834145112 +0200
@@ -1,0 +2,6 @@
+Sat Mar 28 07:03:45 UTC 2020 - Egbert Eich <[email protected]>
+
+- Build macro package netcdf-devel-data only for non-HPC builds
+  (boo#1167947).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ netcdf.spec ++++++
--- /var/tmp/diff_new_pack.vDUQgz/_old  2020-03-29 14:27:16.182145802 +0200
+++ /var/tmp/diff_new_pack.vDUQgz/_new  2020-03-29 14:27:16.190145806 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netcdf
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -544,7 +544,7 @@
 # install netcdf_par.h which is skipped when mpicc in not detected
 install -m644 include/netcdf_par.h %{buildroot}%{p_includedir}/netcdf_par.h
 
-%if %{without mpi}
+%if %{without mpi} && %{without hpc}
 # rpm macro for version checking
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
 cat > %{buildroot}%{_sysconfdir}/rpm/macros.netcdf <<EOF
@@ -678,7 +678,7 @@
 %endif
 %{p_libdir}/libnetcdf.so.%{sonum}*
 
-%if %{without mpi}
+%if %{without mpi} && %{without hpc}
 %files devel-data
 %config %{_sysconfdir}/rpm/macros.netcdf
 %endif



Reply via email to