Dr. Werner Fink changed bug 902974
What Removed Added
CC   coolo@suse.com
Hardware x86-64 All
OS openSUSE 13.1 SUSE Other

Comment # 1 on bug 902974 from
For oS 13.1 this will not happen and for oS 13.2 as well as for  SLES 12 it is
much to late.  This because I'll not enable such a feature after beta testing
and after or during mastering.  Beside the risk of breaking something there is
also a further dependency.

For openSUSE Factory it is OK to use the build condition python from the spec
file header:

  %define bootstrap 0
  %define real systemd
  %define udevpkgname udev
  %define udev_major 1
  %bcond_without  bash_completion
  %bcond_without  compat_libs
  %bcond_with     networkd
  %bcond_with     python
  %ifarch %{ix86} x86_64 aarch64
  %define has_efi 1
  %else
  %define has_efi 0
  %endif
  %if 0%{?suse_version} > 1315
  %bcond_without  permission
  %bcond_without  blkrrpart
  %bcond_without  udevsettle
  %else
  %bcond_with     permission
  %bcond_with     blkrrpart
  %bcond_with     udevsettle
  %endif
  %bcond_with     systemgrps

that is that the maintainers of openSUSE:Factory may add

    %_with_python

to cause the build systemd *with* python binding enabled.


You are receiving this mail because: