diff --git a/.gitignore b/.gitignore index 448fb08..e73e6ba 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ libvpd-2.1.1.tar.gz /libvpd-2.1.2.tar.gz /libvpd-2.1.3.tar.gz /libvpd-2.2.1.tar.gz +/libvpd-2.2.2.tar.gz diff --git a/libvpd.spec b/libvpd.spec index 9336873..9e9ae16 100644 --- a/libvpd.spec +++ b/libvpd.spec @@ -1,9 +1,9 @@ %define name libvpd -%define version 2.2.1 +%define version 2.2.2 Name: %{name} Version: %{version} -Release: 4%{?dist} +Release: 1%{?dist} Summary: VPD Database access library for lsvpd Group: System Environment/Libraries @@ -11,8 +11,6 @@ License: LGPLv2+ URL: http://linux-diag.sf.net/Lsvpd.html Source: http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz -Patch1: libvpd-2.1.3-gcc47.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: sqlite-devel zlib-devel libstdc++-devel libtool @@ -33,8 +31,6 @@ Contains header files for building with libvpd. %prep %setup -q -%patch1 -p1 -b .gcc47 - %build ./bootstrap.sh %configure --disable-static @@ -57,6 +53,8 @@ Contains header files for building with libvpd. %exclude %{_libdir}/*.la %{_libdir}/libvpd_cxx-2.2.so.* %{_libdir}/libvpd-2.2.so.* +%{_sysconfdir}/udev/rules.d/90-vpdupdate.rules +%{_var}/lib/lsvpd/run.vpdupdate %files devel %defattr(-,root,root,-) @@ -68,6 +66,9 @@ Contains header files for building with libvpd. %{_libdir}/pkgconfig/libvpd_cxx-2.pc %changelog +* Tue Nov 05 2013 Vasant Hegde - 2.2.2 +- Update to latest upstream 2.2.2 + * Wed Oct 09 2013 Vasant Hegde - 2.2.1-4 - Add ppc64le architecture diff --git a/sources b/sources index 487bb30..e1016b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd2c7ff6de9a52450b16f36b0f17a29e libvpd-2.2.1.tar.gz +01ae3b843bb65760000978cde750d1f3 libvpd-2.2.2.tar.gz