Hello community, here is the log from the commit of package fence-agents for openSUSE:Factory checked in at 2017-10-11 23:03:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fence-agents (Old) and /work/SRC/openSUSE:Factory/.fence-agents.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fence-agents" Wed Oct 11 23:03:12 2017 rev:32 rq:533175 version:4.0.25+git.1501671877.7bae40a0 Changes: -------- --- /work/SRC/openSUSE:Factory/fence-agents/fence-agents.changes 2017-08-30 16:24:57.798634272 +0200 +++ /work/SRC/openSUSE:Factory/.fence-agents.new/fence-agents.changes 2017-10-11 23:03:16.299859601 +0200 @@ -1,0 +2,5 @@ +Sat Sep 9 16:53:49 UTC 2017 - [email protected] + +- Move to python3 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fence-agents.spec ++++++ --- /var/tmp/diff_new_pack.Uf4v6g/_old 2017-10-11 23:03:17.015828233 +0200 +++ /var/tmp/diff_new_pack.Uf4v6g/_new 2017-10-11 23:03:17.019828057 +0200 @@ -54,24 +54,23 @@ BuildRequires: libxslt BuildRequires: mozilla-nspr-devel BuildRequires: mozilla-nss-devel -BuildRequires: openwsman-python BuildRequires: perl BuildRequires: perl-Net-Telnet BuildRequires: pkg-config -BuildRequires: python -BuildRequires: python-curl -BuildRequires: python-pexpect -BuildRequires: python-requests -BuildRequires: python-xml +BuildRequires: python3 +BuildRequires: python3-openwsman +BuildRequires: python3-pexpect +BuildRequires: python3-pycurl +BuildRequires: python3-requests +BuildRequires: python3-xml BuildRequires: xz Requires: net-snmp Requires: openssh Requires: perl-Net-Telnet -Requires: python-curl -Requires: python-openssl -Requires: python-pexpect -Requires: python-requests +Requires: python3-pexpect +Requires: python3-pycurl +Requires: python3-requests Requires: sg3_utils Requires: telnet @@ -122,6 +121,8 @@ %build CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}" export CFLAGS +PYTHON="%{_bindir}/env python3" +export PYTHON ./autogen.sh %{configure} --with-agents='%{agent_list}' make
