Hello community,
here is the log from the commit of package
kiwi-instsource-plugins-openSUSE-12-1 for openSUSE:Factory checked in at
2011-10-28 19:28:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2011-09-23 02:06:53.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.kiwi-instsource-plugins-openSUSE-12-1.new/kiwi-instsource-plugins-openSUSE-12-1.changes
2011-10-28 19:55:29.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Oct 28 08:59:34 UTC 2011 - [email protected]
+
+- call package_translate one more time for english to insert english
+ eulas
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kiwi-instsource-plugins-openSUSE-12-1.spec ++++++
--- /var/tmp/diff_new_pack.PS05eE/_old 2011-10-28 19:55:50.000000000 +0200
+++ /var/tmp/diff_new_pack.PS05eE/_new 2011-10-28 19:55:50.000000000 +0200
@@ -28,7 +28,7 @@
Patch0: kiwi-instsource-plugins-openSUSE-12-1.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: inst-source-utils >= 2011.5.5
-Requires: kiwi-instsource package-translations
+Requires: kiwi-instsource package-translations openSUSE-EULAs
Supplements: kiwi-instsource
BuildArch: noarch
++++++ kiwi-instsource-plugins-openSUSE-12-1.diff ++++++
--- /var/tmp/diff_new_pack.PS05eE/_old 2011-10-28 19:55:50.000000000 +0200
+++ /var/tmp/diff_new_pack.PS05eE/_new 2011-10-28 19:55:50.000000000 +0200
@@ -1,7 +1,7 @@
Index: KIWILiveTreePlugin.pm
===================================================================
--- KIWILiveTreePlugin.pm.orig 2011-05-23 15:59:57.000000000 +0200
-+++ KIWILiveTreePlugin.pm 2011-06-18 17:51:03.046464565 +0200
++++ KIWILiveTreePlugin.pm 2011-10-28 10:57:04.815647298 +0200
@@ -109,16 +109,6 @@ sub new
}
# /constructor
@@ -57,3 +57,21 @@
return $retval;
}
+Index: KIWIDescrPlugin.pm
+===================================================================
+--- KIWIDescrPlugin.pm.orig 2011-05-23 15:59:57.000000000 +0200
++++ KIWIDescrPlugin.pm 2011-10-28 10:58:49.035658734 +0200
+@@ -230,6 +230,13 @@ sub executeDir
+ return 1;
+ }
+ }
++ # one more time for english to insert possible EULAs
++ my $cmd = "/usr/bin/translate_packages.pl en < $targetdir/packages.en >
$targetdir/packages.en.new && mv $targetdir/packages.en.new
$targetdir/packages.en";
++ my $data = qx( $cmd );
++ if($? >> 8) {
++ $this->logMsg("E", "Calling <translate_packages.pl en >
failed:\n$data\n");
++ return 1;
++ }
+
+ if($this->{m_compress} =~ m{yes}i) {
+ foreach my $pfile(glob("$targetdir/packages*")) {
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]