Hello community, here is the log from the commit of package smc-tools for openSUSE:Factory checked in at 2017-04-24 09:48:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smc-tools (Old) and /work/SRC/openSUSE:Factory/.smc-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smc-tools" Mon Apr 24 09:48:30 2017 rev:2 rq:489185 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/smc-tools/smc-tools.changes 2017-04-12 18:23:18.909727136 +0200 +++ /work/SRC/openSUSE:Factory/.smc-tools.new/smc-tools.changes 2017-04-24 09:48:36.657423930 +0200 @@ -1,0 +2,5 @@ +Mon Apr 3 13:45:31 UTC 2017 - [email protected] + +- Update summary. Replace old RPM shell variables by macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smc-tools.spec ++++++ --- /var/tmp/diff_new_pack.XBgZkA/_old 2017-04-24 09:48:37.377322111 +0200 +++ /var/tmp/diff_new_pack.XBgZkA/_new 2017-04-24 09:48:37.385320980 +0200 @@ -19,7 +19,7 @@ Version: 1.0.0 Release: 0 Url: https://www.ibm.com/developerworks/linux/linux390/ -Summary: Shared Memory +Summary: Shared Memory Communication via RDMA License: EPL-1.0 Group: System/Kernel Source: %{name}-%{version}.tar.gz @@ -53,13 +53,13 @@ %build MYCFLAGS=$(grep ^CFLAGS Makefile | cut -f2 -d=) -make CFLAGS="${MYCFLAGS} ${RPM_OPT_FLAGS}" +make CFLAGS="${MYCFLAGS} %{optflags}" %install %make_install %ifarch s390 %{ix86} -rm -rf ${RPM_BUILD_ROOT}/usr/lib64 +rm -Rf "%{buildroot}/usr/lib64" %endif %files
