Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2012-11-03 07:49:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi", Maintainer is "[email protected]"

Changes:
--------

New:
----
  fix-products.diff

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.10xNdv/_old  2012-11-03 07:49:12.000000000 +0100
+++ /var/tmp/diff_new_pack.10xNdv/_new  2012-11-03 07:49:12.000000000 +0100
@@ -99,6 +99,7 @@
 Source2:        %{name}-docu.tar.bz2
 Source3:        %{name}-repo.tar.bz2
 Source4:        %{name}-find-boot-requires.sh
+Patch0:         fix-products.diff
 # build root path
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -433,6 +434,7 @@
 
 %prep
 %setup -n %name -a2 -a3
+%patch0 -p1
 
 %build
 # empty because of rpmlint warning rpm-buildroot-usage

++++++ fix-products.diff ++++++
diff --git a/modules/KIWICollect.pm b/modules/KIWICollect.pm
index 84cd474..6f57aef 100644
--- a/modules/KIWICollect.pm
+++ b/modules/KIWICollect.pm
@@ -634,7 +634,7 @@ sub Init
                        $this->{m_repos}->{$r}->{'srcdirs'} = undef;
                }
        }
-       return;
+       return 1;
 }
 # /Init
 
@@ -2596,7 +2596,7 @@ sub createBootPackageLinks
                        }
                }
        }
-       $RPMLIST -> close();
+       $RPMLIST -> close() if ($RPMLIST);
        return $retval;
 }
 
diff --git a/modules/KIWIProductData.pm b/modules/KIWIProductData.pm
index 48a4f6a..98f78de 100644
--- a/modules/KIWIProductData.pm
+++ b/modules/KIWIProductData.pm
@@ -61,6 +61,7 @@ sub new {
        #==========================================
        # Constructor setup
        #------------------------------------------
+       $this->{m_collect} = shift;
        $this->{m_prodinfo_updated} = 0;
        $this->{m_prodvars_updated} = 0;
        $this->{m_prodopts_updated} = 0;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to