diff --git a/libcap-ng-python.changes b/libcap-ng-python.changes index 81bcc7d..134bd19 100644 --- a/libcap-ng-python.changes +++ b/libcap-ng-python.changes @@ -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 diff --git a/libcap-ng-python.spec b/libcap-ng-python.spec index 05f944c..499efcb 100644 --- a/libcap-ng-python.spec +++ b/libcap-ng-python.spec @@ -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 diff --git a/libcap-ng.spec b/libcap-ng.spec index 55174de..ba1c12d 100644 --- a/libcap-ng.spec +++ b/libcap-ng.spec @@ -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