#15 Adding 'Requires: hostname'
Merged 3 years ago by otubo. Opened 3 years ago by otubo.
rpms/ otubo/cloud-init 1915616  into  rawhide

file modified
+5 -1
@@ -1,6 +1,6 @@ 

  Name:           cloud-init

  Version:        20.4

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        Cloud instance init scripts

  License:        ASL 2.0 or GPLv3

  URL:            http://launchpad.net/cloud-init
@@ -60,6 +60,7 @@ 

  # https://bugs.launchpad.net/cloud-init/+bug/1721573

  BuildRequires:  /usr/bin/dnf

  

+ Requires:       hostname

  Requires:       e2fsprogs

  Requires:       iproute

  Requires:       python3-libselinux
@@ -178,6 +179,9 @@ 

  

  

  %changelog

+ * Wed Feb 03 2021 Eduardo Otubo <otubo@redhat.com> - 20.4-3

+ - Adding requirement hostname to specfile [bz#1925118]

+ 

  * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20.4-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

  

cloud-init requires hostname command to be present it will stack trace,
according to the BZ #1915616.

Signed-off-by: Eduardo Otubo otubo@redhat.com

Build succeeded.

rebased onto 7606c7e

3 years ago

Force pushed a quick fix: The commit actually got my hostname when I wrote the commit message. Also replaced the BZ number from the RHEL9 one to the actual Fedora one.

Build succeeded.

Pull-Request has been merged by otubo

3 years ago
Metadata