Update to latest upstream 1.7.1
This commit is contained in:
parent
ea6af0d092
commit
bd351d59a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
18
lsvpd.spec
18
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 <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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user