Hello community,
here is the log from the commit of package
kiwi-instsource-plugins-openSUSE-12-1 for openSUSE:Factory checked in at
2013-02-07 10:26:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-instsource-plugins-openSUSE-12-1 (Old)
and /work/SRC/openSUSE:Factory/.kiwi-instsource-plugins-openSUSE-12-1.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-instsource-plugins-openSUSE-12-1", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/kiwi-instsource-plugins-openSUSE-12-1/kiwi-instsource-plugins-openSUSE-12-1.changes
2012-09-02 07:47:58.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.kiwi-instsource-plugins-openSUSE-12-1.new/kiwi-instsource-plugins-openSUSE-12-1.changes
2013-02-07 10:27:00.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Feb 5 20:25:03 UTC 2013 - [email protected]
+
+- kiwi moved mbrid from boot/grub to boot
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kiwi-instsource-plugins-openSUSE-12-1.spec ++++++
--- /var/tmp/diff_new_pack.y0f9P4/_old 2013-02-07 10:27:01.000000000 +0100
+++ /var/tmp/diff_new_pack.y0f9P4/_new 2013-02-07 10:27:01.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package kiwi-instsource-plugins-openSUSE-12-1
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,9 @@
Source: %{name}.tar.bz2
Patch0: kiwi-instsource-plugins-openSUSE-12-1.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+%if 0%{suse_version} > 1210
Requires: extract-appdata-icons
+%endif
Requires: inst-source-utils >= 2011.5.5
Requires: kiwi-instsource
Requires: openSUSE-EULAs
++++++ kiwi-instsource-plugins-openSUSE-12-1.diff ++++++
--- /var/tmp/diff_new_pack.y0f9P4/_old 2013-02-07 10:27:01.000000000 +0100
+++ /var/tmp/diff_new_pack.y0f9P4/_new 2013-02-07 10:27:01.000000000 +0100
@@ -239,9 +239,9 @@
+ find( sub {
+ if (m/initrd.liv/) {
+ my $cd = $File::Find::name;
-+ system("mkdir -p boot/grub; echo $medium > boot/grub/mbrid");
-+ system("echo boot/grub/mbrid | cpio --create --format=newc --quiet |
gzip -9 -f >> $cd");
-+ system("rm boot/grub/mbrid; rmdir boot/grub; rmdir boot");
++ system("mkdir -p boot; echo $medium > boot/mbrid");
++ system("echo boot/mbrid | cpio --create --format=newc --quiet | gzip
-9 -f >> $cd");
++ system("rm boot/mbrid; rmdir boot");
+ $this->logMsg("I", "updated $cd");
+ }
+ }, $this->handler()->collect()->basedir());
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]