Switch to Python3
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
This commit is contained in:
parent
2420c98c23
commit
2e0f70375b
@ -17,15 +17,15 @@ Patch0: %{name}-2.0.8-logrotate-name.patch
|
|||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python2-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Requires: net-tools
|
Requires: net-tools
|
||||||
Requires: ntfsprogs
|
Requires: ntfsprogs
|
||||||
Requires: openssh
|
Requires: openssh
|
||||||
Requires: openssh-server
|
Requires: openssh-server
|
||||||
Requires: openssl
|
Requires: openssl
|
||||||
Requires: parted
|
Requires: parted
|
||||||
Requires: python2-pyasn1
|
Requires: python3-pyasn1
|
||||||
|
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
@ -42,10 +42,10 @@ images that are built to run in the Microsoft Azure environment.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python2} setup.py build
|
%{__python3} setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__python2} setup.py install --skip-build --root %{buildroot} --lnx-distro '%{distro}' --init-system '%{initsys}'
|
%{__python3} setup.py install --skip-build --root %{buildroot} --lnx-distro '%{distro}' --init-system '%{initsys}'
|
||||||
|
|
||||||
mkdir -p -m 0700 %{buildroot}%{_sharedstatedir}/waagent
|
mkdir -p -m 0700 %{buildroot}%{_sharedstatedir}/waagent
|
||||||
mkdir -p %{buildroot}%{_localstatedir}/log
|
mkdir -p %{buildroot}%{_localstatedir}/log
|
||||||
|
Loading…
Reference in New Issue
Block a user