From bd351d59a2ce4712f5264a58dc78b2c63e6d2559 Mon Sep 17 00:00:00 2001 From: Vasant Hegde Date: May 21 2013 08:49:10 +0000 Subject: Update to latest upstream 1.7.1 --- diff --git a/.gitignore b/.gitignore index d5f2430..1099b3c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ lsvpd-1.6.8.tar.gz /lsvpd-1.6.10.tar.gz /lsvpd-1.6.11.tar.gz /lsvpd-1.6.12.tar.gz +/lsvpd-1.7.1.tar.gz diff --git a/lsvpd.spec b/lsvpd.spec index 3bef38d..c850706 100644 --- a/lsvpd.spec +++ b/lsvpd.spec @@ -1,9 +1,9 @@ %define name lsvpd -%define version 1.6.12 +%define version 1.7.1 Name: %{name} Version: %{version} -Release: 3%{?dist} +Release: 1%{?dist} Summary: VPD/hardware inventory utilities for Linux Group: Applications/System @@ -11,18 +11,12 @@ License: GPLv2+ URL: http://linux-diag.sf.net/Lsvpd.html Source0: http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz Patch1: lsvpd-1.6.7-ids-lookup.patch -Patch2: lsvpd-1.6.12-sg3_utils.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libvpd-devel >= 2.1.3 +BuildRequires: libvpd-devel >= 2.2.1 BuildRequires: sg3_utils-devel zlib-devel automake libtool +BuildRequires: librtas-devel Requires(post): /usr/sbin/vpdupdate -# By default, build without librtas because it does not yet exist in Fedora - -# librtas is now part of Fedora, lsvpd provides much more information with -# librtas on POWER -BuildRequires: librtas-devel - ExclusiveArch: ppc ppc64 %description @@ -39,7 +33,6 @@ on POWER PC based systems. %prep %setup -q %patch1 -p0 -b .lookup -%patch2 -p1 -b .sg3_utils %build ./bootstrap.sh @@ -73,6 +66,9 @@ on POWER PC based systems. %dir %{_sysconfdir}/lsvpd %changelog +* Tue May 21 2013 Vasant Hegde +- Update to latest upstream 1.7.1 + * Thu Feb 14 2013 Fedora Release Engineering - 1.6.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 3baea13..fff0052 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87756f349a6cdb35fb85bc1514e0f583 lsvpd-1.6.12.tar.gz +88d5224536bab820c9ac63be3ee619f2 lsvpd-1.7.1.tar.gz