[vdsm/f19] vdsm.spec: Fix requires on post for hostname.

Douglas Schilling Landgraf dougsland at fedoraproject.org
Tue Nov 12 13:59:02 UTC 2013


commit 6c07d1ef54f332eb0db2dc4c631b924e7bf208b0
Author: Douglas Schilling Landgraf <dougsland at redhat.com>
Date:   Tue Nov 12 09:00:25 2013 -0500

    vdsm.spec: Fix requires on post for hostname.

 vdsm.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/vdsm.spec b/vdsm.spec
index 330a2e8..3f3d7f5 100644
--- a/vdsm.spec
+++ b/vdsm.spec
@@ -46,7 +46,7 @@
 
 Name:           %{vdsm_name}
 Version:        4.13.0
-Release:        9%{?dist}%{?extra_release}
+Release:        10%{?dist}%{?extra_release}
 Summary:        Virtual Desktop Server Manager
 
 Group:          Applications/System
@@ -234,7 +234,7 @@ Requires: %{name}-python = %{version}-%{release}
 Requires: pyparted
 
 Requires(post): /usr/sbin/saslpasswd2
-Requires(post): hostname
+Requires(post): /bin/hostname
 Requires(post): policycoreutils-python
 Requires(preun): policycoreutils-python
 
@@ -1326,6 +1326,9 @@ exit 0
 %attr(755, root, root) %{python_sitearch}/cpopen/cpopen.so*
 
 %changelog
+* Tue Nov 12 2013 Douglas Schilling Landgraf <dougsland at redhat.com> - 4.12.0-10
+- Fix requires on post for hostname.
+
 * Tue Nov 05 2013 Douglas Schilling Landgraf <dougsland at redhat.com> - 4.13.0-9
 - Build 4.13.0-9 from branch ovirt-3.3
 


More information about the scm-commits mailing list