[openstack-nova/el6] remove the dependency on the not yet available dnsmasq-utils

Pádraig Brady pbrady at fedoraproject.org
Fri Mar 30 00:56:38 UTC 2012


commit 213c880ee5ab1285a6b0b44273274edfec64e6ae
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Mar 30 01:51:45 2012 +0100

    remove the dependency on the not yet available dnsmasq-utils
    
    This should be available for RHEL >= 6.3

 nova-sudoers        |    1 -
 openstack-nova.spec |    6 ++++--
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/nova-sudoers b/nova-sudoers
index f2533bf..41c5d67 100644
--- a/nova-sudoers
+++ b/nova-sudoers
@@ -38,7 +38,6 @@ Cmnd_Alias NOVACMDS = /bin/aoe-stat,                            \
                       /usr/bin/virsh,                           \
                       /usr/sbin/brctl,                          \
                       /usr/sbin/dnsmasq,                        \
-                      /usr/bin/dhcp_release,                    \
                       /usr/sbin/ietadm,		            		\
                       /usr/sbin/radvd,                          \
                       /usr/sbin/tgtadm,                         \
diff --git a/openstack-nova.spec b/openstack-nova.spec
index b96e330..2deba25 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2011.3.1
-Release:          7%{?dist}
+Release:          8%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -61,7 +61,6 @@ Requires:         python-paste-deploy
 Requires:         python-setuptools
 
 Requires:         bridge-utils
-Requires:         dnsmasq-utils
 Requires:         libguestfs-mount >= 1.7.17
 # The fuse dependency should be added to libguestfs-mount
 Requires:         fuse
@@ -375,6 +374,9 @@ fi
 %endif
 
 %changelog
+* Thu Mar 29 2012 Pádraig Brady <P at draigBrady.com> - 2011.3.1-8
+- Remove the dependency on the not yet available dnsmasq-utils
+
 * Thu Mar 29 2012 Russell Bryant <rbryant at redhat.com> - 2011.3.1-7
 - CVE-2012-1585 - Long server names grow nova-api log files significantly
 - Resolves: rhbz#808148


More information about the scm-commits mailing list