Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package java-1_7_0-bootstrap for 
openSUSE:Factory checked in at 2021-02-01 13:28:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-1_7_0-bootstrap (Old)
 and      /work/SRC/openSUSE:Factory/.java-1_7_0-bootstrap.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-1_7_0-bootstrap"

Mon Feb  1 13:28:37 2021 rev:4 rq:868290 version:1.7.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/java-1_7_0-bootstrap/java-1_7_0-bootstrap.changes    
    2020-04-22 20:57:59.963983488 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-bootstrap.new.28504/java-1_7_0-bootstrap.changes
     2021-02-01 13:30:46.454332860 +0100
@@ -1,0 +2,6 @@
+Mon Feb  1 08:02:33 UTC 2021 - Fridrich Strba <fst...@suse.com>
+
+- Do not unpack the rpms to buildroot in build phase, since install
+  phase cleans that up
+
+-------------------------------------------------------------------
@@ -10,0 +17 @@
+  (bsc#1181571)

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

Other differences:
------------------
++++++ java-1_7_0-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.DhTOU8/_old  2021-02-01 13:30:49.322336396 +0100
+++ /var/tmp/diff_new_pack.DhTOU8/_new  2021-02-01 13:30:49.330336405 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package java-1_7_0-bootstrap
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -251,10 +251,10 @@
 interface.
 
 %prep
+%setup -cqT
 
 %build
 srcdir=`dirname %{SOURCE0}`
-cd %{buildroot}
 for f in ${srcdir}/java*.%{arch}.rpm; do
   rpm2cpio $f | cpio --extract --unconditional --preserve-modification-time 
--make-directories
 done
@@ -277,6 +277,7 @@
 done
 
 %install
+tar -cf - . | (cd %{buildroot} && tar xf -)
 export LANG=en_US.UTF-8
 #bnc#530046
 export STRIP_KEEP_SYMTAB=libjvm*

Reply via email to