Hello community,

here is the log from the commit of package build for openSUSE:Factory checked 
in at 2013-06-05 11:40:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/build (Old)
 and      /work/SRC/openSUSE:Factory/.build.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "build"

Changes:
--------
--- /work/SRC/openSUSE:Factory/build/build.changes      2013-05-18 
09:20:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.build.new/build.changes 2013-06-05 
11:40:47.000000000 +0200
@@ -1,0 +2,5 @@
+Fri May 17 09:44:35 UTC 2013 - adr...@suse.de
+
+- fix build for non-SUSE rpm distros
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ build.spec ++++++
--- /var/tmp/diff_new_pack.ejvIbb/_old  2013-06-05 11:40:48.000000000 +0200
+++ /var/tmp/diff_new_pack.ejvIbb/_new  2013-06-05 11:40:48.000000000 +0200
@@ -109,14 +109,19 @@
 %setup -q -n obs-build-%version
 
 %build
+%if 0%{?suse_version}
+# initvm
 make CFLAGS="$RPM_BUILD_FLAGS" initvm-all
+%endif
 
 %install
 # initvm
+%if 0%{?suse_version}
 make DESTDIR=$RPM_BUILD_ROOT initvm-install
 strip $RPM_BUILD_ROOT/usr/lib/build/initvm.*
 export NO_BRP_STRIP_DEBUG="true"
 chmod 0644 $RPM_BUILD_ROOT/usr/lib/build/initvm.*
+%endif
 
 # main
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -140,7 +145,9 @@
 /usr/lib/build
 %config(noreplace) /usr/lib/build/emulator/emulator.sh
 %{_mandir}/man1/build.1*
+%if 0%{?suse_version}
 %exclude /usr/lib/build/initvm.*
+%endif
 
 %if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
 %exclude /usr/lib/build/mkbaselibs
@@ -159,8 +166,10 @@
 /usr/lib/build/mkdrpms
 %endif
 
+%if 0%{?suse_version}
 %files initvm-%{initvm_arch}
 %defattr(-,root,root)
 /usr/lib/build/initvm.*
+%endif
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to