rpms/lsvpd/devel lsvpd-1.6.4-sg3_utils-1.26.patch, NONE, 1.1 lsvpd.spec, 1.3, 1.4

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Mon Jun 30 18:08:40 UTC 2008


Author: sharkcz

Update of /cvs/pkgs/rpms/lsvpd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3457

Modified Files:
	lsvpd.spec 
Added Files:
	lsvpd-1.6.4-sg3_utils-1.26.patch 
Log Message:
* Mon Jun 30 2008 - Dan Horak <dan[at]danny.cz> - 1.6.4-3
- add patch for sg3_utils 1.26 and rebuild


lsvpd-1.6.4-sg3_utils-1.26.patch:

--- NEW FILE lsvpd-1.6.4-sg3_utils-1.26.patch ---
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


Index: lsvpd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lsvpd/devel/lsvpd.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lsvpd.spec	6 Jun 2008 12:37:10 -0000	1.3
+++ lsvpd.spec	30 Jun 2008 18:07:54 -0000	1.4
@@ -3,13 +3,14 @@
 
 Name:		%{name}
 Version:	%{version}
-Release:	2%{?dist}
+Release:	3%{?dist}
 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
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	sg3_utils-devel libvpd-devel zlib-devel
 Requires(post): /usr/sbin/vpdupdate
@@ -37,6 +38,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -69,6 +71,9 @@
 %dir %{_sysconfdir}/lsvpd
 
 %changelog
+* Mon Jun 30 2008 - Dan Horak <dan[at]danny.cz> - 1.6.4-3
+- add patch for sg3_utils 1.26 and rebuild
+
 * Fri Jun 06 2008 - Caolán McNamara <caolanm at redhat.com> - 1.6.4-2
 - rebuild for dependancies
 




More information about the fedora-extras-commits mailing list