Hello community, here is the log from the commit of package kiwi for openSUSE:Factory checked in at 2012-06-02 08:28:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiwi (Old) and /work/SRC/openSUSE:Factory/.kiwi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi", Maintainer is "[email protected]" Changes: -------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiwi.spec ++++++ --- /var/tmp/diff_new_pack.RKoLbB/_old 2012-06-02 08:28:42.000000000 +0200 +++ /var/tmp/diff_new_pack.RKoLbB/_new 2012-06-02 08:28:42.000000000 +0200 @@ -46,7 +46,7 @@ BuildRequires: btrfsprogs BuildRequires: cdrkit-cdrtools-compat BuildRequires: genisoimage -BuildRequires: perl-Test-Unit +BuildRequires: perl-Test-Unit-Lite BuildRequires: squashfs BuildRequires: zypper %endif @@ -429,6 +429,9 @@ %prep %setup -n %name -a2 -a3 +for i in tests/unit/*.t; do + sed -i -e 's,use Test::Unit::HarnessUnit;,use Test::Unit::Lite;,' $i +done %build # empty because of rpmlint warning rpm-buildroot-usage -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
