* Tue Jun 04 2024 Miroslav Rezanina <mrezanin@redhat.com> - 24.1.4-6

- ci-.distro-spec-remove-dependency-on-net-tools.patch [RHEL-39345]
- Resolves: RHEL-39345
  ([RHEL-10] Remove dependency on net-tools)
This commit is contained in:
Miroslav Rezanina 2024-06-04 03:45:51 -04:00
parent 28d4c4ad66
commit 4b6c25beca

View File

@ -6,7 +6,7 @@
Name: cloud-init
Version: 24.1.4
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Cloud instance init scripts
License: Apache-2.0 OR GPL-3.0-only
URL: https://github.com/canonical/cloud-init
@ -55,7 +55,6 @@ Requires: hostname
Requires: e2fsprogs
Requires: iproute
Requires: python3-libselinux
Requires: net-tools
Requires: policycoreutils-python3
Requires: procps
Requires: shadow-utils
@ -229,6 +228,11 @@ fi
%changelog
* Tue Jun 04 2024 Miroslav Rezanina <mrezanin@redhat.com> - 24.1.4-6
- ci-.distro-spec-remove-dependency-on-net-tools.patch [RHEL-39345]
- Resolves: RHEL-39345
([RHEL-10] Remove dependency on net-tools)
* Mon May 27 2024 Miroslav Rezanina <mrezanin@redhat.com> - 24.1.4-5
- ci-feat-Set-RH-ssh-key-permissions-when-no-ssh_keys-gro.patch [RHEL-36456]
- Resolves: RHEL-36456