diff --git a/libstoragemgmt-1.3.1.tar.gz b/libstoragemgmt-1.3.1.tar.gz deleted file mode 100644 index 160ef4c..0000000 --- a/libstoragemgmt-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24ced30bb3c1c9d776d8d849a73c5baff21abded7e3f7f6e9a5235cf11f606cb -size 899471 diff --git a/libstoragemgmt-1.3.2.tar.gz b/libstoragemgmt-1.3.2.tar.gz new file mode 100644 index 0000000..e62bc26 --- /dev/null +++ b/libstoragemgmt-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95138c83f557dfb2cd191e068222d9aa89de1f528af33676c97226b0728ad7f7 +size 922342 diff --git a/libstoragemgmt.changes b/libstoragemgmt.changes index e55f4a3..6198963 100644 --- a/libstoragemgmt.changes +++ b/libstoragemgmt.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu May 19 03:08:21 UTC 2016 - fge@redhat.com +- Update to version 1.3.2 + * Fix local disk VPD83 searching in fakeroot(change root) when + '/dev' is not mounted. + * New configure option to skip memory leak check test. + * Fix regression introduced by 1.3.1 when run as non-root user. + * New configure option '--without-test' to skip all test cases and + their build requirements. + ------------------------------------------------------------------- Fri May 13 13:59:32 UTC 2016 - fge@redhat.com diff --git a/libstoragemgmt.spec b/libstoragemgmt.spec index d790de6..14fb68d 100644 --- a/libstoragemgmt.spec +++ b/libstoragemgmt.spec @@ -20,27 +20,30 @@ %define libname %{name}1 Name: libstoragemgmt -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: Storage array management library License: LGPL-2.1+ Group: System Environment/Libraries Url: https://github.com/libstorage/libstoragemgmt Source0: https://github.com/libstorage/libstoragemgmt/releases/download/%{version}/%{name}-%{version}.tar.gz -BuildRequires: chrpath BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libconfig-devel -BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: procps BuildRequires: python-M2Crypto BuildRequires: python-argparse BuildRequires: python-devel BuildRequires: python-pyudev BuildRequires: python-pywbem +%if %{with test} BuildRequires: valgrind +BuildRequires: procps +BuildRequires: libtool BuildRequires: pkgconfig(check) +BuildRequires: perl +BuildRequires: chrpath +%endif BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(libxml-2.0) @@ -191,7 +194,11 @@ management via hpssacli. %build %configure \ - --disable-static + --disable-static \ +%if ! %{with test} + --without-test +%endif + make %{?_smp_mflags} V=1 %install