Version 1.6.8 (need ugly bootstrap)
This commit is contained in:
parent
ac51452a1a
commit
0c02b0301b
@ -1 +1 @@
|
||||
lsvpd-1.6.7.tar.gz
|
||||
lsvpd-1.6.8.tar.gz
|
||||
|
@ -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
|
14
lsvpd.spec
14
lsvpd.spec
@ -1,5 +1,5 @@
|
||||
%define name lsvpd
|
||||
%define version 1.6.7
|
||||
%define version 1.6.8
|
||||
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
@ -9,11 +9,10 @@ Summary: VPD/hardware inventory utilities for Linux
|
||||
Group: Applications/System
|
||||
License: GPLv2+
|
||||
URL: http://linux-diag.sf.net/Lsvpd.html
|
||||
Source: http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
|
||||
Patch0: lsvpd-1.6.4-sg3_utils-1.26.patch
|
||||
Source0: http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
|
||||
Patch1: lsvpd-1.6.7-ids-lookup.patch
|
||||
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
|
||||
|
||||
# By default, build without librtas because it does not yet exist in Fedora
|
||||
@ -42,10 +41,10 @@ on POWER PC based systems.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p0
|
||||
%patch1 -p0 -b .lookup
|
||||
|
||||
%build
|
||||
./bootstrap.sh
|
||||
%configure
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
@ -76,6 +75,9 @@ on POWER PC based systems.
|
||||
%dir %{_sysconfdir}/lsvpd
|
||||
|
||||
%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
|
||||
- Update to latest lsvpd release
|
||||
- Add librtas support to build on POWERPC
|
||||
|
Loading…
Reference in New Issue
Block a user