Hello community,

here is the log from the commit of package product-builder for openSUSE:Factory 
checked in at 2017-05-22 18:08:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/product-builder (Old)
 and      /work/SRC/openSUSE:Factory/.product-builder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "product-builder"

Mon May 22 18:08:38 2017 rev:2 rq:497150 version:1.0~pre.1490686312.b24ea32

Changes:
--------
--- /work/SRC/openSUSE:Factory/product-builder/product-builder.changes  
2017-05-06 18:29:28.804678250 +0200
+++ /work/SRC/openSUSE:Factory/.product-builder.new/product-builder.changes     
2017-05-22 18:08:41.259832231 +0200
@@ -1,0 +2,5 @@
+Fri Apr 28 16:49:07 UTC 2017 - jeng...@inai.de
+
+- Stop using old RPM shell vars
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ product-builder.spec ++++++
--- /var/tmp/diff_new_pack.rAGUP6/_old  2017-05-22 18:08:41.815753870 +0200
+++ /var/tmp/diff_new_pack.rAGUP6/_new  2017-05-22 18:08:41.819753305 +0200
@@ -62,14 +62,14 @@
 
 %build
 test -e /.buildenv && . /.buildenv
-make buildroot=$RPM_BUILD_ROOT CFLAGS="$RPM_OPT_FLAGS"
+make buildroot="%{buildroot}" CFLAGS="%{optflags}"
 
 %install
-make buildroot=$RPM_BUILD_ROOT \
-    doc_prefix=$RPM_BUILD_ROOT/%{_defaultdocdir} \
-    man_prefix=$RPM_BUILD_ROOT/%{_mandir} \
+make buildroot="%{buildroot}" \
+    doc_prefix="%{buildroot}/%{_defaultdocdir}" \
+    man_prefix="%{buildroot}/%{_mandir}" \
     install
-./.version > $RPM_BUILD_ROOT%{_datadir}/kiwi/.revision
+./.version >"%{buildroot}/%{_datadir}/kiwi/.revision"
 
 %files
 %defattr(-, root, root)



Reply via email to