Mailinglist Archive: opensuse-commit (1650 mails)

< Previous Next >
commit kiwi
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 22 Oct 2008 18:09:44 +0200
  • Message-id: <20081022160945.0832A678164@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package kiwi
checked in at Wed Oct 22 18:09:44 CEST 2008.


--------
--- kiwi/kiwi.changes 2008-10-16 12:09:56.000000000 +0200
+++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes 2008-10-21
19:19:40.869329000 +0200
@@ -1,0 +2,35 @@
+Tue Oct 21 10:13:10 CEST 2008 - ms@xxxxxxx
+
+- v2.95
+- run boot shell only in debug mode (bnc #403207)
+- test for genisoimage before calling it, fixed spec file
+- export ZYPP_CONF to point to /var/cache/kiwi/zypp.conf
+- removed warn overwrite, use eval { Carp::longmess ... }
+- update suse-11.1/suse-live-stick example to serve as
+ 1GB stick with KDE4 + dmidecoded X11 setup
+
+-------------------------------------------------------------------
+Mon Oct 20 17:43:21 CEST 2008 - ms@xxxxxxx
+
+- v2.94
+- fixed oemboot to log fdisk output when re-partitioning
+- fixed KIWILinuxRC /dev/ram* check in mountSystemUnified
+- fixed oemboot to resize read-write filesystem
+
+-------------------------------------------------------------------
+Fri Oct 17 17:55:11 CEST 2008 - ms@xxxxxxx
+
+- v2.93
+- fixed suse-11.1/suse-live-stick example, wrong pattern
+- added file check before calling commands with qxx
+
+-------------------------------------------------------------------
+Thu Oct 16 18:59:05 CEST 2008 - ms@xxxxxxx
+
+- v2.92
+- added backtrace in case of error (bnc #435991)
+- make the suse-11.1/suse-live-stick example more robust
+- added check for possibly existing oem partition file
+- put the perl bindings into a common KIWI namespace
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.G27801/_old 2008-10-22 18:09:24.000000000 +0200
+++ /var/tmp/diff_new_pack.G27801/_new 2008-10-22 18:09:24.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kiwi (Version 2.91)
+# spec file for package kiwi (Version 2.95)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -43,14 +43,14 @@
Requires: perl = %{perl_version}
Requires: perl-XML-LibXML perl-libwww-perl screen coreutils
Requires: perl-XML-LibXML-Common perl-XML-SAX perl-Config-IniFiles
-Requires: kiwi-tools libxslt checkmedia genisoimage
+Requires: kiwi-tools libxslt checkmedia
%if %{suse_version} > 1030
-Requires: satsolver-tools
+Requires: satsolver-tools genisoimage
%endif
Summary: OpenSuSE - KIWI Image System
Provides: kiwi2 <= 2.14
Obsoletes: kiwi2 <= 2.14
-Version: 2.91
+Version: 2.95
Release: 1
Group: System/Management
License: GPL v2 or later
@@ -402,15 +402,13 @@
$RPM_BUILD_ROOT/usr/share/doc/packages/kiwi/README.tools
rm -rf $RPM_BUILD_ROOT/usr/share/doc/packages/kiwi/kiwi-man
%perl_process_packlist
-rm -f $RPM_BUILD_ROOT/%{perl_vendorarch}/example.pl
-rm -f $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/SaT/SaT.bs
-rm -f $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/dbusdevice/dbusdevice.bs
-rm -f $RPM_BUILD_ROOT/var/adm/perl-modules/%{name}
+rm -f $RPM_BUILD_ROOT/%{perl_vendorarch}/KIWI/example.pl
./.links
%if %{suse_version} > 1020
%fdupes $RPM_BUILD_ROOT/srv/tftpboot
%fdupes $RPM_BUILD_ROOT/usr/share/kiwi/image
%fdupes $RPM_BUILD_ROOT/usr/share/doc/packages/kiwi/examples
+%fdupes $RPM_BUILD_ROOT/usr/share/doc/packages/kiwi/schema
%endif
cat kiwi.loader

@@ -433,12 +431,9 @@
%{_datadir}/kiwi/tests
%{_datadir}/kiwi/xsl
%{_sbindir}/kiwi
-%{perl_vendorarch}/dbusdevice.pm
-%{perl_vendorarch}/auto/dbusdevice
-%if %{suse_version} > 1030
-%{perl_vendorarch}/SaT.pm
-%{perl_vendorarch}/auto/SaT
-%endif
+%{perl_vendorarch}/KIWI
+%{perl_vendorarch}/auto/KIWI
+/var/adm/perl-modules/kiwi
#=================================================
# KIWI doc...
#-------------------------------------------------
@@ -551,6 +546,29 @@
%endif

%changelog
+* Tue Oct 21 2008 ms@xxxxxxx
+- v2.95
+- run boot shell only in debug mode (bnc #403207)
+- test for genisoimage before calling it, fixed spec file
+- export ZYPP_CONF to point to /var/cache/kiwi/zypp.conf
+- removed warn overwrite, use eval { Carp::longmess ... }
+- update suse-11.1/suse-live-stick example to serve as
+ 1GB stick with KDE4 + dmidecoded X11 setup
+* Mon Oct 20 2008 ms@xxxxxxx
+- v2.94
+- fixed oemboot to log fdisk output when re-partitioning
+- fixed KIWILinuxRC /dev/ram* check in mountSystemUnified
+- fixed oemboot to resize read-write filesystem
+* Fri Oct 17 2008 ms@xxxxxxx
+- v2.93
+- fixed suse-11.1/suse-live-stick example, wrong pattern
+- added file check before calling commands with qxx
+* Thu Oct 16 2008 ms@xxxxxxx
+- v2.92
+- added backtrace in case of error (bnc #435991)
+- make the suse-11.1/suse-live-stick example more robust
+- added check for possibly existing oem partition file
+- put the perl bindings into a common KIWI namespace
* Thu Oct 16 2008 ms@xxxxxxx
- v2.91
- don't remove scsi_id.config from initrd (bnc #435093)

++++++ kiwi-rpmlintrc ++++++
--- kiwi/kiwi-rpmlintrc 2008-10-16 12:09:56.000000000 +0200
+++ /mounts/work_src_done/STABLE/kiwi/kiwi-rpmlintrc 2008-10-21
19:19:40.803398000 +0200
@@ -9,3 +9,6 @@

# don't apply perl naming policy on kiwi
addFilter("kiwi.* perl5-naming-policy-not-applied")
+
+# don't care for zero length .bs files
+addFilter(".*zero-length.*.bs")

++++++ kiwi.tar.bz2 ++++++
kiwi/kiwi.tar.bz2 /mounts/work_src_done/STABLE/kiwi/kiwi.tar.bz2 differ: byte
11, line 1


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >