Update to latest upstream 1.7.1

This commit is contained in:
Vasant Hegde 2013-05-21 14:19:10 +05:30
parent ea6af0d092
commit bd351d59a2
3 changed files with 9 additions and 12 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <hegdevasant@linux.vnet.ibm.com>
- Update to latest upstream 1.7.1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
87756f349a6cdb35fb85bc1514e0f583 lsvpd-1.6.12.tar.gz
88d5224536bab820c9ac63be3ee619f2 lsvpd-1.7.1.tar.gz