3
0
forked from pool/libcap-ng

- Fix build by passing --without-python3 argument. For now we are

fine with py2 bindings only

OBS-URL: https://build.opensuse.org/package/show/security/libcap-ng?expand=0&rev=27
This commit is contained in:
Tomáš Chvátal 2015-12-07 14:31:35 +00:00 committed by Git OBS Bridge
parent d420bede2d
commit 88567decb6
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 7 14:31:06 UTC 2015 - tchvatal@suse.com
- Fix build by passing --without-python3 argument. For now we are
fine with py2 bindings only
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 2 14:29:55 UTC 2015 - p.drouand@gmail.com Wed Dec 2 14:29:55 UTC 2015 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libcap-ng-python # spec file for package libcap-ng-python
# #
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -55,7 +55,8 @@ and can be used by python applications.
%configure \ %configure \
--disable-static \ --disable-static \
--with-pic \ --with-pic \
--with-python --with-python \
--without-python3
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install

View File

@ -1,7 +1,7 @@
# #
# spec file for package libcap-ng # spec file for package libcap-ng
# #
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed