* Tue Aug 15 2023 Miroslav Rezanina <mrezanin@redhat.com> - 23.1.1-10
- Resolves: bz#2229660 bz#2229952
This commit is contained in:
parent
fd633c77ed
commit
ad0d1c58e7
@ -1,6 +1,6 @@
|
|||||||
Name: cloud-init
|
Name: cloud-init
|
||||||
Version: 23.1.1
|
Version: 23.1.1
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Cloud instance init scripts
|
Summary: Cloud instance init scripts
|
||||||
License: ASL 2.0 or GPLv3
|
License: ASL 2.0 or GPLv3
|
||||||
URL: http://launchpad.net/cloud-init
|
URL: http://launchpad.net/cloud-init
|
||||||
@ -208,7 +208,9 @@ fi
|
|||||||
|
|
||||||
%postun
|
%postun
|
||||||
%systemd_postun cloud-config.service cloud-config.target cloud-final.service cloud-init.service cloud-init.target cloud-init-local.service
|
%systemd_postun cloud-config.service cloud-config.target cloud-final.service cloud-init.service cloud-init.target cloud-init-local.service
|
||||||
|
rm -f "/etc/ssh/sshd_config.d/50-cloud-init.conf"
|
||||||
|
# clean config files generated by cloud-init
|
||||||
|
rm -Rf "/etc/NetworkManager/conf.d/*"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -247,6 +249,9 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/rsyslog.d/21-cloudinit.conf
|
%config(noreplace) %{_sysconfdir}/rsyslog.d/21-cloudinit.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 15 2023 Miroslav Rezanina <mrezanin@redhat.com> - 23.1.1-10
|
||||||
|
- Resolves: bz#2229660 bz#2229952
|
||||||
|
|
||||||
* Fri Aug 04 2023 Camilla Conte <cconte@redhat.com> - 23.1.1-9
|
* Fri Aug 04 2023 Camilla Conte <cconte@redhat.com> - 23.1.1-9
|
||||||
- 0030-NM-renderer-set-default-IPv6-addr-gen-mode-for-all-i.patch [bz#2188388]
|
- 0030-NM-renderer-set-default-IPv6-addr-gen-mode-for-all-i.patch [bz#2188388]
|
||||||
- Resolves: bz#2188388
|
- Resolves: bz#2188388
|
||||||
|
Loading…
Reference in New Issue
Block a user