- 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:
parent
d420bede2d
commit
88567decb6
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -55,7 +55,8 @@ and can be used by python applications.
|
||||
%configure \
|
||||
--disable-static \
|
||||
--with-pic \
|
||||
--with-python
|
||||
--with-python \
|
||||
--without-python3
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user