Accepting request 396707 from home:cathay4t:branches:Base:System
Upgrade to 1.3.2. OBS-URL: https://build.opensuse.org/request/show/396707 OBS-URL: https://build.opensuse.org/package/show/Base:System/libstoragemgmt?expand=0&rev=20
This commit is contained in:
parent
94b70abaf2
commit
5487ff19bf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:24ced30bb3c1c9d776d8d849a73c5baff21abded7e3f7f6e9a5235cf11f606cb
|
|
||||||
size 899471
|
|
3
libstoragemgmt-1.3.2.tar.gz
Normal file
3
libstoragemgmt-1.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:95138c83f557dfb2cd191e068222d9aa89de1f528af33676c97226b0728ad7f7
|
||||||
|
size 922342
|
@ -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
|
Fri May 13 13:59:32 UTC 2016 - fge@redhat.com
|
||||||
|
|
||||||
|
@ -20,27 +20,30 @@
|
|||||||
|
|
||||||
%define libname %{name}1
|
%define libname %{name}1
|
||||||
Name: libstoragemgmt
|
Name: libstoragemgmt
|
||||||
Version: 1.3.1
|
Version: 1.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Storage array management library
|
Summary: Storage array management library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Url: https://github.com/libstorage/libstoragemgmt
|
Url: https://github.com/libstorage/libstoragemgmt
|
||||||
Source0: https://github.com/libstorage/libstoragemgmt/releases/download/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/libstorage/libstoragemgmt/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: chrpath
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libconfig-devel
|
BuildRequires: libconfig-devel
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: procps
|
|
||||||
BuildRequires: python-M2Crypto
|
BuildRequires: python-M2Crypto
|
||||||
BuildRequires: python-argparse
|
BuildRequires: python-argparse
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-pyudev
|
BuildRequires: python-pyudev
|
||||||
BuildRequires: python-pywbem
|
BuildRequires: python-pywbem
|
||||||
|
%if %{with test}
|
||||||
BuildRequires: valgrind
|
BuildRequires: valgrind
|
||||||
|
BuildRequires: procps
|
||||||
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig(check)
|
BuildRequires: pkgconfig(check)
|
||||||
|
BuildRequires: perl
|
||||||
|
BuildRequires: chrpath
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
@ -191,7 +194,11 @@ management via hpssacli.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static
|
--disable-static \
|
||||||
|
%if ! %{with test}
|
||||||
|
--without-test
|
||||||
|
%endif
|
||||||
|
|
||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user