Patch references missing on spec file
Patch file references from commit 34fecf9a
"Backport for CVE-2020-8631
and CVE-2020-8632" were missing on spec file.
Signed-off-by: Eduardo Otubo <otubo@redhat.com>
This commit is contained in:
parent
ba9b42d1a8
commit
9f56f665cd
@ -1,6 +1,6 @@
|
|||||||
Name: cloud-init
|
Name: cloud-init
|
||||||
Version: 19.4
|
Version: 19.4
|
||||||
Release: 5%{?dist}
|
Release: 6%{?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
|
||||||
@ -19,6 +19,12 @@ Patch2: cloud-init-19.4-nm-controlled.patch
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1558641
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1558641
|
||||||
Patch3: cloud-init-19.4-no-override-default-network.patch
|
Patch3: cloud-init-19.4-no-override-default-network.patch
|
||||||
|
|
||||||
|
# Backport for CVE-2020-8631 and CVE-2020-8632
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1798729
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1798732
|
||||||
|
Patch4: cloud-init-19.4-cc_set_password-increase-random-pwlength-from-9-to-2.patch
|
||||||
|
Patch5: cloud-init-19.4-utils-use-SystemRandom-when-generating-random-passwo.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
@ -161,6 +167,9 @@ nosetests-%{python3_version} tests/unittests/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 07 2020 Eduardo Otubo <otubo@redhat.com> - 19.4-6
|
||||||
|
- Adding missing patches to spec file
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 19.4-5
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 19.4-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user