commit iprutils for openSUSE:Factory
Hello community, here is the log from the commit of package iprutils for openSUSE:Factory checked in at Tue Mar 10 01:32:01 CET 2009. -------- --- iprutils/iprutils.changes 2008-11-18 17:27:28.000000000 +0100 +++ /mounts/work_users/ro/STABLE/iprutils/iprutils.changes 2009-03-10 01:31:50.559266000 +0100 @@ -1,0 +2,5 @@ +Tue Mar 10 01:31:42 CET 2009 - ro@suse.de + +- do not try to include <linux/byteorder/swab.h> + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- iprutils-noswab.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iprutils.spec ++++++ --- /var/tmp/diff_new_pack.m17261/_old 2009-03-10 01:31:55.000000000 +0100 +++ /var/tmp/diff_new_pack.m17261/_new 2009-03-10 01:31:55.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package iprutils (Version 2.2.13) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,8 +22,8 @@ BuildRequires: ncurses-devel pciutils-devel sysfsutils Summary: Utilities for the IBM Power Linux RAID Adapters Version: 2.2.13 -Release: 1 -License: Other uncritical OpenSource License +Release: 2 +License: Common Public License v1.0 Url: http://sourceforge.net/projects/iprdd/ Group: Hardware/Other PreReq: %insserv_prereq %fillup_prereq @@ -33,6 +33,7 @@ Patch0: iprconfig.usr-sbin.patch Patch1: iprutils.install-man.patch Patch2: iprutils.runlevel.patch +Patch3: iprutils-noswab.patch %description Provides a suite of utilities to manage and configure SCSI devices @@ -49,6 +50,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 %build make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -I/usr/include/ncurses \$(IPR_DEFINES)" @@ -88,6 +90,8 @@ %attr(755,root,root) /etc/init.d/* %changelog +* Tue Mar 10 2009 ro@suse.de +- do not try to include <linux/byteorder/swab.h> * Tue Nov 18 2008 olh@suse.de - update iprutils to version 2.2.13 (bnc#443674 - LTC49827) Additional fixes for the active-active functionality. ++++++ iprutils-noswab.patch ++++++ --- iprlib.h +++ iprlib.h @@ -43,7 +43,7 @@ #include <stdbool.h> #include <netinet/in.h> #include <sysfs/libsysfs.h> -#include <linux/byteorder/swab.h> +/* #include <linux/byteorder/swab.h> */ #include <asm/byteorder.h> #include <sys/mman.h> #include <paths.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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