Hello community, here is the log from the commit of package ib-bonding checked in at Fri Nov 30 03:21:55 CET 2007. -------- --- ib-bonding/ib-bonding.changes 2007-08-09 02:25:46.000000000 +0200 +++ /mounts/work_users/ro/STABLE/ib-bonding/ib-bonding.changes 2007-11-30 03:16:00.537027000 +0100 @@ -1,0 +2,5 @@ +Fri Nov 30 03:15:49 CET 2007 - ro@suse.de + +- drop the kmp package, all patches are in kernel now + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ib-bonding.spec ++++++ --- /var/tmp/diff_new_pack.Z11542/_old 2007-11-30 03:21:50.000000000 +0100 +++ /var/tmp/diff_new_pack.Z11542/_new 2007-11-30 03:21:50.000000000 +0100 @@ -11,10 +11,10 @@ # norootforbuild Name: ib-bonding -URL: http://www.openfabrics.org +Url: http://www.openfabrics.org Summary: infiniband bonding tool Version: 0.9.0 -Release: 5 +Release: 45 Source0: %{name}-%{version}.tar.bz2 Source1: README Source2: conf.sysconfig @@ -23,7 +23,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: kernel-source kernel-syms module-init-tools PreReq: %fillup_prereq -%suse_kernel_module_package um xen xenpae %description This package provides a bonding tool which is capable of enslaving IP @@ -31,52 +30,17 @@ -%package KMP -Summary: infiniband bonding modules -Group: System/Kernel - -%description KMP -This package provides bonding kernel modules which are capable of -enslaving IP over InfiniBand (IPoIB) network devices. - - - %prep %setup -q -set -- * -mkdir source -mv "$@" source/ -mkdir obj cp %{S:1} %{S:2} . -cd source/linux -rm -rf drivers/net/bonding -cp -a /usr/src/linux/drivers/net/bonding drivers/net/bonding -for i in `cat ../patches/fixes/series` ; do -patch -p1 < ../patches/fixes/$i -done %build -%define kver %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' kernel-source`|sed 's/_/-/g;') -for flavor in %flavors_to_build; do - rm -rf obj/$flavor - cp -ar source obj/$flavor - pushd obj/$flavor/linux - ./configure --kernel-version %kver-$flavor - make -C /usr/src/linux-obj/%_target_cpu/$flavor modules \ - M=$PWD/drivers/net/bonding - popd -done +# nothing here %install -export INSTALL_MOD_PATH=$RPM_BUILD_ROOT -export INSTALL_MOD_DIR=updates/drivers/net/bonding -for flavor in %flavors_to_build; do - make -C /usr/src/linux-obj/%_target_cpu/$flavor modules_install \ - M=$PWD/obj/$flavor/linux/drivers/net/bonding -done # install the ib-bond script install -d ${RPM_BUILD_ROOT}%_bindir/ -sed 's/VERSION=/VERSION=%{version}/g; s/RELEASE=/RELEASE=%{release}/g' source/bin/ib-bond > ${RPM_BUILD_ROOT}%_bindir/ib-bond +sed 's/VERSION=/VERSION=%{version}/g; s/RELEASE=/RELEASE=%{release}/g' bin/ib-bond > ${RPM_BUILD_ROOT}%_bindir/ib-bond chmod 755 ${RPM_BUILD_ROOT}%_bindir/ib-bond # install the sysconfig configuration install -m 700 -D conf.sysconfig ${RPM_BUILD_ROOT}/var/adm/fillup-templates/sysconfig.infiniband-%name @@ -89,11 +53,13 @@ %files %defattr(-, root, root) -%doc source/docs/ib-bonding.txt README +%doc docs/ib-bonding.txt README %_bindir/ib-bond /var/adm/fillup-templates/sysconfig.infiniband-%name %changelog +* Fri Nov 30 2007 - ro@suse.de +- drop the kmp package, all patches are in kernel now * Thu Aug 09 2007 - ro@suse.de - build using source from kernel and patches/fixes on top * Mon Jul 23 2007 - hvogel@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de