Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnu-compilers-hpc for 
openSUSE:Factory checked in at 2021-10-12 21:47:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnu-compilers-hpc (Old)
 and      /work/SRC/openSUSE:Factory/.gnu-compilers-hpc.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnu-compilers-hpc"

Tue Oct 12 21:47:49 2021 rev:13 rq:923591 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnu-compilers-hpc/gnu-compilers-hpc.changes      
2021-07-18 23:44:46.535126176 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnu-compilers-hpc.new.2443/gnu-compilers-hpc.changes
    2021-10-12 21:47:55.087748445 +0200
@@ -1,0 +2,5 @@
+Wed Oct  6 18:50:31 UTC 2021 - Egbert Eich <[email protected]>
+
+- Use %_rpmmacrodir instead of %{_sysconfdir}/rpm (boo#1191381).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnu-compilers-hpc.spec ++++++
--- /var/tmp/diff_new_pack.x9tDl3/_old  2021-10-12 21:47:55.695749316 +0200
+++ /var/tmp/diff_new_pack.x9tDl3/_new  2021-10-12 21:47:55.695749316 +0200
@@ -55,6 +55,7 @@
 %define c_f_ver 11
 %endif
 
+%{!?_rpmmacrodir:%define _rpmmacrodir %{_sysconfdir}/rpm}
 # Keep in sync with macros.hpc-gnu
 # ab >= 40 - version: a.b to accompodate for old gcc version scheme of gcc < 5
 %global hpc_gnu_bin_version %{?c_f_ver:-%(v=%c_f_ver; [ $v -lt 40 ] && echo $v 
||
@@ -150,8 +151,8 @@
 EOF
 
 %install
-mkdir -p %{buildroot}%{_sysconfdir}/rpm
-cp %{S:0} %{buildroot}%{_sysconfdir}/rpm
+mkdir -p %{buildroot}/%{_rpmmacrodir}
+cp %{S:0} %{buildroot}/%{_rpmmacrodir}
 cp %{S:1} .
 %define lmod_base %{lua_lmod_modulesdir}/%pname
 mkdir -p %{buildroot}%{hpc_cf_install_path}
@@ -266,6 +267,6 @@
 
 %files macros-devel
 %defattr(-,root,root,-)
-%config %{_sysconfdir}/rpm/macros.hpc-gnu
+%config %{_rpmmacrodir}/macros.hpc-gnu
 
 %changelog

Reply via email to