Update to 2.2.46
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
This commit is contained in:
parent
4edaeb8ca0
commit
e848d69379
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/WALinuxAgent-2.2.37.tar.gz
|
||||
/WALinuxAgent-2.2.38.tar.gz
|
||||
/WALinuxAgent-2.2.40.tar.gz
|
||||
/WALinuxAgent-2.2.46.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global with_legacy 0
|
||||
|
||||
Name: WALinuxAgent
|
||||
Version: 2.2.40
|
||||
Release: 7%{?dist}
|
||||
Version: 2.2.46
|
||||
Release: 1%{?dist}
|
||||
Summary: The Microsoft Azure Linux Agent
|
||||
|
||||
License: ASL 2.0
|
||||
@ -71,6 +71,7 @@ rm -f %{buildroot}%{_sbindir}/waagent2.0
|
||||
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}
|
||||
mv %{buildroot}%{_sysconfdir}/logrotate.d/waagent-extn.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}-extn
|
||||
|
||||
%post
|
||||
%systemd_post waagent.service
|
||||
@ -86,6 +87,7 @@ mv %{buildroot}%{_sysconfdir}/logrotate.d/waagent.logrotate %{buildroot}%{_sysco
|
||||
%ghost %{_localstatedir}/log/waagent.log
|
||||
%dir %attr(0700, root, root) %{_sharedstatedir}/waagent
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}-extn
|
||||
%{_sbindir}/waagent
|
||||
%config(noreplace) %{_sysconfdir}/waagent.conf
|
||||
%{_udevrulesdir}/66-azure-storage.rules
|
||||
@ -100,6 +102,9 @@ mv %{buildroot}%{_sysconfdir}/logrotate.d/waagent.logrotate %{buildroot}%{_sysco
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 15 2020 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.2.46-1
|
||||
- Update to 2.2.46
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.40-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (WALinuxAgent-2.2.40.tar.gz) = 313f760bfba2479ed2236211ebcca6781ea43a40bc5ec887b6047e9fe60c3c7fcd2694482990ee71de4ca28d4f772551cee66049a2459979343c6786be37808e
|
||||
SHA512 (WALinuxAgent-2.2.46.tar.gz) = a2f0bd162e6edcf35b5e56695dcbf66d3b71a57717aa8d6470f9d9652ba9363d6e1d93a06bb6c8a918c80310b3825e5cac266d02a1ba5423dab3983899acf750
|
||||
|
Loading…
Reference in New Issue
Block a user