diff --git a/.gitignore b/.gitignore index 0ad4f69..5e14421 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libvpd-2.2.6.tar.gz +SOURCES/libvpd-2.2.7.tar.gz diff --git a/.libvpd.metadata b/.libvpd.metadata index cbe8ab9..9515a62 100644 --- a/.libvpd.metadata +++ b/.libvpd.metadata @@ -1 +1 @@ -220eba2acf8abefd991f02a0ff18d3996c0bf617 SOURCES/libvpd-2.2.6.tar.gz +f8ea10906483e4d5bedadefa1c57857f2b3274cf SOURCES/libvpd-2.2.7.tar.gz diff --git a/SPECS/libvpd.spec b/SPECS/libvpd.spec index 661f389..a889a45 100644 --- a/SPECS/libvpd.spec +++ b/SPECS/libvpd.spec @@ -1,12 +1,12 @@ Name: libvpd -Version: 2.2.6 -Release: 2%{?dist} +Version: 2.2.7 +Release: 1%{?dist} Summary: VPD Database access library for lsvpd Group: System Environment/Libraries License: LGPLv2+ -URL: http://linux-diag.sf.net/Lsvpd.html -Source: http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz +URL: https://github.com/power-ras/%{name}/releases +Source: https://github.com/power-ras/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: sqlite-devel zlib-devel libstdc++-devel libtool @@ -65,6 +65,9 @@ popd %{_libdir}/pkgconfig/libvpd_cxx-2.pc %changelog +* Mon Apr 06 2020 Than Ngo - 2.2.7-1 +- Resolves: #1664098, rebase to 2.2.7 + * Wed Jun 05 2019 Than Ngo - 2.2.6-2 - Reolves: #1715728, rebuild to get libvpd-devel added to the Builder repo