[cloud-init] Add dmidecode dependency for DataSourceAltCloud

gholms gholms at fedoraproject.org
Sun Sep 23 03:07:42 UTC 2012


commit 7eb4f98ffe293616c13fc7cd3c9cf16aa21434c8
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Sat Sep 22 20:06:30 2012 -0700

    Add dmidecode dependency for DataSourceAltCloud

 cloud-init.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/cloud-init.spec b/cloud-init.spec
index fbfc2bc..cacc71c 100644
--- a/cloud-init.spec
+++ b/cloud-init.spec
@@ -2,7 +2,7 @@
 
 Name:           cloud-init
 Version:        0.7.0
-Release:        0.2.bzr659%{?dist}
+Release:        0.3.bzr659%{?dist}
 Summary:        Cloud instance init scripts
 
 Group:          System Environment/Base
@@ -29,6 +29,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
 BuildRequires:  systemd-units
+Requires:       dmidecode
 Requires:       e2fsprogs
 Requires:       iproute
 Requires:       libselinux-python
@@ -137,6 +138,9 @@ fi
 
 
 %changelog
+* Sat Sep 22 2012 Garrett Holmstrom <gholms at fedoraproject.org> - 0.7.0-0.3.bzr659
+- Added dmidecode dependency for DataSourceAltCloud
+
 * Sat Sep 22 2012 Garrett Holmstrom <gholms at fedoraproject.org> - 0.7.0-0.2.bzr659
 - Rebased against upstream rev 659
 - Fixed hostname persistence


More information about the scm-commits mailing list