Update to lsvpd-1.7.7
Signed-off-by: Sinny Kumari <sinny@redhat.com>
This commit is contained in:
parent
9c43ee0437
commit
279d879759
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ lsvpd-1.6.8.tar.gz
|
|||||||
/lsvpd-1.7.4.tar.gz
|
/lsvpd-1.7.4.tar.gz
|
||||||
/lsvpd-1.7.5.tar.gz
|
/lsvpd-1.7.5.tar.gz
|
||||||
/lsvpd-1.7.6.tar.gz
|
/lsvpd-1.7.6.tar.gz
|
||||||
|
/lsvpd-1.7.7.tar.gz
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%define name lsvpd
|
%define name lsvpd
|
||||||
%define version 1.7.6
|
%define version 1.7.7
|
||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: VPD/hardware inventory utilities for Linux
|
Summary: VPD/hardware inventory utilities for Linux
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://linux-diag.sf.net/Lsvpd.html
|
URL: http://linux-diag.sf.net/Lsvpd.html
|
||||||
Source0: http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
|
Source0: https://sourceforge.net/projects/linux-diag/files/lsvpd-new/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: libvpd-devel >= 2.2.1
|
BuildRequires: libvpd-devel >= 2.2.1
|
||||||
BuildRequires: sg3_utils-devel zlib-devel automake libtool
|
BuildRequires: sg3_utils-devel zlib-devel automake libtool
|
||||||
@ -66,6 +66,9 @@ exit 0
|
|||||||
%dir %{_sysconfdir}/lsvpd
|
%dir %{_sysconfdir}/lsvpd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 14 2016 Sinny Kumari <sinnykumari@fedoraproject.org> - 1.7.7-1
|
||||||
|
- Update to 1.7.7
|
||||||
|
|
||||||
* Sat Apr 9 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.7.6-3
|
* Sat Apr 9 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.7.6-3
|
||||||
- Spec cleanup, use %%license
|
- Spec cleanup, use %%license
|
||||||
- Rebuild for litrtas soname bump
|
- Rebuild for litrtas soname bump
|
||||||
|
Loading…
Reference in New Issue
Block a user