Accepting request 692506 from home:cgiboudeaux:branches:Archiving

- Add the missing libboost_system-devel dependency.

OBS-URL: https://build.opensuse.org/request/show/692506
OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=22
This commit is contained in:
Martin Pluskal 2019-04-10 09:06:15 +00:00 committed by Git OBS Bridge
parent 91c04f869f
commit 23fc5c3765
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 9 07:07:48 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Add the missing libboost_system-devel dependency.
-------------------------------------------------------------------
Fri Aug 24 07:36:10 UTC 2018 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package innoextract
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -33,6 +33,7 @@ BuildRequires: libboost_date_time-devel
BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_iostreams-devel
BuildRequires: libboost_program_options-devel
BuildRequires: libboost_system-devel
BuildRequires: pkgconfig
BuildRequires: python3-base
BuildRequires: pkgconfig(bzip2)