[ovirt-node] Fix hostname dependency

Fabian Deutsch fabiand at fedoraproject.org
Tue Oct 15 14:01:28 UTC 2013


commit ed95215e1ac8cf1dc1088cd0568face785404b71
Author: Fabian Deutsch <fabiand at fedoraproject.org>
Date:   Tue Oct 15 16:00:51 2013 +0200

    Fix hostname dependency
    
    Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>

 ovirt-node.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ovirt-node.spec b/ovirt-node.spec
index 15ffeae..daa3e3e 100644
--- a/ovirt-node.spec
+++ b/ovirt-node.spec
@@ -15,7 +15,7 @@
 Summary:        The %{product_family} daemons/scripts
 Name:           ovirt-node
 Version:        3.0.0
-Release:        8.0%{?BUILD_NUMBER}%{?extra_release}%{?dist}
+Release:        9.0%{?BUILD_NUMBER}%{?extra_release}%{?dist}
 Source0:        %{name}-%{version}.tar.gz
 License:        GPLv2+
 Group:          Applications/System
@@ -68,7 +68,7 @@ Requires:       PyPAM
 Requires:       ethtool
 Requires:       cracklib-python
 Requires:       dracut
-Requires:       /bin/hostname
+Requires:       hostname
 Requires:       tuned
 %if %{is_min_f19}
 Requires:       NetworkManager
@@ -638,6 +638,9 @@ fi
 
 
 %changelog
+* Tue Oct 15 2013 Fabian Deutsch <fabiand at fedoraproject.org> - 3.0.0-9.0
+- Fix hostname dependency
+
 * Thu Sep 12 2013 Fabian Deutsch <fabiand at fedoraproject.org> - 3.0.0-8.0
 - Fix selinux policy version discovery (rhbz#1005864)
 


More information about the scm-commits mailing list