Version 1.6.8 (need ugly bootstrap)

This commit is contained in:
Roman Rakus 2010-04-06 15:47:24 +00:00
parent ac51452a1a
commit 0c02b0301b
4 changed files with 10 additions and 32 deletions

View File

@ -1 +1 @@
lsvpd-1.6.7.tar.gz lsvpd-1.6.8.tar.gz

View File

@ -1,24 +0,0 @@
diff -Nru lsvpd-1.6.4.orig/Makefile.am lsvpd-1.6.4/Makefile.am
--- lsvpd-1.6.4.orig/Makefile.am 2008-03-12 21:14:32.000000000 +0100
+++ lsvpd-1.6.4/Makefile.am 2008-06-30 19:43:44.000000000 +0200
@@ -40,7 +40,7 @@
lsmcode_SOURCES = src/output/lsmcode.cpp \
$(update_h_files)
-vpdupdate_LDADD = -L. -lz -lstdc++ -lvpd_cxx -lsgutils
+vpdupdate_LDADD = -L. -lz -lstdc++ -lvpd_cxx -lsgutils2
vpdupdate_LDFLAGS = -Wall
lsvpd_LDADD = -L. -lz -lstdc++ -lvpd_cxx
lsvpd_LDFLAGS = -Wall
diff -Nru lsvpd-1.6.4.orig/Makefile.in lsvpd-1.6.4/Makefile.in
--- lsvpd-1.6.4.orig/Makefile.in 2008-04-25 23:23:11.000000000 +0200
+++ lsvpd-1.6.4/Makefile.in 2008-06-30 19:43:54.000000000 +0200
@@ -239,7 +239,7 @@
lsmcode_SOURCES = src/output/lsmcode.cpp \
$(update_h_files)
-vpdupdate_LDADD = -L. -lz -lstdc++ -lvpd_cxx -lsgutils
+vpdupdate_LDADD = -L. -lz -lstdc++ -lvpd_cxx -lsgutils2
vpdupdate_LDFLAGS = -Wall
lsvpd_LDADD = -L. -lz -lstdc++ -lvpd_cxx
lsvpd_LDFLAGS = -Wall

View File

@ -1,5 +1,5 @@
%define name lsvpd %define name lsvpd
%define version 1.6.7 %define version 1.6.8
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
@ -9,11 +9,10 @@ Summary: VPD/hardware inventory utilities for Linux
Group: Applications/System Group: Applications/System
License: GPLv2+ License: GPLv2+
URL: http://linux-diag.sf.net/Lsvpd.html URL: http://linux-diag.sf.net/Lsvpd.html
Source: http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz Source0: http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
Patch0: lsvpd-1.6.4-sg3_utils-1.26.patch
Patch1: lsvpd-1.6.7-ids-lookup.patch Patch1: lsvpd-1.6.7-ids-lookup.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: sg3_utils-devel libvpd-devel zlib-devel BuildRequires: sg3_utils-devel libvpd-devel zlib-devel automake libtool
Requires(post): /usr/sbin/vpdupdate Requires(post): /usr/sbin/vpdupdate
# By default, build without librtas because it does not yet exist in Fedora # By default, build without librtas because it does not yet exist in Fedora
@ -42,10 +41,10 @@ on POWER PC based systems.
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch1 -p0 -b .lookup
%patch1 -p0
%build %build
./bootstrap.sh
%configure %configure
%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}
@ -76,6 +75,9 @@ on POWER PC based systems.
%dir %{_sysconfdir}/lsvpd %dir %{_sysconfdir}/lsvpd
%changelog %changelog
* Tue Apr 06 2010 Roman Rakus <rrakus@redhat.com> - 1.6.8-1
- Version 1.6.8 (need ugly bootstrap)
* Wed Dec 02 2009 Eric Munson <ebmunson@us.ibm.com> - 1.6.7-1 * Wed Dec 02 2009 Eric Munson <ebmunson@us.ibm.com> - 1.6.7-1
- Update to latest lsvpd release - Update to latest lsvpd release
- Add librtas support to build on POWERPC - Add librtas support to build on POWERPC

View File

@ -1 +1 @@
97e6363177ee6c5dbf0cb198f5554af8 lsvpd-1.6.7.tar.gz 8e12c24e108b3180ce1ca623907ea196 lsvpd-1.6.8.tar.gz