Accepting request 603695 from home:dimstar:Factory

- Explicitly call autoreconf: patch compat-gcc8.patch touches the
  build system and thus we need to rebootstrap.

Fixes the build failure currently seen in Staging:A, coming from a new automake version

OBS-URL: https://build.opensuse.org/request/show/603695
OBS-URL: https://build.opensuse.org/package/show/Base:System/libstoragemgmt?expand=0&rev=46
This commit is contained in:
Dirk Mueller 2018-05-03 18:42:06 +00:00 committed by Git OBS Bridge
parent a395ab7f2f
commit 2b83cf0ba9
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 3 13:12:28 UTC 2018 - dimstar@opensuse.org
- Explicitly call autoreconf: patch compat-gcc8.patch touches the
build system and thus we need to rebootstrap.
-------------------------------------------------------------------
Tue Mar 27 08:27:39 UTC 2018 - nwang@suse.com

View File

@ -35,7 +35,7 @@ Group: System/Libraries
Url: https://github.com/libstorage/libstoragemgmt
Source0: https://github.com/libstorage/libstoragemgmt/releases/download/%{version}/%{name}-%{version}.tar.gz
Patch0: compat-gcc8.patch
BuildRequires: automake
BuildRequires: libtool
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libconfig-devel
@ -265,6 +265,8 @@ storage.
%patch0 -p1
%build
# Needed for patch0
autoreconf -fiv
%configure \
--disable-static \
%if 0%{python3}