Hello community, here is the log from the commit of package libhbalinux2 for openSUSE:Factory checked in at 2012-06-05 15:32:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libhbalinux2 (Old) and /work/SRC/openSUSE:Factory/.libhbalinux2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libhbalinux2", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libhbalinux2/libhbalinux2.changes 2011-12-30 08:45:59.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libhbalinux2.new/libhbalinux2.changes 2012-06-05 15:32:41.000000000 +0200 @@ -1,0 +2,11 @@ +Tue May 29 10:26:28 UTC 2012 - [email protected] + +- Resolve failure to build package due to automake-1.12 warnings + treated as errors + +------------------------------------------------------------------- +Mon Feb 13 10:48:46 UTC 2012 - [email protected] + +- patch license to follow spdx.org standard + +------------------------------------------------------------------- New: ---- hbalinux-automake.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libhbalinux2.spec ++++++ --- /var/tmp/diff_new_pack.U25Dmf/_old 2012-06-05 15:32:44.000000000 +0200 +++ /var/tmp/diff_new_pack.U25Dmf/_new 2012-06-05 15:32:44.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libhbalinux2 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,22 +15,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: libhbalinux2 Version: 1.0.8 -Release: 1 +Release: 0 Summary: FC-HBAAPI implementation using scsi_transport_fc interfaces +License: LGPL-2.0+ Group: System/Libraries -License: LGPLv2.0+ Url: http://www.open-fcoe.org Source0: http://www.open-fcoe.org/openfc/libhbalinux-v%{version}.tar.bz2 Patch0: libhbalinux-remove-install-data-hook Patch1: libhbalinux-fix-issue-preventi +Patch2: hbalinux-automake.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: autoconf libHBAAPI2-devel libpciaccess0-devel libtool -Requires: libHBAAPI2 +BuildRequires: autoconf +BuildRequires: libHBAAPI2-devel +BuildRequires: libpciaccess0-devel +BuildRequires: libtool +#Requires: libHBAAPI2 %description SNIA HBAAPI vendor library built on top of the scsi_transport_fc @@ -44,8 +46,7 @@ %prep %setup -q -n libhbalinux-v%{version} -%patch0 -p1 -%patch1 -p1 +%patch -P 0 -P 1 -P 2 -p1 %build autoreconf --install @@ -53,9 +54,8 @@ make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' -find $RPM_BUILD_ROOT -name '*.so' -exec rm -f {} ';' +make install DESTDIR="%buildroot" +rm -f "%buildroot/%_libdir"/*.{la,so} %post /sbin/ldconfig ++++++ hbalinux-automake.diff ++++++ From: Jan Engelhardt <[email protected]> Date: 2012-05-29 12:26:09.399972892 +0200 automake-1.12 wants AM_PROG_AR, and because this project uses "-Werror" that meant a failure for building with am 1.12. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: libhbalinux-v1.0.8/configure.ac =================================================================== --- libhbalinux-v1.0.8.orig/configure.ac +++ libhbalinux-v1.0.8/configure.ac @@ -1,8 +1,9 @@ AC_INIT([libhbalinux], [1.0.7], [[email protected]]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) -AC_PROG_LIBTOOL AC_PROG_CC +AM_PROG_AR +LT_INIT PKG_CHECK_MODULES(PCIACCESS, pciaccess) AC_SUBST(PCIACCESS_CFLAGS) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
