2018-09-20 11:48:41 +00:00
|
|
|
%global with_legacy 1
|
|
|
|
|
2015-01-11 21:53:44 +00:00
|
|
|
Name: WALinuxAgent
|
2018-09-20 11:37:15 +00:00
|
|
|
Version: 2.2.32
|
2019-01-31 12:47:52 +00:00
|
|
|
Release: 2%{?dist}
|
2015-01-12 22:16:41 +00:00
|
|
|
Summary: The Microsoft Azure Linux Agent
|
2015-01-11 21:53:44 +00:00
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://github.com/Azure/%{name}
|
2018-04-16 13:19:29 +00:00
|
|
|
Source0: https://github.com/Azure/%{name}/archive/%{name}-%{version}.tar.gz
|
2015-01-11 21:53:44 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
2018-04-16 13:15:29 +00:00
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-setuptools
|
2015-01-11 21:53:44 +00:00
|
|
|
Requires: ntfsprogs
|
|
|
|
Requires: openssh
|
|
|
|
Requires: openssh-server
|
|
|
|
Requires: openssl
|
|
|
|
Requires: parted
|
2018-04-16 13:15:29 +00:00
|
|
|
Requires: python3-pyasn1
|
2015-01-11 21:53:44 +00:00
|
|
|
|
|
|
|
BuildRequires: systemd
|
|
|
|
Requires(post): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(postun): systemd
|
|
|
|
|
|
|
|
%description
|
2015-01-12 22:16:41 +00:00
|
|
|
The Microsoft Azure Linux Agent supports the provisioning and running of Linux
|
|
|
|
VMs in the Microsoft Azure cloud. This package should be installed on Linux disk
|
|
|
|
images that are built to run in the Microsoft Azure environment.
|
2015-01-11 21:53:44 +00:00
|
|
|
|
2018-09-20 11:48:41 +00:00
|
|
|
%if 0%{?with_legacy}
|
2018-04-16 13:19:29 +00:00
|
|
|
%package legacy
|
|
|
|
Summary: The Microsoft Azure Linux Agent (legacy)
|
|
|
|
Requires: %name = %version-%release
|
|
|
|
Requires: python2
|
2018-04-25 10:37:20 +00:00
|
|
|
Requires: net-tools
|
2018-04-16 13:19:29 +00:00
|
|
|
|
|
|
|
%description legacy
|
|
|
|
The Microsoft Azure Linux Agent supporting old version of extensions.
|
2018-09-20 11:48:41 +00:00
|
|
|
%endif
|
2018-04-16 13:19:29 +00:00
|
|
|
|
2015-01-11 21:53:44 +00:00
|
|
|
%prep
|
2018-04-16 13:19:29 +00:00
|
|
|
%setup -q
|
2015-01-11 21:53:44 +00:00
|
|
|
|
|
|
|
%build
|
2018-04-16 13:19:29 +00:00
|
|
|
%py3_build
|
2015-01-11 21:53:44 +00:00
|
|
|
|
|
|
|
%install
|
2018-04-16 13:19:29 +00:00
|
|
|
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --lnx-distro redhat
|
2015-01-11 21:53:44 +00:00
|
|
|
|
|
|
|
mkdir -p -m 0700 %{buildroot}%{_sharedstatedir}/waagent
|
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/log
|
|
|
|
touch %{buildroot}%{_localstatedir}/log/waagent.log
|
|
|
|
|
2015-06-01 20:23:30 +00:00
|
|
|
mkdir -p %{buildroot}%{_udevrulesdir}
|
2018-04-16 13:19:29 +00:00
|
|
|
mv %{buildroot}%{_sysconfdir}/udev/rules.d/*.rules %{buildroot}%{_udevrulesdir}/
|
2015-06-01 20:23:30 +00:00
|
|
|
|
2018-04-16 13:19:29 +00:00
|
|
|
rm -rf %{buildroot}/%{python3_sitelib}/tests
|
|
|
|
rm -rf %{buildroot}/%{python3_sitelib}/__main__.py
|
|
|
|
rm -rf %{buildroot}/%{python3_sitelib}/__pycache__/__main__*.py*
|
|
|
|
|
|
|
|
sed -i 's,#!/usr/bin/env python,#!/usr/bin/python3,' %{buildroot}%{_sbindir}/waagent
|
2018-09-20 11:48:41 +00:00
|
|
|
%if 0%{?with_legacy}
|
2018-04-16 13:19:29 +00:00
|
|
|
sed -i 's,#!/usr/bin/env python,#!/usr/bin/python2,' %{buildroot}%{_sbindir}/waagent2.0
|
2018-09-20 11:48:41 +00:00
|
|
|
%else
|
|
|
|
rm -f %{buildroot}%{_sbindir}/waagent2.0
|
|
|
|
%endif
|
2018-04-16 13:19:29 +00:00
|
|
|
sed -i 's,/usr/bin/python ,/usr/bin/python3 ,' %{buildroot}%{_unitdir}/waagent.service
|
|
|
|
|
|
|
|
mv %{buildroot}%{_sysconfdir}/logrotate.d/waagent.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
|
2018-04-16 13:23:20 +00:00
|
|
|
|
2015-01-11 21:53:44 +00:00
|
|
|
%post
|
|
|
|
%systemd_post waagent.service
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%systemd_preun waagent.service
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%systemd_postun_with_restart waagent.service
|
|
|
|
|
|
|
|
%files
|
2018-04-16 13:19:29 +00:00
|
|
|
%doc Changelog LICENSE.txt NOTICE README.md
|
2015-01-11 21:53:44 +00:00
|
|
|
%ghost %{_localstatedir}/log/waagent.log
|
|
|
|
%dir %attr(0700, root, root) %{_sharedstatedir}/waagent
|
2018-04-16 13:23:20 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
2015-01-11 21:53:44 +00:00
|
|
|
%{_sbindir}/waagent
|
|
|
|
%config(noreplace) %{_sysconfdir}/waagent.conf
|
2018-04-16 13:19:29 +00:00
|
|
|
%{_udevrulesdir}/66-azure-storage.rules
|
2015-06-01 20:23:30 +00:00
|
|
|
%{_udevrulesdir}/99-azure-product-uuid.rules
|
2015-01-11 21:53:44 +00:00
|
|
|
%{_unitdir}/waagent.service
|
2018-04-16 13:19:29 +00:00
|
|
|
%{python3_sitelib}/azurelinuxagent
|
2018-09-20 11:37:15 +00:00
|
|
|
%{python3_sitelib}/*.egg-info
|
2018-04-16 13:19:29 +00:00
|
|
|
|
2018-09-20 11:48:41 +00:00
|
|
|
%if 0%{?with_legacy}
|
2018-04-16 13:19:29 +00:00
|
|
|
%files legacy
|
|
|
|
%{_sbindir}/waagent2.0
|
2018-09-20 11:48:41 +00:00
|
|
|
%endif
|
2015-01-11 21:53:44 +00:00
|
|
|
|
|
|
|
%changelog
|
2019-01-31 12:47:52 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.32-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-09-20 11:37:15 +00:00
|
|
|
* Thu Sep 20 2018 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.2.32-1
|
|
|
|
- Update to 2.2.32.2
|
|
|
|
|
2018-07-12 19:52:46 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.25-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-19 08:39:20 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.2.25-3
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-04-25 10:37:20 +00:00
|
|
|
* Wed Apr 25 2018 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.2.25-2
|
|
|
|
- Move net-tools dependency to WALinuxAgent-legacy (#1106781)
|
|
|
|
|
2018-04-16 13:19:29 +00:00
|
|
|
* Mon Apr 16 2018 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.2.25-1
|
|
|
|
- Update to 2.2.25
|
|
|
|
- Switch to Python3
|
|
|
|
- Legacy subpackage with waagent2.0 supporting old extensions
|
|
|
|
|
2018-02-28 22:33:04 +00:00
|
|
|
* Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.0.18-5
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
2018-02-07 01:38:49 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.18-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-26 02:27:16 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.18-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 05:38:04 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.18-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-04-03 07:46:30 +00:00
|
|
|
* Sat Apr 02 2016 Scott K Logan <logans@cottsay.net> - 2.0.18-1
|
|
|
|
- Update to 2.0.18
|
|
|
|
|
2016-02-03 15:52:57 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-07-02 17:45:40 +00:00
|
|
|
* Thu Jul 02 2015 Scott K Logan <logans@cottsay.net> - 2.0.14-1
|
|
|
|
- Update to 2.0.14
|
|
|
|
|
2015-06-16 23:28:44 +00:00
|
|
|
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.13-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-01 20:23:30 +00:00
|
|
|
* Mon Jun 01 2015 Scott K Logan <logans@cottsay.net> - 2.0.13-1
|
|
|
|
- Update to 2.0.13
|
|
|
|
|
2015-04-02 08:15:51 +00:00
|
|
|
* Thu Apr 02 2015 Scott K Logan <logans@cottsay.net> - 2.0.12-1
|
|
|
|
- Update to 2.0.12-Oracle
|
|
|
|
|
2015-01-11 21:53:44 +00:00
|
|
|
* Sat Jan 10 2015 Scott K Logan <logans@cottsay.net> - 2.0.11-2
|
|
|
|
- Use systemd for rhel7
|
|
|
|
- Own logrotate.d
|
|
|
|
- Fix python2-devel dep
|
|
|
|
|
|
|
|
* Sat Dec 20 2014 Scott K Logan <logans@cottsay.net> - 2.0.11-1
|
|
|
|
- Initial package
|