[lsvpd/f16] rebase to latest upstream 1.6.11

Jiri Skala jskala at fedoraproject.org
Wed Aug 24 11:22:18 UTC 2011


commit 2bebc3d2512a8cb1f6725a0923ab9f34be8587ed
Author: Jiri Skala <jskala at redhat.com>
Date:   Wed Aug 24 13:22:04 2011 +0200

    rebase to latest upstream 1.6.11

 .gitignore                   |    1 +
 lsvpd-1.6.10-sg3_utils.patch |   26 +++++++-------------------
 lsvpd.spec                   |   14 ++++++--------
 sources                      |    2 +-
 4 files changed, 15 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f946dcd..cdc6cd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 lsvpd-1.6.8.tar.gz
 /lsvpd-1.6.10.tar.gz
+/lsvpd-1.6.11.tar.gz
diff --git a/lsvpd-1.6.10-sg3_utils.patch b/lsvpd-1.6.10-sg3_utils.patch
index 179dff4..6cbb985 100644
--- a/lsvpd-1.6.10-sg3_utils.patch
+++ b/lsvpd-1.6.10-sg3_utils.patch
@@ -1,24 +1,12 @@
-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 @@
+diff -up lsvpd-1.6.11/Makefile.am.sg3_utils lsvpd-1.6.11/Makefile.am
+--- lsvpd-1.6.11/Makefile.am.sg3_utils	2011-06-16 00:59:59.000000000 +0200
++++ lsvpd-1.6.11/Makefile.am	2011-08-10 10:46:56.621688630 +0200
+@@ -40,7 +40,7 @@ lsvio_SOURCES = src/output/lsvio.cpp \
  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_LDADD = -lz -lstdc++ -lvpd_cxx -lsgutils
++vpdupdate_LDADD = -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_LDADD = -lz -lstdc++ -lvpd_cxx
  lsvpd_LDFLAGS = -Wall
diff --git a/lsvpd.spec b/lsvpd.spec
index 9555703..31139e7 100644
--- a/lsvpd.spec
+++ b/lsvpd.spec
@@ -1,5 +1,5 @@
 %define name lsvpd
-%define version 1.6.10
+%define version 1.6.11
 
 Name:		%{name}
 Version:	%{version}
@@ -21,13 +21,8 @@ Requires(post): /usr/sbin/vpdupdate
 
 # librtas is now part of Fedora, lsvpd provides much more information with
 # librtas on POWER
-#%{!?_with_librtas: %{!?_without_librtas: %define _without_librtas --without-librtas }}
-
-%ifarch ppc
-%{?_with_librtas:BuildRequires: librtas-devel }
-%endif
-%ifarch ppc64
-%{?_with_librtas:BuildRequires: librtas-devel }
+%ifarch ppc ppc64
+BuildRequires: librtas-devel
 %endif
 
 %description
@@ -78,6 +73,9 @@ on POWER PC based systems.
 %dir %{_sysconfdir}/lsvpd
 
 %changelog
+* Wed Aug 24 2011 Jiri Skala <jskala at redhat.com> - 1.6.11-1
+- rebase to latest upstream 1.6.11
+
 * Tue Feb 15 2011 Jiri Skala <jskala at redhat.com> - 1.6.10-1
 - rebase to latest upstream 1.6.10
 
diff --git a/sources b/sources
index c56c952..09cb517 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-36b6378586c9566c18175d7612069e41  lsvpd-1.6.10.tar.gz
+6d63c45af3efbac6fbc5dd01648d0f7f  lsvpd-1.6.11.tar.gz


More information about the scm-commits mailing list